home · contact · privacy
Server: Add inanimate things to map memory, integrate into AI searches.
[plomrogue] / src / server / hardcoded_strings.c
2014-08-17 Christian HellerServer: Add inanimate things to map memory, integrate...
2014-08-03 Christian HellerAdd command to let the AI decide player's next move.
2014-08-02 Christian HellerAdd auto-mapping / map memory.
2014-07-24 Christian HellerServer: Rename thing, thing type and thing action selec...
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-07-09 Christian HellerRefactor atomic writing to atomic_write_start() + atomi...
2014-07-09 Christian HellerServer: Merge duplicate string literals of "sprintf()".
2014-07-09 Christian HellerServer: Start hardcoded_strings s's enum names with...
2014-07-04 Christian HellerLoad last world state from save file, not from re-stepp...