Commit graph

18 commits

Author SHA1 Message Date
Andrew "Akari" Alexeyew
779ff58684 Fixed all the () prototypes, changed to (void) 2012-08-10 23:08:51 +03:00
Andrew "Akari" Alexeyew
0f78b1a7eb Got rid of inline prototypes 2012-08-10 22:27:46 +03:00
laochailan
b84d1ca960 removed parser.h reference 2012-08-06 20:27:27 +02:00
Andrew "Akari" Alexeyew
74fd1030ad fixes 2012-08-03 08:27:26 +03:00
Andrew "Akari" Alexeyew
9295205419 New config parser. bison and flex, please gtfo, thanks. 2012-08-03 08:06:19 +03:00
Andrew "Akari" Alexeyew
c5487c3187 Added a skip-dialog key, like in Touhou (default: left ctrl) 2012-07-30 17:26:04 +03:00
Andrew "Akari" Alexeyew
a322371b5f Introduced playername option, fancied up the replayview menu, etc 2012-07-29 23:39:52 +03:00
Andrew "Akari" Alexeyew
3d59ba51e4 user-adjustable resolution, fuck yeah 2012-07-28 23:53:53 +03:00
Andrew "Akari" Alexeyew
5308856f1f proper replay saving and some minor stuff 2012-07-16 18:47:06 +03:00
Andrew "Akari" Alexeyew
8e0f390386 Remade player input and movement, more or less replay-ready now. Also made the direction vector normalized. 2012-07-14 17:37:52 +03:00
Andrew "Akari" Alexeyew
7fb8b25732 improved the no-stage-bg feature, and extended the options menu functionality while I was at it 2012-07-13 23:42:35 +03:00
laochailan
c25566346e NO_STAGEBG config trigger 2012-07-13 20:32:47 +02:00
laochailan
a2a822eb86 Fixed some prototype warnings. 2011-12-29 09:41:46 +01:00
Akari
27c64baa76 Added a screenshot feature, default keybind - p. 2011-07-02 19:36:08 +03:00
Akari
c8bf2d8cab Added a key_fullscreen option to the config
Allows to define another toggle-fullscreen key in addition to the Alt+Enter shortcut. Defaults to F11 since it's common in many applications.
2011-07-02 17:06:10 +03:00
laochailan
a2a6fb9343 marisa laser revamped
also added fullscreen config option
2011-06-29 17:01:03 +02:00
laochailan
36e4dc331b compatibility for old hardware
added two config options:

disable_shader: will turn off the use of shaders and fbos in the game. there is no full replacement for them, however.
disable_audio: guess what.

both options *should* be activated automatically as soon as something goes wrong.
2011-06-27 13:36:35 +02:00
laochailan
332a01d53d Config parser
config files to be placed at: ~/.taisei/config

see config.example.
2011-05-21 18:20:04 +02:00