File tree
5 files changed
+77
-25
lines changed- Plugins
- Submodules
5 files changed
+77
-25
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
181 | 180 |
| |
182 | 181 |
| |
183 | 182 |
| |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
193 | 192 |
| |
194 | 193 |
| |
195 | 194 |
| |
| |||
213 | 212 |
| |
214 | 213 |
| |
215 | 214 |
| |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
| 26 | + | |
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 |
| - | |
| 275 | + | |
| 276 | + | |
276 | 277 |
| |
277 | 278 |
| |
278 | 279 |
| |
|
Submodule enigma-dev updated 91 files
- CI/build_and_run_game.sh+3-3
- CommandLine/emake/Main.cpp+16-3
- CommandLine/emake/OptionsParser.cpp+1-1
- CompilerSource/backend/ideprint.cpp+2-4
- CompilerSource/main.cpp+1-16
- Compilers/Linux/Android.ey+1-1
- Compilers/Linux/AppleCross64.ey+1-1
- Compilers/Linux/MinGW32.ey+2-2
- Compilers/Linux/MinGW64.ey+2-2
- Compilers/Linux/TestHarness.ey+1-1
- Compilers/Linux/clang.ey+1-1
- Compilers/Linux/clang32.ey+1-1
- Compilers/Linux/gcc.ey+1-1
- Compilers/Linux/gcc32.ey+1-1
- Compilers/MacOSX/clang.ey+1-1
- Compilers/MacOSX/gcc.ey+1-1
- Compilers/Windows/gcc.ey+1-1
- ENIGMAsystem/SHELL/Audio_Systems/DirectSound/DSsystem.h+3
- ENIGMAsystem/SHELL/Audio_Systems/FMODAudio/FMOD_main.cpp+3
- ENIGMAsystem/SHELL/Bridges/SDL-OpenGL/graphics_bridge.cpp+2
- ENIGMAsystem/SHELL/Bridges/Win32-Direct3D11/graphics_bridge.cpp+3
- ENIGMAsystem/SHELL/Bridges/Win32-Direct3D9/graphics_bridge.cpp+3
- ENIGMAsystem/SHELL/Bridges/Win32-OpenGL/graphics_bridge.cpp+5
- ENIGMAsystem/SHELL/Bridges/Win32/WINDOWShandle.h+3
- ENIGMAsystem/SHELL/Bridges/xlib-OpenGL/graphics_bridge.cpp+2-8
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D11/DX11d3d.cpp+2-2
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D11/DX11surface.cpp+1-2
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D11/DX11textures.cpp+4-4
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D11/DX11vertex.cpp+6-6
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D11/Makefile+1-1
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D9/DX9surface.cpp+6-6
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D9/DX9surface_impl.h+2-2
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D9/DX9textures.cpp+8-8
- ENIGMAsystem/SHELL/Graphics_Systems/Direct3D9/DX9vertex.cpp+6-6
- ENIGMAsystem/SHELL/Graphics_Systems/General/GSmodel.cpp+1-1
- ENIGMAsystem/SHELL/Graphics_Systems/General/GStextures.cpp+2-3
- ENIGMAsystem/SHELL/Graphics_Systems/General/GStextures_impl.h+4-1
- ENIGMAsystem/SHELL/Graphics_Systems/General/GStiles.cpp+1-1
- ENIGMAsystem/SHELL/Graphics_Systems/General/GSvertex.cpp+22-23
- ENIGMAsystem/SHELL/Graphics_Systems/General/GSvertex_impl.h+5-3
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/d3d.cpp+2-6
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/shader.cpp+12-8
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/shader.h+6-1
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/textures.cpp+5-4
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/types.cpp+1
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL-Common/vertex.cpp+4-4
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL1/GLSLshader.h+8-2
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL1/shader.cpp+25-17
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL1/std.cpp+6-6
- ENIGMAsystem/SHELL/Graphics_Systems/OpenGL1/vertex.cpp+6-6
- ENIGMAsystem/SHELL/Makefile+2-1
- ENIGMAsystem/SHELL/Platforms/General/PFthreads_impl.h+4-1
- ENIGMAsystem/SHELL/Platforms/General/PFwindow.h+3
- ENIGMAsystem/SHELL/Platforms/SDL/Icon.cpp+37
- ENIGMAsystem/SHELL/Platforms/SDL/Icon.h+24
- ENIGMAsystem/SHELL/Platforms/SDL/Window.cpp+25
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWScallback.cpp+3
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSexternals.cpp+3
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSfilemanip.cpp+3
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSicon.cpp+49
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSicon.h+24
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSjoystick.cpp+3
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSmain.h+3
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSregistry.cpp+3
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSsystem.cpp+3
- ENIGMAsystem/SHELL/Platforms/Win32/WINDOWSwindow.cpp+29
- ENIGMAsystem/SHELL/Platforms/xlib/Makefile+3-1
- ENIGMAsystem/SHELL/Platforms/xlib/XLIBicon.cpp+44
- ENIGMAsystem/SHELL/Platforms/xlib/XLIBicon.h+24
- ENIGMAsystem/SHELL/Platforms/xlib/XLIBwindow.cpp+27
- ENIGMAsystem/SHELL/Universal_System/Extensions/DirectShow/DSvideo.cpp+4-1
- ENIGMAsystem/SHELL/Universal_System/Extensions/FileDropper/FileDropper.cpp+3
- ENIGMAsystem/SHELL/Universal_System/Extensions/IniFilesystem/WINDOWSinifs.cpp+3
- ENIGMAsystem/SHELL/Universal_System/Extensions/MediaControlInterface/CDfunctions.cpp+3
- ENIGMAsystem/SHELL/Universal_System/Extensions/WindowsTouch/WINDOWStouch.cpp+3
- ENIGMAsystem/SHELL/Universal_System/Extensions/XInput/XIgamepad.cpp+3
- ENIGMAsystem/SHELL/Universal_System/Resources/sprites_internal.h+2
- ENIGMAsystem/SHELL/Universal_System/Resources/spritestruct.cpp+7-5
- ENIGMAsystem/SHELL/Universal_System/estring.cpp+3
- ENIGMAsystem/SHELL/Universal_System/image_formats.cpp+29-2
- ENIGMAsystem/SHELL/Universal_System/image_formats.h+2
- ENIGMAsystem/SHELL/Widget_Systems/None/nowidget_impl.cpp+2
- ENIGMAsystem/SHELL/Widget_Systems/Win32/dialogs.cpp+3
- ENIGMAsystem/SHELL/Widget_Systems/Win32/menus.cpp+3
- ENIGMAsystem/SHELL/Widget_Systems/Win32/resources.rc+3
- ENIGMAsystem/SHELL/Widget_Systems/Win32/widgets.cpp+3
- ENIGMAsystem/SHELL/Widget_Systems/xlib/Makefile+3
- Makefile+1-1
- logs/.gitignore-2
- share_logs.sh+1-1
- shared/protos/CMakeLists.txt+35-29
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| 202 | + | |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
205 |
| - | |
| 206 | + | |
206 | 207 |
| |
207 | 208 |
| |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
208 | 252 |
| |
209 | 253 |
| |
210 | 254 |
| |
211 | 255 |
| |
212 | 256 |
| |
| 257 | + | |
213 | 258 |
| |
214 | 259 |
| |
215 | 260 |
| |
| |||
218 | 263 |
| |
219 | 264 |
| |
220 | 265 |
| |
| 266 | + | |
221 | 267 |
| |
222 | 268 |
| |
223 | 269 |
| |
224 | 270 |
| |
225 | 271 |
| |
226 | 272 |
| |
227 | 273 |
| |
| 274 | + | |
228 | 275 |
| |
229 | 276 |
| |
230 | 277 |
| |
| |||
233 | 280 |
| |
234 | 281 |
| |
235 | 282 |
| |
| 283 | + | |
236 | 284 |
| |
237 | 285 |
| |
238 | 286 |
| |
|
0 commit comments