libsuperderpy/src
2018-07-05 20:47:30 +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 LoadSpritesheets: call progress function after each spritesheet 2018-07-05 19:38:31 +02:00
character.h LoadSpritesheets: call progress function after each spritesheet 2018-07-05 19:38:31 +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 gamestate: make some API endpoints optional 2018-07-05 20:42:51 +02:00
gamestate.h gamestate: make some API endpoints optional 2018-07-05 20:42:51 +02:00
internal.c gamestate: make some API endpoints optional 2018-07-05 20:42:51 +02:00
internal.h gamestate: make some API endpoints optional 2018-07-05 20:42:51 +02:00
libsuperderpy.c don't reload shaders multiple times when loading multiple gamestates 2018-07-05 20:47:30 +02:00
libsuperderpy.h better handling of joystick, mouse and font initialization failures 2018-07-03 00:41:57 +02:00
shader.c shader: downgrade GLSL to 1.20 because of macOS 2018-07-05 02:32:58 +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 FatalError, PrintConsole: properly mark format argument as such 2018-07-05 01:04:54 +02:00
utils.h utils: add Sign function 2018-07-03 04:22:30 +02:00