taisei/src
2017-02-28 22:51:47 +02:00
..
menu replayview: fixed the stage column width 2017-02-28 01:13:31 +02:00
paths Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
resource Use hashtables for resource management 2017-02-28 22:51:47 +02:00
rwops Workaround to make playing replays from non-seekable streams work again 2017-02-27 21:14:20 +02:00
stages fixed BGMs 2017-02-27 17:37:54 +02:00
boss.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
boss.h pleasing the stages array haters 2017-02-27 16:27:48 +02:00
CMakeLists.txt Implemented a simple general-purpose hashtable 2017-02-28 19:28:15 +02:00
color.c pleasing the stages array haters 2017-02-27 16:27:48 +02:00
color.h pleasing the stages array haters 2017-02-27 16:27:48 +02:00
config.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
config.h Added an auto-restart option for spell practice 2017-02-28 01:07:03 +02:00
credits.c Some stage-related refactoring 2017-02-26 14:17:48 +02:00
credits.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
dialog.c Replaced strncat/strncpy with strlcat/strlcpy 2017-02-16 08:29:18 +02:00
dialog.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
difficulty.c pleasing the stages array haters 2017-02-27 16:27:48 +02:00
difficulty.h pleasing the stages array haters 2017-02-27 16:27:48 +02:00
ending.c Some stage-related refactoring 2017-02-26 14:17:48 +02:00
ending.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
enemy.c Switched from GNU C99 to Standard C11. Enabled pedantic warnings. 2017-02-23 13:16:52 +02:00
enemy.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
events.c Refactored and improved menus and transitions 2017-02-24 23:58:27 +02:00
events.h gamepad options menu improvements 2017-02-28 00:58:47 +02:00
fbo.c Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
fbo.h Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
gamepad.c gamepad options menu improvements 2017-02-28 00:58:47 +02:00
gamepad.h gamepad options menu improvements 2017-02-28 00:58:47 +02:00
global.c pleasing the stages array haters 2017-02-27 16:27:48 +02:00
global.h pleasing the stages array haters 2017-02-27 16:27:48 +02:00
hashtable.c Use hashtables for resource management 2017-02-28 22:51:47 +02:00
hashtable.h Use hashtables for resource management 2017-02-28 22:51:47 +02:00
item.c Got rid of all the imaginary constants 2017-02-23 12:39:31 +02:00
item.h Power penalty for dying: lose 1/2, drop 1/3 2017-02-12 00:23:01 +02:00
laser.c Refactored the gl loader into a polyglot macro monstrosity 2017-02-25 15:24:54 +02:00
laser.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
list.c Implemented a simple general-purpose hashtable 2017-02-28 19:28:15 +02:00
list.h Implemented a simple general-purpose hashtable 2017-02-28 19:28:15 +02:00
main.c Use hashtables for resource management 2017-02-28 22:51:47 +02:00
matrix.c Switched from GNU C99 to Standard C11. Enabled pedantic warnings. 2017-02-23 13:16:52 +02:00
matrix.h Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
player.c gamepad options menu improvements 2017-02-28 00:58:47 +02:00
player.h Improved replay consistency 2017-02-15 19:34:47 +02:00
plrmodes.c Got rid of all the imaginary constants 2017-02-23 12:39:31 +02:00
plrmodes.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
progress.c unload libgl on exit, fix SDL_RWclose in progress_write() 2017-02-28 17:04:24 +02:00
progress.h progress: add stage/difficulty unlock cmd, improve writing routine 2017-02-19 03:28:00 +01:00
projectile.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
projectile.h pleasing the stages array haters 2017-02-27 16:27:48 +02:00
random.c Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
random.h pleasing the stages array haters 2017-02-27 16:27:48 +02:00
replay.c Workaround to make playing replays from non-seekable streams work again 2017-02-27 21:14:20 +02:00
replay.h "straightforward" my ass 2017-02-22 22:52:25 +02:00
stage.c Clean up all refs when a stage ends, print a warning if some leaked 2017-02-28 16:38:02 +02:00
stage.h pleasing the stages array haters 2017-02-27 16:27:48 +02:00
stageutils.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
stageutils.h Initial support for single-spell stages 2017-02-19 03:28:00 +01:00
taisei.ico uncorrupted the ico file 2017-02-13 01:37:38 +02:00
taisei.rc Add an icon for Windows binaries 2012-08-11 01:25:04 +02:00
taisei_err.c Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
taisei_err.h taisei_err: mark errx _Noreturn for diagnostics 2017-02-24 17:23:38 +01:00
taiseigl.c unload libgl on exit, fix SDL_RWclose in progress_write() 2017-02-28 17:04:24 +02:00
taiseigl.h unload libgl on exit, fix SDL_RWclose in progress_write() 2017-02-28 17:04:24 +02:00
transition.c Some stage-related refactoring 2017-02-26 14:17:48 +02:00
transition.h Some stage-related refactoring 2017-02-26 14:17:48 +02:00
tscomplex.h Fixed clang warnings 2017-02-07 20:34:55 +02:00
vbo.c Switched from GNU C99 to Standard C11. Enabled pedantic warnings. 2017-02-23 13:16:52 +02:00
vbo.h Fixed all the () prototypes, changed to (void) 2012-08-10 23:08:51 +03:00
video.c unload libgl on exit, fix SDL_RWclose in progress_write() 2017-02-28 17:04:24 +02:00
video.h Config callback system 2017-02-17 20:23:22 +02:00