Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-10 | Revamp Tile Heightmap Collision so that it can do | mrb0nk500 | |
side wall collisions, and bottom ceiling collisions. I also made a new C based test program, which is much faster than the shell script. | |||
2019-10-05 | Added Tile Heightmap Collision, for real this time. | mrb0nk500 | |
Unlike AABB, Tile Heightmap was very easy to add, which really supprised me. I also revamped AABB to not have as many if statements. |