2019-02-15 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2019-01-31 |
Christian Heller | Refactor tasking system.
|
commit | commitdiff | tree |
2019-01-30 |
Christian Heller | Fix faultiness in previous commit.
|
commit | commitdiff | tree |
2019-01-30 |
Christian Heller | Refactor and optimize FOV algorithm.
|
commit | commitdiff | tree |
2019-01-30 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2019-01-30 |
Christian Heller | Fix MAP command geometries returning invalid classes.
|
commit | commitdiff | tree |
2019-01-30 |
Christian Heller | Lots of refactoring to enable SAVE command.
|
commit | commitdiff | tree |
2019-01-26 |
Christian Heller | To command parser, add string options; use TASK syntax...
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Add SWITCH_PLAYER debugging command for switching player.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Fix AI getting stuck in illegal move attempt.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Add very basic pathfinding AI.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Use math.isclose for square map FOVs too.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Use math.isclose() to fix FOV bug instead of expensive...
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | In client, avoid showing half-finished game states.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Fix FOV floating point bugs by using fractions.Fraction...
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Fix map drawing / scrolling bugs in client.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Fix map scrolling bug in client.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Add map navigation key shortcuts.
|
commit | commitdiff | tree |
2019-01-25 |
Christian Heller | Refactor map drawing code in curses client.
|
commit | commitdiff | tree |
2019-01-24 |
Christian Heller | Curses loop won't delay socket input processing.
|
commit | commitdiff | tree |
2019-01-24 |
Christian Heller | Improve map handling between client and server, add...
|
commit | commitdiff | tree |
2019-01-24 |
Christian Heller | Optimize ncurses client, only update map on VISIBLE_MAP_COMP...
|
commit | commitdiff | tree |
2019-01-24 |
Christian Heller | Add coloring to map in ncurses client.
|
commit | commitdiff | tree |
2019-01-24 |
Christian Heller | Extend ncurses client's capabilities.
|
commit | commitdiff | tree |
2019-01-23 |
Christian Heller | Add start of ncurses client.
|
commit | commitdiff | tree |
2019-01-21 |
Christian Heller | Use dedicated MapWidget in client.
|
commit | commitdiff | tree |
2019-01-20 |
Christian Heller | Minor client refactoring.
|
commit | commitdiff | tree |
2019-01-20 |
Christian Heller | Update Urwid version.
|
commit | commitdiff | tree |
2019-01-20 |
Christian Heller | Improve client.
|
commit | commitdiff | tree |
2019-01-19 |
Christian Heller | Redo world generation with GEN_MAP command.
|
commit | commitdiff | tree |
2019-01-19 |
Christian Heller | Finish previous commit.
|
commit | commitdiff | tree |
2019-01-19 |
Christian Heller | Add true yx_tuple:nonneg type, fix MAP command, add...
|
commit | commitdiff | tree |
2019-01-19 |
Christian Heller | Improve MapFovHex comments, variable names, ideas;...
|
commit | commitdiff | tree |
2019-01-19 |
Christian Heller | Add FOV optimization ideas. Toggle Hex indentation.
|
commit | commitdiff | tree |
2019-01-19 |
Christian Heller | Add FOV algorithm for Hex grids.
|
commit | commitdiff | tree |
2019-01-18 |
Christian Heller | Minor refactoring.
|
commit | commitdiff | tree |
2019-01-18 |
Christian Heller | Derive legal geometries directly from Map class names.
|
commit | commitdiff | tree |
2019-01-18 |
Christian Heller | Refactor / encapsulate Map stuff into own module.
|
commit | commitdiff | tree |
2019-01-18 |
Christian Heller | Allow selection of grid geometry via MAP command. A...
|
commit | commitdiff | tree |
2019-01-17 |
Christian Heller | Fix FOV bug.
|
commit | commitdiff | tree |
2019-01-17 |
Christian Heller | Create new Map object instead of changing it.
|
commit | commitdiff | tree |
2019-01-17 |
Christian Heller | Use hex map.
|
commit | commitdiff | tree |
2019-01-16 |
Christian Heller | Improve Map class.
|
commit | commitdiff | tree |
2019-01-16 |
Christian Heller | Improve Map class design.
|
commit | commitdiff | tree |
2019-01-16 |
Christian Heller | Improve Map class design.
|
commit | commitdiff | tree |
2019-01-16 |
Christian Heller | Abstract away all map geometry stuff into Map class.
|
commit | commitdiff | tree |
2019-01-15 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2019-01-15 |
Christian Heller | Class renaming.
|
commit | commitdiff | tree |
2019-01-15 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2019-01-15 |
Christian Heller | Minor code rearrangements.
|
commit | commitdiff | tree |
2019-01-15 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2019-01-15 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2019-01-14 |
Christian Heller | Minor error message reorganization.
|
commit | commitdiff | tree |
2019-01-14 |
Christian Heller | Ignore success messages, properly quote messages.
|
commit | commitdiff | tree |
2019-01-14 |
Christian Heller | Hide objects outside of visible map.
|
commit | commitdiff | tree |
2019-01-12 |
Christian Heller | Improve invisibility depiction.
|
commit | commitdiff | tree |
2019-01-12 |
Christian Heller | Add more interesting map visibility.
|
commit | commitdiff | tree |
2019-01-12 |
Christian Heller | Redo map system, add map visibility infrastructure.
|
commit | commitdiff | tree |
2019-01-10 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2019-01-10 |
Christian Heller | Replace GET_TURN with more useful GET_GAMESTATE.
|
commit | commitdiff | tree |
2019-01-10 |
Christian Heller | Don't abort initial save file replay on error.
|
commit | commitdiff | tree |
2019-01-10 |
Christian Heller | Avoid Thing collisions.
|
commit | commitdiff | tree |
2019-01-06 |
Christian Heller | Give feedback on aborted tasks.
|
commit | commitdiff | tree |
2019-01-06 |
Christian Heller | Keep checking tasks are possible during proceeding.
|
commit | commitdiff | tree |
2019-01-06 |
Christian Heller | Add game state saving.
|
commit | commitdiff | tree |
2019-01-06 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2018-12-12 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2018-12-12 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2018-12-12 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2018-12-12 |
Christian Heller | Refactoring and removal of unused code.
|
commit | commitdiff | tree |
2018-12-12 |
Christian Heller | Remove redundant / doubled code.
|
commit | commitdiff | tree |
2018-12-12 |
Christian Heller | Fix faulty assumption about position of player in world...
|
commit | commitdiff | tree |
2018-12-12 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2018-12-11 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2018-12-11 |
Christian Heller | Move hardcoding of world data to init process.
|
commit | commitdiff | tree |
2018-12-11 |
Christian Heller | Refactor, add game file handling, replace TERRAIN with...
|
commit | commitdiff | tree |
2018-12-03 |
Christian Heller | Fix README.
|
commit | commitdiff | tree |
2018-12-03 |
Christian Heller | Refactor.
|
commit | commitdiff | tree |
2018-12-03 |
Christian Heller | Refactoring.
|
commit | commitdiff | tree |
2018-12-03 |
Christian Heller | Minor refactoring.
|
commit | commitdiff | tree |
2018-12-03 |
Christian Heller | Remove newlines from server data, add action initiation...
|
commit | commitdiff | tree |
2018-12-02 |
Christian Heller | Minor code re-arrangement.
|
commit | commitdiff | tree |
2017-11-23 |
Christian Heller | Minor refactoring.
|
commit | commitdiff | tree |
2017-10-15 |
Christian Heller | Share parsing code between client and server.
|
commit | commitdiff | tree |
2017-10-13 |
Christian Heller | Lots of refactoring.
|
commit | commitdiff | tree |
2017-10-13 |
Christian Heller | Add turn widget to client.
|
commit | commitdiff | tree |
2017-08-24 |
Christian Heller | Add basic movement AI test, extend move command directions.
|
commit | commitdiff | tree |
2017-08-24 |
Christian Heller | Add Thing types and map them to symbols to display...
|
commit | commitdiff | tree |
2017-08-24 |
Christian Heller | Refactor transfer of task command arguments.
|
commit | commitdiff | tree |
2017-08-24 |
Christian Heller | Add game loop, task progress logic.
|
commit | commitdiff | tree |
2017-08-23 |
Christian Heller | Specify widget classes, names by their use.
|
commit | commitdiff | tree |
2017-08-23 |
Christian Heller | Add player move (only vertically), basic input error...
|
commit | commitdiff | tree |
2017-08-23 |
Christian Heller | Add MAP_SIZE reply, add constraint checks.
|
commit | commitdiff | tree |
2017-08-23 |
Christian Heller | Add ArgumentError class, improve positioning command.
|
commit | commitdiff | tree |
2017-08-23 |
Christian Heller | Refactor, fix typo, handle exceptions in client.
|
commit | commitdiff | tree |
2017-08-21 |
Christian Heller | Add map data transfer, fix socket reading queue.
|
commit | commitdiff | tree |
2017-08-20 |
Christian Heller | Simulate world processing during INC calls.
|
commit | commitdiff | tree |
2017-08-20 |
Christian Heller | Refactor position of pool and world.
|
commit | commitdiff | tree |
2017-08-20 |
Christian Heller | Extend INC command results.
|
commit | commitdiff | tree |
2017-08-19 |
Christian Heller | Extend, reorganize commands server is capable of.
|
commit | commitdiff | tree |
next |