]> git.lizzy.rs Git - nothing.git/history - src/rect.h
Move mat3x3 to math "subpackage"
[nothing.git] / src / rect.h
2018-04-22 Alexey KutepovMerge pull request #155 from tsoding/118
2018-04-22 rexim(#118) Make the goal play sound when it gets into view...
2018-04-14 Alexey KutepovMerge pull request #147 from tsoding/140
2018-04-14 rexim(#140) Remove redundant typedefs
2018-01-27 Alexey KutepovMerge pull request #97 from tsoding/rect-constructor
2018-01-27 reximIntroduce a couple of rect constructors
2018-01-24 Alexey KutepovMerge pull request #81 from tsoding/78-abstract-out...
2018-01-24 reximAbstract out camera rectangle transformations (#78)
2018-01-21 Alexey KutepovMerge pull request #75 from tsoding/goal-hide-trigger...
2018-01-21 reximImplement rects_overlap function
2018-01-21 reximRename rect_int_area -> rects_overlap_area
2018-01-19 Alexey KutepovMerge pull request #71 from tsoding/64-goal-hiding
2018-01-18 reximMake the goal hide on entering the region (#64)
2017-12-14 Alexey KutepovMerge pull request #33 from tsoding/strict-gcc-flags
2017-12-14 reximEnable as many strict flags as possible for GCC and...
2017-12-08 Alexey KutepovMerge pull request #20 from tsoding/6-left-right-collisiion
2017-12-08 reximPass rect_t by value in rect translation unit (#6)
2017-12-08 reximUse vector operations for player physics (#6)
2017-12-06 reximIntroduce rect_object_impact (#6)
2017-12-06 Alexey KutepovMerge pull request #18 from tsoding/17-forward-declare...
2017-12-06 reximGet rid of all of the structs in the code (#17)
2017-11-30 Alexey KutepovMerge pull request #5 from tsoding/2-basic-platform...
2017-11-30 reximImplement vertical collision (#2)
2017-11-30 reximAdd platforms entity (#2)