Commit graph

6 commits

Author SHA1 Message Date
6b3cb59bc2 Fix collision right-/downwards.
It still glitches when walking diagonally.
2018-03-05 10:35:48 +00:00
6861329ab9 Rename for_each_voxel to for_each_cell. 2018-03-05 10:34:41 +00:00
5bccef1f4f Add print statements to hopefully help with debugging. 2018-03-01 23:19:42 +00:00
89f7d5c948 I think this should return 1, not 0.
Like this, I can loop over the column/row facing
the collision side, ie for z = tile; z < tile + len.
2018-03-01 23:19:27 +00:00
ea5bbb8673 Update copyright to 2018 2018-02-28 10:38:37 +00:00
94080546e5 Broken implementation of collision code.
I'm trying to get it working.
2017-11-06 20:40:03 +00:00