home · contact · privacy
Decouple awakeness/sleep stats from Map to MapChunk.
[plomrogue2-experiments] / new / plomrogue / mapping.py
2019-12-23 Christian HellerDecouple awakeness/sleep stats from Map to MapChunk.
2019-12-23 Christian HellerUse self.max_map_awakeness to recude magic numbering.
2019-12-20 Christian HellerAdd basic reality bubble mechanism.
2019-04-30 Christian HellerFix FOV bug by respecting HexMap start indentation...
2019-04-30 Christian HellerMore refactoring.
2019-04-30 Christian HellerMore refactoring.
2019-04-30 Christian HellerMinor refactorings / re-namings.
2019-04-30 Christian HellerAllow player movement beyond central map. Lots of mappi...
2019-04-27 Christian HellerUse smarter YX class for y,x coordinates/sizes.
2019-04-25 Christian HellerPrepare map logic extension, limit FOV distance.
2019-04-09 Christian HellerTo client, add map examining cursor.
2019-02-28 Christian HellerUse tuples for positions; fix inventory saving bug.
2019-02-27 Christian HellerAdd inventory / item pickup/drop server-side.
2019-02-18 Christian HellerRefactor and extend new library.