home · contact · privacy
Use dedicated MapWidget in client.
[plomrogue2-experiments] / client.py
2019-01-21 Christian HellerUse dedicated MapWidget in client.
2019-01-20 Christian HellerMinor client refactoring.
2019-01-20 Christian HellerImprove client.
2019-01-19 Christian HellerImprove MapFovHex comments, variable names, ideas;...
2019-01-19 Christian HellerAdd FOV optimization ideas. Toggle Hex indentation.
2019-01-18 Christian HellerDerive legal geometries directly from Map class names.
2019-01-18 Christian HellerRefactor / encapsulate Map stuff into own module.
2019-01-18 Christian HellerAllow selection of grid geometry via MAP command. A...
2019-01-17 Christian HellerUse hex map.
2019-01-15 Christian HellerClass renaming.
2019-01-14 Christian HellerIgnore success messages, properly quote messages.
2019-01-12 Christian HellerRedo map system, add map visibility infrastructure.
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 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 HellerRemove newlines from server data, add action initiation...
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 Thing types and map them to symbols to display...
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-19 Christian HellerExtend, reorganize commands server is capable of.
2017-08-19 Christian HellerRefactor client, add potential map widget.
2017-04-26 Christian HellerSome more experiments with threading.
2017-04-23 Christian HellerInitial commit of actual stuff.