home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / command_db.h
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-09-08 Christian HellerAll members of structs Win and WinMeta are now official...
2013-08-29 Christian HellerUse command IDs from command DB as what is recorded...
2013-08-29 Christian HellerCommands are now to be managed by a Command DB, not...