libsuperderpy/src
2018-07-30 17:00:31 +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 character: add ability to specify spritesheet wide pixel offset 2018-07-29 00:41:14 +02:00
character.h character: add ability to specify spritesheet wide pixel offset 2018-07-29 00:41:14 +02:00
CMakeLists.txt utils: add Fract util function and move math utils to separate unit 2018-07-12 20:18:23 +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 don't live-reload gamestates that don't come from dynamic libraries 2018-07-18 19:58:34 +02:00
gamestate.h don't live-reload gamestates that don't come from dynamic libraries 2018-07-18 19:58:34 +02:00
internal.c don't pause/resume gamestates on execution pause that aren't started 2018-07-21 14:07:58 +02:00
internal.h utils: move GetGameName to internal 2018-07-13 18:38:02 +02:00
libsuperderpy.c fix broken fullscreen toggle on Windows 2018-07-30 17:00:31 +02:00
libsuperderpy.h add global audio mute config option 2018-07-26 15:33:02 +02:00
maths.c maths: Sign can return an integer 2018-07-26 17:41:31 +02:00
maths.h maths: Sign can return an integer 2018-07-26 17:41:31 +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: add TM_AddActionAfter 2018-07-05 22:31:18 +02:00
timeline.h timeline: add TM_AddActionAfter 2018-07-05 22:31:18 +02:00
tween.c tween: swap around style and duration arguments in Tween constructor 2018-07-18 01:40:23 +02:00
tween.h tween: swap around style and duration arguments in Tween constructor 2018-07-18 01:40:23 +02:00
utils.c fix broken fullscreen toggle on Windows 2018-07-30 17:00:31 +02:00
utils.h utils: add PunchNumber utility 2018-07-18 01:49:19 +02:00