home · contact · privacy
Add auto-mapping / map memory.
[plomrogue] / src / server / ai.c
2014-08-02 Christian HellerAdd auto-mapping / map memory.
2014-08-01 Christian HellerServer: Minor optimization of pathfinding algorithm.
2014-07-29 Christian HellerServer: Remove superfluous empty line in code.
2014-07-29 Christian HellerServer: Make actors enemy-pathfinding travel around...
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-09 Christian HellerServer: Start hardcoded_strings s's enum names with...
2014-07-07 Christian HellerServer: Fix bug of ai module's dijkstra_map() hanging...
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-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-05-14 Christian HellerServer: Force FOV on every actor, but update it on...
2014-05-13 Christian HellerServer: Add ENEMY_FOV option (default: off) to force...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-03-26 Christian HellerServer: Eliminate major stack space waste offender...
2014-02-05 Christian HellerEliminated some potential problems for alternative...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-31 Christian HellerFixed typo in comment.
2014-01-31 Christian HellerSome cosmetic code re-formatting.
2014-01-31 Christian HellerHeavily improved enemy path-finding. Also corrected...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...