home · contact · privacy
Add "look" mode to query things on any cell via new THINGS_HERE command.
[plomrogue] / src / client / map.c
2014-12-06 Christian HellerAdd "look" mode to query things on any cell via new...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-03 Christian HellerClient: Scrolling toggles player auto-focus off.
2014-07-08 Christian HellerClient: Fix horizontal wobbliness of auto-centering...
2014-07-08 Christian HellerClient: Add auto-center of map on player each new turn...
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-04-17 Christian HellerClient: Fix bug that made horizontal scrolling jump...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.