home · contact · privacy
Register game commands and tasks outside of game module.
[plomrogue2-experiments] / server.py
2019-01-30 Christian HellerLots of refactoring to enable SAVE command.
2019-01-19 Christian HellerRedo world generation with GEN_MAP command.
2019-01-18 Christian HellerAllow selection of grid geometry via MAP command. A...
2019-01-17 Christian HellerCreate new Map object instead of changing it.
2019-01-15 Christian HellerRefactor.
2019-01-15 Christian HellerRefactor.
2019-01-15 Christian HellerRefactor.
2019-01-15 Christian HellerRefactor.
2019-01-14 Christian HellerMinor error message reorganization.
2019-01-14 Christian HellerIgnore success messages, properly quote messages.
2019-01-14 Christian HellerHide objects outside of visible map.
2019-01-12 Christian HellerImprove invisibility depiction.
2019-01-12 Christian HellerRedo map system, add map visibility infrastructure.
2019-01-10 Christian HellerRefactor.
2019-01-10 Christian HellerReplace GET_TURN with more useful GET_GAMESTATE.
2019-01-10 Christian HellerDon't abort initial save file replay on error.
2019-01-06 Christian HellerGive feedback on aborted tasks.
2019-01-06 Christian HellerAdd game state saving.
2019-01-06 Christian HellerRefactor.
2018-12-12 Christian HellerRefactor.
2018-12-12 Christian HellerRefactor.
2018-12-12 Christian HellerRefactor.
2018-12-12 Christian HellerFix faulty assumption about position of player in world...
2018-12-12 Christian HellerRefactor.
2018-12-11 Christian HellerRefactor.
2018-12-11 Christian HellerMove hardcoding of world data to init process.
2018-12-11 Christian HellerRefactor, add game file handling, replace TERRAIN with...
2018-12-03 Christian HellerRefactor.
2018-12-03 Christian HellerRefactoring.
2018-12-03 Christian HellerMinor refactoring.
2018-12-03 Christian HellerRemove newlines from server data, add action initiation...
2018-12-02 Christian HellerMinor code re-arrangement.
2017-11-23 Christian HellerMinor refactoring.
2017-10-15 Christian HellerShare parsing code between client and server.
2017-10-13 Christian HellerLots of refactoring.
2017-08-24 Christian HellerAdd basic movement AI test, extend move command directions.
2017-08-24 Christian HellerAdd Thing types and map them to symbols to display...
2017-08-24 Christian HellerRefactor transfer of task command arguments.
2017-08-24 Christian HellerAdd game loop, task progress logic.
2017-08-23 Christian HellerAdd player move (only vertically), basic input error...
2017-08-23 Christian HellerAdd MAP_SIZE reply, add constraint checks.
2017-08-23 Christian HellerAdd ArgumentError class, improve positioning command.
2017-08-23 Christian HellerRefactor, fix typo, handle exceptions in client.
2017-08-21 Christian HellerAdd map data transfer, fix socket reading queue.
2017-08-20 Christian HellerSimulate world processing during INC calls.
2017-08-20 Christian HellerRefactor position of pool and world.
2017-08-20 Christian HellerExtend INC command results.
2017-08-19 Christian HellerExtend, reorganize commands server is capable of.
2017-08-19 Christian HellerRefactor client, add potential map widget.
2017-04-29 Christian HellerImprove server by using queues.
2017-04-26 Christian HellerSome more experiments with threading.
2017-04-23 Christian HellerInitial commit of actual stuff.