home · contact · privacy
Unify Map struct common to server and client in src/common/map.h.
[plomrogue] / src / server / map.h
2014-05-14 Christian HellerUnify Map struct common to server and client in src...
2014-05-13 Christian HellerServer: Add ENEMY_FOV option (default: off) to force...
2014-04-17 Christian HellerServer: On map generation, put lots of 'X' cells for...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...