home · contact · privacy
Add command to let the AI decide player's next move.
[plomrogue] / src / server / hardcoded_strings.h
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-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: Fix hardcoded_strings enum naming bug.
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...