-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update xsystem35-sdl2 and system3-sdl2
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule system3-sdl2
updated
41 files
Submodule xsystem35-sdl2
updated
26 files
+4 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+2 −2 | android/app/build.gradle | |
+2 −2 | android/app/jni/CMakeLists.txt | |
+1 −1 | android/app/src/main/AndroidManifest.xml | |
+8 −1 | android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java | |
+9 −5 | android/app/src/main/java/org/libsdl/app/SDL.java | |
+8 −8 | android/app/src/main/java/org/libsdl/app/SDLActivity.java | |
+2 −3 | android/app/src/main/res/values/styles.xml | |
+1 −1 | modules/NIGHTDLL/sprite_eupdate.c | |
+10 −8 | modules/SACT/screen_quake.c | |
+1 −1 | modules/SACT/sprite_eupdate.c | |
+1 −1 | modules/SACT/sprite_move.c | |
+1 −10 | src/ags.c | |
+3 −3 | src/ags.h | |
+1 −1 | src/cmd2F.c | |
+2 −2 | src/cmdc.c | |
+1 −1 | src/cmdn.c | |
+54 −149 | src/ecopy.c | |
+11 −0 | src/effect.h | |
+2 −2 | src/sdl_core.h | |
+16 −5 | src/sdl_draw.c | |
+292 −115 | src/sdl_effect.c | |
+12 −18 | src/sdl_image.c | |
+2 −0 | src/sdl_private.h | |
+5 −2 | src/selection.c |