.. |
menu
|
Special rules for spell practice mode stages
|
2017-02-19 03:28:00 +01:00 |
paths
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
resource
|
Use UTF-8 and hepburn romanization
|
2017-02-18 19:40:12 +01:00 |
stages
|
Initial support for single-spell stages
|
2017-02-19 03:28:00 +01:00 |
boss.c
|
Add stage_get_by_spellcard()
|
2017-02-19 03:28:00 +01:00 |
boss.h
|
Initial support for single-spell stages
|
2017-02-19 03:28:00 +01:00 |
CMakeLists.txt
|
Initial support for persistent player progress storage
|
2017-02-19 03:28:00 +01:00 |
config.c
|
config: preserve unknown options in the config file
|
2017-02-18 06:18:13 +02:00 |
config.h
|
config: preserve unknown options in the config file
|
2017-02-18 06:18:13 +02: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
|
Texts: fix a few remaining issues
|
2017-02-19 02:15:38 +01:00 |
ending.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
enemy.c
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
enemy.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
events.c
|
Config callback system
|
2017-02-17 20:23:22 +02:00 |
events.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
fbo.c
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
fbo.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +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
|
Initial support for single-spell stages
|
2017-02-19 03:28:00 +01:00 |
global.h
|
Initial support for single-spell stages
|
2017-02-19 03:28:00 +01:00 |
item.c
|
Special rules for spell practice mode stages
|
2017-02-19 03:28:00 +01:00 |
item.h
|
Power penalty for dying: lose 1/2, drop 1/3
|
2017-02-12 00:23:01 +02:00 |
laser.c
|
Refactored config into a macro hell
|
2017-02-17 18:03:49 +02:00 |
laser.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
list.c
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
list.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
main.c
|
Initial support for persistent player progress storage
|
2017-02-19 03:28:00 +01:00 |
matrix.c
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
matrix.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
player.c
|
Integral complex constant fixed
|
2017-02-18 04:21:33 +01:00 |
player.h
|
Improved replay consistency
|
2017-02-15 19:34:47 +02:00 |
plrmodes.c
|
Use UTF-8 and hepburn romanization
|
2017-02-18 19:40:12 +01:00 |
plrmodes.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
progress.c
|
StageProgress API
|
2017-02-19 03:28:00 +01:00 |
progress.h
|
StageProgress API
|
2017-02-19 03:28:00 +01:00 |
projectile.c
|
Refactored config into a macro hell
|
2017-02-17 18:03:49 +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
|
Initial support for persistent player progress storage
|
2017-02-19 03:28:00 +01:00 |
replay.h
|
Initial support for single-spell stages
|
2017-02-19 03:28:00 +01:00 |
stage.c
|
StageProgress API
|
2017-02-19 03:28:00 +01:00 |
stage.h
|
StageProgress API
|
2017-02-19 03:28:00 +01:00 |
stageutils.c
|
Initial support for single-spell stages
|
2017-02-19 03:28:00 +01: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
|
Windows: show a messagebox on error
|
2017-02-17 12:24:05 +02:00 |
taisei_err.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02: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
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
transition.h
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
tscomplex.h
|
Fixed clang warnings
|
2017-02-07 20:34:55 +02:00 |
vbo.c
|
Use the standard bool type instead of that stupid enum
|
2017-02-11 05:56:47 +02:00 |
vbo.h
|
Fixed all the () prototypes, changed to (void)
|
2012-08-10 23:08:51 +03:00 |
video.c
|
Config callback system
|
2017-02-17 20:23:22 +02:00 |
video.h
|
Config callback system
|
2017-02-17 20:23:22 +02:00 |