.. |
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
|
update clang-tidy diagnostics
|
2018-10-10 21:37:54 +02:00 |
character.h
|
character: add ability to specify per-frame color tint
|
2018-08-03 05:26:28 +02:00 |
CMakeLists.txt
|
android: log into logcat
|
2018-11-02 06:07:49 +01: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
|
add LIBSUPERDERPY_GAME_GIT_REV define for game's git revision
|
2018-08-05 00:50:54 +02: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
|
Add some missing guards and debug messages for gamestate handling
|
2018-09-10 04:36:18 +02:00 |
gamestate.h
|
Add some missing guards and debug messages for gamestate handling
|
2018-09-10 04:36:18 +02:00 |
internal.c
|
AllocateGamestate: fix uninitialized memory
|
2018-11-01 23:56:37 +01:00 |
internal.h
|
debug: decouple livereload from autopause
|
2018-08-09 00:42:53 +02:00 |
libsuperderpy.c
|
init: set libsuperderpy's default mixer as Allegro's default one
|
2018-11-02 06:10:15 +01:00 |
libsuperderpy.h
|
Refactor the engine's main loop.
|
2018-09-10 03:22:45 +02:00 |
mainloop.c
|
maemo: rewrite mouse events into touch ones
|
2018-10-30 18:05:54 +01:00 |
mainloop.h
|
Refactor the engine's main loop.
|
2018-09-10 03:22:45 +02:00 |
maths.c
|
update clang-tidy diagnostics
|
2018-10-10 21:37:54 +02:00 |
maths.h
|
maths: Sign can return an integer
|
2018-07-26 17:41:31 +02:00 |
shader.c
|
shader: don't try to build a shader that already failed to be attached
|
2018-11-15 17:41:56 +01: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: pre/post-delay support, StaticTween helper
|
2018-11-17 12:06:05 +01:00 |
tween.h
|
tween: pre/post-delay support, StaticTween helper
|
2018-11-17 12:06:05 +01:00 |
utils.c
|
android: log into logcat
|
2018-11-02 06:07:49 +01:00 |
utils.h
|
send filename, line number and function name to PrintConsole and FatalError for verbose debug output
|
2018-08-08 22:19:50 +02:00 |