Skip to content

Commit

Permalink
Update ENIGMA Submodule (#94)
Browse files Browse the repository at this point in the history
Includes fixes to the GRPC server stopping it from crashing after compiling a game.
enigma-dev/enigma-dev@6198eb1
  • Loading branch information
RobertBColton authored Mar 8, 2020
1 parent adcb0a7 commit 8960e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/enigma-dev
Submodule enigma-dev updated 42 files
+34 −11 CI/install_emake_deps.sh
+1 −1 CI/solve_engine_deps.sh
+4 −4 CI/split_jobs.sh
+5 −3 CommandLine/emake/EnigmaPlugin.cpp
+1 −1 CommandLine/emake/EnigmaPlugin.hpp
+8 −7 CommandLine/emake/Main.cpp
+3 −3 CommandLine/emake/Makefile
+24 −26 CommandLine/emake/OptionsParser.cpp
+7 −5 CommandLine/emake/SOG.cpp
+6 −6 CommandLine/emake/Server.cpp
+3 −9 CommandLine/gm2egm/main.cpp
+2 −13 CommandLine/libEGM/Makefile
+4 −13 CommandLine/libEGM/filesystem.cpp
+3 −21 CommandLine/libEGM/filesystem.h
+1 −3 CommandLine/testing/Makefile
+12 −0 CommandLine/testing/SimpleTests/collision.gmx/collision.project.gmx
+90 −0 CommandLine/testing/SimpleTests/collision.gmx/objects/obj_change.object.gmx
+89 −0 CommandLine/testing/SimpleTests/collision.gmx/objects/obj_enemy.object.gmx
+194 −0 CommandLine/testing/SimpleTests/collision.gmx/objects/obj_player.object.gmx
+65 −0 CommandLine/testing/SimpleTests/collision.gmx/rooms/rm_0.room.gmx
+4 −0 CommandLine/testing/SimpleTests/object_inheritance.gmx/object_inheritance.project.gmx
+577 −0 CommandLine/testing/SimpleTests/object_inheritance.gmx/objects/obj_events.object.gmx
+3 −2 CommandLine/testing/SimpleTests/object_inheritance.gmx/rooms/rm_0.room.gmx
+72 −0 CommandLine/testing/SimpleTests/object_inheritance.gmx/scripts/scr_event_name_list.gml
+11 −8 CommandLine/testing/SmallTests.cpp
+3 −1 CompilerSource/filesystem/file_find.cpp
+2 −0 CompilerSource/frontend.cpp
+3 −1 CompilerSource/gcc_interface/gcc_backend.cpp
+2 −0 CompilerSource/general/bettersystem.cpp
+2 −0 CompilerSource/languages/lang_CPP.cpp
+2 −0 CompilerSource/main.cpp
+2 −0 CompilerSource/makedir.cpp
+1 −6 Config.mk
+4 −2 ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSwindow.cpp
+7 −9 ENIGMAsystem/SHELL/Universal_System/Extensions/FileDropper/FileDropper.cpp
+6 −5 ENIGMAsystem/SHELL/Widget_Systems/Cocoa/dialogs.cpp
+4 −2 ENIGMAsystem/SHELL/Widget_Systems/General/WSdialogs.h
+4 −2 ENIGMAsystem/SHELL/Widget_Systems/None/nowidget_impl.cpp
+6 −5 ENIGMAsystem/SHELL/Widget_Systems/Win32/dialogs.cpp
+6 −4 ENIGMAsystem/SHELL/Widget_Systems/xlib/dialogs.cpp
+4 −0 ci-regression.sh
+7 −0 shared/strings_util.h

0 comments on commit 8960e22

Please sign in to comment.