home · contact · privacy
Server: On map generation, put lots of 'X' cells for trees on island.
[plomrogue] / src / server / map.c
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-04-09 Christian HellerServer: Limit iterations for map generation and object...
2014-03-10 Christian HellerAdded -Wextra to compiler flags, found out about redund...
2014-02-05 Christian HellerFixed some more pitfalls that hurt working with game...
2014-02-05 Christian HellerEliminated some potential problems for alternative...
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...