libsuperderpy/src
2018-07-04 06:55:12 +02:00
..
3rdparty don't dlclose gamestates when running on valgrind, so it can show its report correctly 2016-08-27 00:46:38 +02:00
character.c add missing symbol exports for ShowCharacter and HideCharacter 2018-07-04 06:55:12 +02:00
character.h character: fix switched names in CharacterCallback macro 2018-06-28 04:25:56 +02:00
CMakeLists.txt Add abstraction for GPU shaders 2018-05-30 21:11:46 +02:00
config.c config: fix compilation on MinGW 2018-03-03 20:31:44 +01:00
config.h clang-tidy support; clang-tidy and clang-format fixes 2017-09-10 21:35:14 +02:00
defines.h.in more robust Android support 2016-11-07 01:45:12 +01:00
emscripten-audio-stream.c implement audio stream seeking in emscripten 2017-08-24 21:40:34 +02:00
emscripten-audio-stream.h don't use empty initializers (it's a GNU extension) 2017-09-10 22:07:02 +02:00
gamestate.c clang-tidy support; clang-tidy and clang-format fixes 2017-09-10 21:35:14 +02:00
gamestate.h rumina hacks 2018-03-15 00:42:24 +01:00
internal.c add missing symbol exports for ShowCharacter and HideCharacter 2018-07-04 06:55:12 +02:00
internal.h shader: auto rebuild and auto destroy shaders 2018-05-31 20:52:16 +02:00
libsuperderpy.c it's libsuperderpy 2 now 2018-07-03 04:22:12 +02:00
libsuperderpy.h better handling of joystick, mouse and font initialization failures 2018-07-03 00:41:57 +02:00
shader.c shader: auto rebuild and auto destroy shaders 2018-05-31 20:52:16 +02:00
shader.h Add abstraction for GPU shaders 2018-05-30 21:11:46 +02:00
timeline.c timeline: capitalise TM_ACTION macro to prevent confusion with function declaration 2018-06-30 16:37:43 +02:00
timeline.h timeline: capitalise TM_ACTION macro to prevent confusion with function declaration 2018-06-30 16:37:43 +02:00
tween.c tween: add SYMBOL_EXPORT macros 2018-05-31 20:51:44 +02:00
tween.h tween: add function to just interpolate the value, without using Tween object 2018-04-23 03:24:13 +02:00
utils.c utils: add Sign function 2018-07-03 04:22:30 +02:00
utils.h utils: add Sign function 2018-07-03 04:22:30 +02:00