home · contact · privacy
Fixed README typo.
[plomrogue] / src / main.h
2013-09-26 Christian HellerThe player is now a map object like any other. All...
2013-09-23 Christian HellerRe-wrote map object system to use same structs for...
2013-09-19 Christian HellerIndividual map objects are now identified by unique...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-08 Christian HellerWindows are no longer hardcoded. Winconf files now...
2013-09-01 Christian HellerHeavily re-structured initialization of windows and...
2013-08-29 Christian HellerCommands are now to be managed by a Command DB, not...
2013-08-28 Christian HellerSimplified meta_keys() interface by managing all window...
2013-08-27 Christian HellerPlayer earns a score by killing enemies.
2013-07-30 Christian HellerFinished applying new code formatting and documentation...
2013-07-18 Christian HellerSupport different kinds of monsters and items defined...
2013-07-10 Christian HellerRenamed include guard constants to better reflect the...
2013-07-10 Christian HellerSplit roguelike.(c|h) into main.(c|h) and misc.(c|h).