home · contact · privacy
Replace uses of variable-length arrays with try_malloc()/free().
[plomrogue] / src / server / run.c
2014-07-09 Christian HellerReplace uses of variable-length arrays with try_malloc...
2014-07-07 Christian HellerServer: New field of view algorithm, much faster and...
2014-07-04 Christian HellerLoad last world state from save file, not from re-stepp...
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-03-17 Christian HellerRe-wrote large parts of the server client architecture...
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-31 Christian HellerHeavily improved enemy path-finding. Also corrected...
2014-01-22 Christian HellerIncluded <stddef.h> were NULL was used.
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...