Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-10-04 | Finally fixed the bugs in Axis Aligned Bounding Box collision. | mrb0nk500 | |
It was hard for me to figure out what went wrong, but, I was able fix all of those bugs in AABB, also there is now a shell script that I made for testing AABB, called test-mvmt.sh. It requires my fork of actkbd, in order to get keyboard inputs. | |||
2019-10-02 | Add x, and y velocity variables, and fixed some bugs in AABB collision. | mrb0nk500 | |
2019-10-01 | Added Axis Aligned Bounding Box collision. | mrb0nk500 | |
2019-09-30 | Added tile heightmap stuff. | mrb0nk500 | |
2019-09-28 | Added bitmask stuff. | mrb0nk500 | |
2019-09-28 | Initial Commit. | mrb0nk500 | |