home · contact · privacy
plomrogue2-experiments
2019-01-06 Christian HellerKeep checking tasks are possible during proceeding.
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 HellerRefactoring and removal of unused code.
2018-12-12 Christian HellerRemove redundant / doubled code.
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 HellerFix README.
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-10-13 Christian HellerAdd turn widget to client.
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 HellerSpecify widget classes, names by their use.
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 HellerUpdate README.
2017-04-23 Christian HellerUpdate README.
2017-04-23 Christian HellerUse Markdown for README.
2017-04-23 Christian HellerInitial commit of actual stuff.
2017-04-23 Christian HellerInitial commit