Skip to content

Commit

Permalink
Update ENIGMA Submodule w/ EGM & CI Fixes (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton committed Aug 18, 2020
1 parent bedf65e commit d04dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/enigma-dev
Submodule enigma-dev updated 59 files
+19 −0 CI/install_emake_deps.sh
+11 −0 CommandLine/testing/Tests/image_load_save_test.cpp
+49 −0 CommandLine/testing/Tests/image_load_save_test.sog/create.edl
+24 −0 CommandLine/testing/Tests/image_load_save_test.sog/draw.edl
+ CommandLine/testing/data/npow2.gif
+ CommandLine/testing/data/pow2.gif
+66 −1 CompilerSource/compiler/compile.cpp
+39 −85 CompilerSource/compiler/components/write_defragged_events.cpp
+80 −32 CompilerSource/compiler/components/write_object_data.cpp
+2 −0 CompilerSource/frontend.h
+9 −4 CompilerSource/general/bettersystem.cpp
+0 −1 CompilerSource/general/estring.h
+1 −1 CompilerSource/languages/lang_CPP.h
+1 −1 CompilerSource/languages/language_adapter.h
+4 −2 CompilerSource/main.cpp
+24 −11 CompilerSource/parser/object_storage.h
+1 −1 Compilers/Linux/gcc.ey
+1 −1 ENIGMAsystem/SHELL/Graphics_Systems/Direct3D11/DX11d3d.cpp
+24 −11 ENIGMAsystem/SHELL/Graphics_Systems/Direct3D11/DX11textures.cpp
+23 −8 ENIGMAsystem/SHELL/Graphics_Systems/Direct3D9/DX9textures.cpp
+47 −58 ENIGMAsystem/SHELL/Graphics_Systems/General/GSfont.cpp
+9 −17 ENIGMAsystem/SHELL/Graphics_Systems/General/GSscreen.cpp
+5 −1 ENIGMAsystem/SHELL/Graphics_Systems/General/GSsprite.cpp
+10 −15 ENIGMAsystem/SHELL/Graphics_Systems/General/GSsurface.cpp
+7 −15 ENIGMAsystem/SHELL/Graphics_Systems/General/GStextures.cpp
+2 −2 ENIGMAsystem/SHELL/Graphics_Systems/General/texture_atlas.cpp
+1 −1 ENIGMAsystem/SHELL/Graphics_Systems/None/fillin.cpp
+2 −2 ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/surface.cpp
+2 −1 ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/surface_impl.h
+23 −10 ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/textures.cpp
+4 −4 ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Desktop/surface.cpp
+3 −1 ENIGMAsystem/SHELL/Graphics_Systems/graphics_mandatory.h
+6 −5 ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSicon.cpp
+1 −2 ENIGMAsystem/SHELL/SHELLmain.cpp
+16 −16 ENIGMAsystem/SHELL/Universal_System/Extensions/ParticleSystems/PS_particle_sprites.cpp
+20 −60 ENIGMAsystem/SHELL/Universal_System/Extensions/libpng/libpng-ext.cpp
+1 −2 ENIGMAsystem/SHELL/Universal_System/Extensions/ttf/ttf.cpp
+3 −5 ENIGMAsystem/SHELL/Universal_System/Resources/backgroundinit.cpp
+19 −19 ENIGMAsystem/SHELL/Universal_System/Resources/backgrounds.cpp
+2 −2 ENIGMAsystem/SHELL/Universal_System/Resources/backgrounds_internal.h
+7 −24 ENIGMAsystem/SHELL/Universal_System/Resources/fontinit.cpp
+3 −3 ENIGMAsystem/SHELL/Universal_System/Resources/fontstruct.cpp
+2 −3 ENIGMAsystem/SHELL/Universal_System/Resources/spriteinit.cpp
+33 −21 ENIGMAsystem/SHELL/Universal_System/Resources/sprites.cpp
+4 −5 ENIGMAsystem/SHELL/Universal_System/Resources/sprites_internal.cpp
+1 −1 ENIGMAsystem/SHELL/Universal_System/Resources/sprites_internal.h
+69 −76 ENIGMAsystem/SHELL/Universal_System/gif_format.cpp
+0 −37 ENIGMAsystem/SHELL/Universal_System/gif_format.h
+159 −152 ENIGMAsystem/SHELL/Universal_System/image_formats.cpp
+18 −23 ENIGMAsystem/SHELL/Universal_System/image_formats.h
+5 −4 ENIGMAsystem/SHELL/Universal_System/image_formats_exts.h
+7 −6 appveyor.yml
+3 −9 events.ey
+2 −5 shared/event_reader/event_parser.cpp
+9 −7 shared/event_reader/event_parser.h
+13 −6 shared/libpng-util/libpng-util.cpp
+2 −2 shared/libpng-util/libpng-util.h
+7 −8 shared/protos/EventDescriptor.proto
+4 −3 shared/strings_util.h

0 comments on commit d04dc1b

Please sign in to comment.