home · contact · privacy
Re-structure client IO.
[plomrogue2-experiments] / new /
2019-04-05 Christian HellerRe-structure client IO.
2019-03-09 Christian HellerAllow item-in-vicinity selection for item pickup.
2019-02-28 Christian HellerUse tuples for positions; fix inventory saving bug.
2019-02-27 Christian HellerMinor code style improvements.
2019-02-27 Christian HellerFix reproducibility bug due to unstable iteration order.
2019-02-27 Christian HellerRefactor server code; remove now unused PLAYER_POS...
2019-02-27 Christian HellerAdd client-side inventory handling.
2019-02-27 Christian HellerClient-wise, add inventory capability and pop-up exampl...
2019-02-27 Christian HellerAdd inventory / item pickup/drop server-side.
2019-02-21 Christian HellerDynamically decide new Thing IDs.
2019-02-21 Christian HellerAdd "item" thing type differentiated from animate thing...
2019-02-21 Christian HellerAdd multi-class thing type system.
2019-02-18 Christian HellerFix so-far invisible task name derivation error.
2019-02-18 Christian HellerMore refactoring.
2019-02-18 Christian HellerRemove TODO: Examined situation, found no error.
2019-02-18 Christian HellerFix minor bug.
2019-02-18 Christian HellerRefactor and extend new library.
2019-02-18 Christian HellerRemove usage demo code from library.
2019-02-18 Christian HellerWrap partial usage in function that copies object attri...
2019-02-18 Christian HellerExport all names in module needed for demo client.
2019-02-18 Christian HellerProper module structure.
2019-02-18 Christian HellerNew structure.