home · contact · privacy
Server: Optimize thing position calculation.
[plomrogue] / server / ai.py
2016-03-03 Christian HellerServer: Optimize thing position calculation.
2016-03-02 Christian HellerServer: Fix AI bug (searching too costly consumable...
2016-03-02 Christian HellerServer: Simplify code.
2016-03-02 Christian HellerServer: Minor performance optimizations in seeing_thing().
2016-03-01 Christian HellerServer: Further optimization in AI algorithms.
2016-03-01 Christian HellerServer: Performance optimization in init_score_map().
2016-02-27 Christian HellerServer, plugin: Refactor ai (plugin hooks).
2016-02-24 Christian HellerServer: Speed-optimize AI algorithms.
2016-02-22 Christian HellerServer: Make list of symbols of passable fields configu...
2016-02-21 Christian HellerServer: Fix dependences on possibly undefined actions.
2016-02-19 Christian HellerConsistent use of "pickup" instead of "pickup" as comma...
2016-01-31 Christian HellerAdd GPL notices to all source files.
2016-01-31 Christian HellerServer: Split in many files, reorganize code slightly...