libsuperderpy/src
2022-07-14 00:20:17 +02:00
..
3rdparty Update Allegro submodule to a 5.2.7-based branch 2021-07-26 04:32:07 +02:00
imgui Fix warnings reported by clang-tidy 2020-04-25 19:28:47 +02:00
character.c character: SwitchSpritesheet: Don't switch when already on requested sheet 2022-07-14 00:19:19 +02:00
character.h character.h: Clean up declarations of long removed functions 2022-07-14 00:20:17 +02:00
CMakeLists.txt cmake: Don't set POSITION_INDEPENDENT_CODE on PS Vita 2021-07-22 16:46:06 +02:00
config.c config: Use localStorage on Emscripten 2020-03-13 03:21:26 +01:00
config.h config: Add DeleteConfigOption function 2020-03-13 03:21:10 +01:00
defines.h.in defines: Add LIBSUPERDERPY_VENDOR to defined variables 2020-03-20 06:00:41 +01:00
emscripten-audio-stream.c emscripten-audio-stream: resume stream from correct position after pausing 2019-12-09 02:50:59 +01:00
emscripten-audio-stream.h emscripten-audio-stream: resume stream from correct position after pausing 2019-12-09 02:50:59 +01:00
emscripten-pre-js.js emscripten-pre-js: remove autoplay workaround 2020-03-02 03:23:01 +01:00
gamestate.c gamestate: fix incorrect guard condition in PauseAllGamestates 2019-12-03 03:35:44 +01:00
gamestate.h support static linking the whole game into one binary 2019-05-17 02:31:17 +02:00
gamestates-constructor.c.in support static linking the whole game into one binary 2019-05-17 02:31:17 +02:00
gamestates-force-inclusion.c support static linking the whole game into one binary 2019-05-17 02:31:17 +02:00
gamestates-stub.c.in support static linking the whole game into one binary 2019-05-17 02:31:17 +02:00
internal.c vita: Set the required heap sizes 2021-07-22 20:59:23 +02:00
internal.h internal: Add RedrawScreen function 2020-11-07 06:24:27 +01:00
libsuperderpy.c libsuperderpy: Make main event queue public 2022-02-04 02:21:31 +01:00
libsuperderpy.h libsuperderpy: Make main event queue public 2022-02-04 02:21:31 +01:00
mainloop.c libsuperderpy: Make main event queue public 2022-02-04 02:21:31 +01:00
mainloop.h clean up 2019-01-11 15:26:12 +01:00
maths.c doxygen tweaks 2018-12-16 15:15:38 +01:00
maths.h clean up 2019-01-11 15:26:12 +01:00
particle.c Fix warnings reported by clang-tidy 2020-04-25 19:28:47 +02:00
particle.h clean up 2019-01-11 15:26:12 +01:00
shader.c shader: Don't prepend GLSL #version directive on PS Vita 2021-07-24 00:56:46 +02:00
shader.h clean up 2019-01-11 15:26:12 +01:00
timeline.c Fix warnings reported by clang-tidy 2020-04-25 19:28:47 +02:00
timeline.h timeline: add TM_END and TM_REPEAT boolean aliases 2019-08-28 20:38:31 +02:00
tween.c doxygen tweaks 2018-12-16 15:15:38 +01:00
tween.h clean up 2019-01-11 15:26:12 +01:00
utils.c FindDataFilePath: Add overlay directory for PS Vita assets 2021-07-22 16:51:25 +02:00
utils.h Allow to set game window's background (clear) color 2021-07-18 02:11:02 +02:00