home · contact · privacy
Pass height=0 to init_win() to make window as wide as the terminal screen. Also did...
[plomrogue] / src / main.h
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).