home · contact · privacy
plomrogue2-experiments
2019-04-26 Christian HellerFix mapping interaction between server and client.
2019-04-26 Christian HellerAdd surrounding maps of new terrain type ~.
2019-04-25 Christian HellerFix map.
2019-04-25 Christian HellerPrepare map logic extension, limit FOV distance.
2019-04-21 Christian HellerFocus AI on collecting and eating food.
2019-04-21 Christian HellerMake AI logic clearer in code.
2019-04-21 Christian HellerReplenish food resources automatically.
2019-04-21 Christian HellerDon't generate objects at illegal positions. Plus,...
2019-04-16 Christian HellerTransform items into food to replenish player energy.
2019-04-10 Christian HellerAdd ever-decreasing health to animate things, and death.
2019-04-10 Christian HellerMinor refactoring.
2019-04-10 Christian HellerInvert color for examiner cursor.
2019-04-10 Christian HellerMore comments and refactoring.
2019-04-10 Christian HellerSend initial GET_GAMESTATE command from client.
2019-04-09 Christian HellerRefactor.
2019-04-09 Christian HellerIn examine cursor mode, show map cell contents in left...
2019-04-09 Christian HellerTo client, add map examining cursor.
2019-04-09 Christian HellerIn client, mark terrain cells that carry multiple objec...
2019-04-08 Christian HellerMake popup key available from all window configurations.
2019-04-08 Christian HellerRefactoring.
2019-04-08 Christian HellerUse dedicated widgets for inventory and pickable items.
2019-04-05 Christian HellerIn client, ensure item pointer is always within range.
2019-04-05 Christian HellerEnsure popup stays on even if background window changes.
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.
2019-02-15 Christian HellerRefactor socket code.
2019-02-15 Christian HellerRefactor.
2019-01-31 Christian HellerRefactor tasking system.
2019-01-30 Christian HellerFix faultiness in previous commit.
2019-01-30 Christian HellerRefactor and optimize FOV algorithm.
2019-01-30 Christian HellerRefactor.
2019-01-30 Christian HellerFix MAP command geometries returning invalid classes.
2019-01-30 Christian HellerLots of refactoring to enable SAVE command.
2019-01-26 Christian HellerTo command parser, add string options; use TASK syntax...
2019-01-25 Christian HellerAdd SWITCH_PLAYER debugging command for switching player.
2019-01-25 Christian HellerFix AI getting stuck in illegal move attempt.
2019-01-25 Christian HellerAdd very basic pathfinding AI.
2019-01-25 Christian HellerUse math.isclose for square map FOVs too.
2019-01-25 Christian HellerUse math.isclose() to fix FOV bug instead of expensive...
2019-01-25 Christian HellerIn client, avoid showing half-finished game states.
2019-01-25 Christian HellerFix FOV floating point bugs by using fractions.Fraction...
2019-01-25 Christian HellerFix map drawing / scrolling bugs in client.
2019-01-25 Christian HellerFix map scrolling bug in client.
2019-01-25 Christian HellerAdd map navigation key shortcuts.
2019-01-25 Christian HellerRefactor map drawing code in curses client.
2019-01-24 Christian HellerCurses loop won't delay socket input processing.
2019-01-24 Christian HellerImprove map handling between client and server, add...
2019-01-24 Christian HellerOptimize ncurses client, only update map on VISIBLE_MAP...
2019-01-24 Christian HellerAdd coloring to map in ncurses client.
2019-01-24 Christian HellerExtend ncurses client's capabilities.
2019-01-23 Christian HellerAdd start of ncurses client.
2019-01-21 Christian HellerUse dedicated MapWidget in client.
2019-01-20 Christian HellerMinor client refactoring.
2019-01-20 Christian HellerUpdate Urwid version.
2019-01-20 Christian HellerImprove client.
2019-01-19 Christian HellerRedo world generation with GEN_MAP command.
2019-01-19 Christian HellerFinish previous commit.
2019-01-19 Christian HellerAdd true yx_tuple:nonneg type, fix MAP command, add...
2019-01-19 Christian HellerImprove MapFovHex comments, variable names, ideas;...
2019-01-19 Christian HellerAdd FOV optimization ideas. Toggle Hex indentation.
2019-01-19 Christian HellerAdd FOV algorithm for Hex grids.
2019-01-18 Christian HellerMinor refactoring.
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 HellerFix FOV bug.
2019-01-17 Christian HellerCreate new Map object instead of changing it.
2019-01-17 Christian HellerUse hex map.
2019-01-16 Christian HellerImprove Map class.
2019-01-16 Christian HellerImprove Map class design.
2019-01-16 Christian HellerImprove Map class design.
2019-01-16 Christian HellerAbstract away all map geometry stuff into Map class.
2019-01-15 Christian HellerRefactor.
2019-01-15 Christian HellerClass renaming.
2019-01-15 Christian HellerRefactor.
2019-01-15 Christian HellerMinor code rearrangements.
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.
next