home · contact · privacy
Some code grouping and commenting to explain program flow.
[plomrogue] / src /
2013-06-21 Christian HellerSome code grouping and commenting to explain program...
2013-06-20 Christian HellerUse global variable uchar_s instead of UCHARSIZE macro.
2013-06-20 Christian HellerUse preprocessor macro instead of constant variable...
2013-06-20 Christian HellerHave a number (currently: 3) of monsters, instead of...
2013-06-20 Christian HellerRegrouped functions in roguelike.c.
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...