.. |
menu
|
hashtables: dynamic size and a faster hash function for string keys
|
2017-03-29 01:11:39 +03:00 |
paths
|
brutally murdered various malloc/strcat/strcpy constructs
|
2017-03-06 02:03:06 +02:00 |
resource
|
simplify fontrender stuff
|
2017-04-03 00:27:01 +03:00 |
rwops
|
Implemented a custom assert() that uses the log system if possible
|
2017-03-15 11:21:39 +02:00 |
stages
|
Merge branch 'master' into extraspells
|
2017-03-29 12:33:59 +03:00 |
assert.h
|
Implemented a custom assert() that uses the log system if possible
|
2017-03-15 11:21:39 +02:00 |
audio.h
|
restart the bgm when restarting a stage (unless it's a spellstage)
|
2017-03-06 12:29:20 +02:00 |
audio_common.c
|
Implemented a simple and consistent logging subsystem
|
2017-03-13 07:45:01 +02:00 |
audio_mixer.c
|
Added more information to the init log
|
2017-03-20 08:08:09 +02:00 |
audio_null.c
|
large refactoring WIP
|
2017-03-05 00:39:17 +02:00 |
boss.c
|
Merge branch 'master' of github.com:laochailan/taisei into extraspells
|
2017-03-29 08:58:51 +02:00 |
boss.h
|
further tweaks on the spellcard effects
|
2017-03-24 17:55:30 +01:00 |
cli.c
|
stage_init_array really does go first
|
2017-04-03 02:50:48 +03:00 |
cli.h
|
Replaced TAISEI_SANIC with --frameskip/-f
|
2017-04-03 02:30:12 +03:00 |
CMakeLists.txt
|
DEBUG_USE_ASAN option
|
2017-04-03 21:48:29 +03:00 |
color.c
|
Implemented a custom assert() that uses the log system if possible
|
2017-03-15 11:21:39 +02:00 |
color.h
|
Difficulty menu tweak (use per-difficulty colors)
|
2017-03-10 20:54:36 +02:00 |
config.c
|
Added more information to the init log
|
2017-03-20 08:08:09 +02:00 |
config.h
|
removed a useless option
|
2017-03-27 23:54:47 +03:00 |
credits.c
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +02:00 |
credits.h
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +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
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +02:00 |
difficulty.h
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +02:00 |
ending.c
|
fixed continues
|
2017-03-25 20:27:15 +02:00 |
ending.h
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +02:00 |
enemy.c
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +02:00 |
enemy.h
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +02:00 |
events.c
|
WIP async loading
|
2017-03-14 02:46:06 +02:00 |
events.h
|
moved util functions from global to where they make a bit more sense
|
2017-03-06 03:24:47 +02:00 |
fbo.c
|
Implemented a simple and consistent logging subsystem
|
2017-03-13 07:45:01 +02:00 |
fbo.h
|
Ensured newline at the end of files
|
2017-02-23 12:43:45 +02:00 |
gamepad.c
|
clamp deadzone to sane values
|
2017-03-18 06:51:56 +02:00 |
gamepad.h
|
converted SIGN into a function
|
2017-03-06 17:32:51 +02:00 |
global.c
|
Replaced TAISEI_SANIC with --frameskip/-f
|
2017-04-03 02:30:12 +03:00 |
global.h
|
Replaced TAISEI_SANIC with --frameskip/-f
|
2017-04-03 02:30:12 +03:00 |
hashtable.c
|
hashtables: dynamic size and a faster hash function for string keys
|
2017-03-29 01:11:39 +03:00 |
hashtable.h
|
hashtables: dynamic size and a faster hash function for string keys
|
2017-03-29 01:11:39 +03:00 |
item.c
|
Spawn life/bomb fragments every 50k/20k points earned
|
2017-03-25 20:18:24 +02:00 |
item.h
|
made spawn_items more consistent and documented it
|
2017-03-25 08:46:20 +02:00 |
laser.c
|
Merge branch 'master' into extraspells
|
2017-03-11 03:49:09 +02:00 |
laser.h
|
Merge branch 'master' into extraspells
|
2017-03-11 03:49:09 +02:00 |
list.c
|
Implemented a simple and consistent logging subsystem
|
2017-03-13 07:45:01 +02:00 |
list.h
|
large refactoring WIP
|
2017-03-05 00:39:17 +02:00 |
log.c
|
fix a use-after-free
|
2017-03-25 03:26:48 +02:00 |
log.h
|
Implemented a custom assert() that uses the log system if possible
|
2017-03-15 11:21:39 +02:00 |
main.c
|
stage_init_array really does go first
|
2017-04-03 02:50:48 +03: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
|
Merge branch 'master' of github.com:laochailan/taisei into extraspells
|
2017-03-29 08:58:51 +02:00 |
player.h
|
fixed continues
|
2017-03-25 20:27:15 +02:00 |
plrmodes.c
|
cli tweaks
|
2017-04-02 16:53:27 +02:00 |
plrmodes.h
|
add the files to the commit...
|
2017-04-02 10:16:52 +02:00 |
progress.c
|
fix invalid allocation
|
2017-04-03 21:56:54 +03:00 |
progress.h
|
remove needless include
|
2017-03-29 23:16:52 +03:00 |
projectile.c
|
Merge branch 'master' of github.com:laochailan/taisei into extraspells
|
2017-03-29 08:58:51 +02:00 |
projectile.h
|
WIP transition from resource scanning to manual preloading
|
2017-03-11 21:36:25 +02:00 |
random.c
|
Renamed log_err to log_fatal
|
2017-03-13 18:03:51 +02:00 |
random.h
|
pleasing the stages array haters
|
2017-02-27 16:27:48 +02:00 |
replay.c
|
fix cli replay playback
|
2017-04-03 10:46:07 +03:00 |
replay.h
|
Basic support for life/bomb fragments. Not yet used by the game.
|
2017-03-21 12:10:38 +02:00 |
stage.c
|
use the stagetext system to display the stage and bgm titles
|
2017-04-02 23:08:08 +03:00 |
stage.h
|
Merge branch 'master' into extraspells
|
2017-03-16 10:04:05 +02:00 |
stagetext.c
|
initial support for arbitrary overlay text
|
2017-04-02 17:06:18 +03:00 |
stagetext.h
|
initial support for arbitrary overlay text
|
2017-04-02 17:06:18 +03: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 |
taiseigl.c
|
Implemented a custom assert() that uses the log system if possible
|
2017-03-15 11:21:39 +02:00 |
taiseigl.h
|
Don't include the glext header
|
2017-04-03 21:42:38 +03: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 |
util.c
|
Merge branch 'master' of github.com:laochailan/taisei into extraspells
|
2017-03-29 08:58:51 +02:00 |
util.h
|
Merge branch 'master' of github.com:laochailan/taisei into extraspells
|
2017-03-29 08:58:51 +02:00 |
vbo.c
|
Renamed log_err to log_fatal
|
2017-03-13 18:03:51 +02:00 |
vbo.h
|
Fixed all the () prototypes, changed to (void)
|
2012-08-10 23:08:51 +03:00 |
video.c
|
minor issues
|
2017-04-01 03:08:35 +03:00 |
video.h
|
minor issues
|
2017-04-01 03:08:35 +03:00 |