home · contact · privacy
Server: Optimize thing position calculation.
[plomrogue] / server / io.py
2016-03-03 Christian HellerServer: Optimize thing position calculation.
2016-03-02 Christian HellerServer: Simplify code.
2016-03-02 Christian HellerServer: Fix bug in savefile write delay calculation.
2016-03-01 Christian HellerServer: Minor save file generation optimization.
2016-02-23 Christian HellerServer: Don't save world_db entries with keys that...
2016-02-23 Christian HellerServer: Save PLUGIN command at top of save file.
2016-02-22 Christian HellerServer: More expressive error message.
2016-02-20 Christian HellerServer: Transform PLUGIN command to God command, save...
2016-02-19 Christian HellerRefactor worldstate file writing, make it more extensible.
2016-01-31 Christian HellerAdd GPL notices to all source files.
2016-01-31 Christian HellerServer: Split in many files, reorganize code slightly...