tvl-depot/test/Xanthous/Util
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
..
GraphicsSpec.hs Drop Rasterific for non-filled circles 2020-02-17 18:01:57 -05:00
GraphSpec.hs Add dungeon level generation 2019-12-30 11:31:56 -05:00
InflectionSpec.hs Describe what you see when you walk over items 2019-09-20 19:38:46 -04:00