taisei/src
2017-02-25 00:08:23 +02:00
..
menu Refactored and improved menus and transitions 2017-02-24 23:58:27 +02:00
paths Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
resource Refactored and improved menus and transitions 2017-02-24 23:58:27 +02:00
rwops rwops_zlib: reorganized the private ZData struct a bit 2017-02-23 17:15:47 +02:00
stages Got rid of imaginary constants 2017-02-25 00:08:23 +02:00
boss.c Support extra spells in spell practice mode 2017-02-25 00:08:23 +02:00
boss.h Boss death fix + WIP wriggle extraspell 2017-02-25 00:08:23 +02:00
CMakeLists.txt Made it possible to disable audio support altogether 2017-02-24 11:33:49 +02:00
config.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
config.h config: extend vsync option (default adaptive) 2017-02-19 04:50:02 +01:00
credits.c Use UTF-8 and hepburn romanization 2017-02-18 19:40:12 +01: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
ending.c Switched from GNU C99 to Standard C11. Enabled pedantic warnings. 2017-02-23 13:16:52 +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 Use the standard bool type instead of that stupid enum 2017-02-11 05:56: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 Refactored config into a macro hell 2017-02-17 18:03:49 +02:00
gamepad.h Refactored config into a macro hell 2017-02-17 18:03:49 +02:00
global.c extraspell tweaks 2017-02-25 00:08:23 +02:00
global.h extraspell tweaks 2017-02-25 00:08:23 +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 unbroke laser rendering 2017-02-25 00:08:23 +02:00
laser.h WIP extraspell for Iku 2017-02-25 00:08:23 +02:00
list.c Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
list.h Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
main.c Refactored and improved menus and transitions 2017-02-24 23:58:27 +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 Support extra spells in spell practice mode 2017-02-25 00:08:23 +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 progress: add stage/difficulty unlock cmd, improve writing routine 2017-02-19 03:28:00 +01:00
progress.h progress: add stage/difficulty unlock cmd, improve writing routine 2017-02-19 03:28:00 +01:00
projectile.c more epicness, less FPS 2017-02-25 00:08:23 +02:00
projectile.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
random.c Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
random.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
random_test.py Added random generator testing script 2017-02-06 07:59:39 +01:00
replay.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
replay.h "straightforward" my ass 2017-02-22 22:52:25 +02:00
stage.c Initial version of Hina's extra spell 2017-02-25 00:08:23 +02:00
stage.h Support extra spells in spell practice mode 2017-02-25 00:08:23 +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 Fallback to ARB_draw_instanced if EXT_draw_instanced is not available 2017-02-18 11:24:45 +02:00
taiseigl.h Fallback to ARB_draw_instanced if EXT_draw_instanced is not available 2017-02-18 11:24:45 +02:00
transition.c Refactored and improved menus and transitions 2017-02-24 23:58:27 +02:00
transition.h Refactored and improved menus and transitions 2017-02-24 23:58:27 +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 config: extend vsync option (default adaptive) 2017-02-19 04:50:02 +01:00
video.h Config callback system 2017-02-17 20:23:22 +02:00