tvl-depot/test/Xanthous/Data
Griffin Smith 22b7a9be84 Drop Rasterific for non-filled circles
Rasterific appears to generate some pretty surprising, if  not
completely wrong, circles at especially low sizes - this was resulting
in unexpected behavior with vision calculation, including the character
never being able to see directly to the left of them, among other
things. This moves back to the old midpoint circle algorithm I pulled
off of rosetta code, but only for the non-filled circle. The filled
circle is still using the wonky algorithm for now, but at some point I'd
love to refactor it such that empty circles are eg always a subset of
non-filled circles.
2020-02-17 18:01:57 -05:00
..
EntityMap Drop Rasterific for non-filled circles 2020-02-17 18:01:57 -05:00
EntitiesSpec.hs Factor out an EntityAttributes type 2020-02-08 17:24:27 -05:00
EntityCharSpec.hs Use menus for combat and picking up items 2019-11-29 22:59:15 -05:00
EntityMapSpec.hs Preserve entityIDs in atPosition's setter 2019-12-23 17:22:56 -05:00
LevelsSpec.hs Put new levels at the right position in the list 2020-01-20 10:31:02 -05:00