.. |
3rdparty
|
update imgui and clean up the allegro5 impl
|
2018-12-07 07:11:00 +01:00 |
imgui
|
adjust to clang-tidy 8.0
|
2019-03-29 03:24:36 +01:00 |
character.c
|
IsOnCharacter: properly support subbitmaps (for instance spritesheets)
|
2019-02-01 05:45:26 +01:00 |
character.h
|
clean up
|
2019-01-11 15:26:12 +01:00 |
CMakeLists.txt
|
clean up cmake files and import include templates into the engine
|
2018-12-08 03:30:09 +01:00 |
config.c
|
doxygen tweaks
|
2018-12-16 15:15:38 +01:00 |
config.h
|
clean up
|
2019-01-11 15:26:12 +01:00 |
defines.h.in
|
clean up
|
2019-01-11 15:26:12 +01:00 |
emscripten-audio-stream.c
|
emscripten_seek_audio_stream_secs: return end position after the sample has ended
|
2019-01-07 00:39:06 +01:00 |
emscripten-audio-stream.h
|
clean up
|
2019-01-11 15:26:12 +01:00 |
emscripten-pre-js.js
|
emscripten: revise compiler settings and add a pre-js file with audio autoplay workaround
|
2019-01-07 00:37:34 +01:00 |
gamestate.c
|
make Gamestate structure private and add API for accessing it
|
2019-03-05 03:20:06 +01:00 |
gamestate.h
|
make Gamestate structure private and add API for accessing it
|
2019-03-05 03:20:06 +01:00 |
internal.c
|
adjust to clang-tidy 8.0
|
2019-03-29 03:24:36 +01:00 |
internal.h
|
move SetupViewport to internal functions
|
2019-03-05 03:42:59 +01:00 |
libsuperderpy.c
|
adjust to clang-tidy 8.0
|
2019-03-29 03:24:36 +01:00 |
libsuperderpy.h
|
fix a case where SetupViewport wasn't called when it should after a display resize
|
2019-03-28 16:58:15 +01:00 |
mainloop.c
|
adjust to clang-tidy 8.0
|
2019-03-29 03:24:36 +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
|
API consistency tweaks
|
2018-12-16 15:35:53 +01:00 |
particle.h
|
clean up
|
2019-01-11 15:26:12 +01:00 |
shader.c
|
ReloadShaders: actually don't reload already loaded stuff unless forced
|
2019-02-13 22:59:45 +01:00 |
shader.h
|
clean up
|
2019-01-11 15:26:12 +01:00 |
timeline.c
|
timeline: use floating-point seconds instead of integer miliseconds for delays in API
|
2019-03-16 01:58:28 +01:00 |
timeline.h
|
adjust to clang-tidy 8.0
|
2019-03-29 03:24:36 +01: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
|
utils: add FindDataFilePath, which just returns NULL on failure
|
2019-03-29 20:53:45 +01:00 |
utils.h
|
utils: add FindDataFilePath, which just returns NULL on failure
|
2019-03-29 20:53:45 +01:00 |