home · contact · privacy
Fix FOV floating point bugs by using fractions.Fraction for fractions.
[plomrogue2-experiments] / game_common.py
2019-01-19 Christian HellerAdd true yx_tuple:nonneg type, fix MAP command, add...
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 HellerCreate new Map object instead of changing it.
2019-01-17 Christian HellerUse hex map.
2019-01-15 Christian HellerClass renaming.
2019-01-12 Christian HellerRedo map system, add map visibility infrastructure.
2018-12-12 Christian HellerRefactor.
2018-12-12 Christian HellerFix faulty assumption about position of player in world...
2018-12-12 Christian HellerRefactor.