home · contact · privacy
Some more code style improvements after flake8.
[plomrogue2] / plomrogue / mapping.py
2020-11-26 Christian HellerSome more code style improvements after flake8.
2020-11-26 Christian HellerFix various minor, mostly "unused" flake8 complaints.
2020-11-18 Christian HellerOnly save maps that have been modified from default.
2020-11-18 Christian HellerRe-write mapping system to accomodate infinite map...
2020-11-17 Christian HellerShrink sound Dijkstra map, reach; refactor lots of...
2020-11-17 Christian HellerShrink FOV map to radius.
2020-11-12 Christian HellerOptimize dijkstra mapping for volume calculation.
2020-11-12 Christian HellerFix visibility tests on annotation, volume algorithm.
2020-11-12 Christian HellerImprove volume logic, display.
2020-11-12 Christian HellerAdd field of view.
2020-11-09 Christian HellerInitial commit.