]> git.lizzy.rs Git - nothing.git/history - src/rect.c
(#118) Actually use cue_state_t type
[nothing.git] / src / rect.c
2018-04-22 rexim(#118) Make the goal play sound when it gets into view...
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-27 Alexey KutepovMerge pull request #47 from tsoding/40-clip-throug...
2017-12-27 reximAccumulate impacted sides correctly (#40)
2017-12-09 Alexey KutepovMerge pull request #26 from tsoding/21-better-platform...
2017-12-09 reximBetter platform collision detection (#21)
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 reximAdd hit_floor_celing hack (#6)
2017-12-06 reximInitial implementation of player/platform collision...
2017-12-06 reximImplement rect_object_impact (#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-12-02 Alexey KutepovMerge pull request #11 from tsoding/1-ci
2017-12-02 reximEnable strict flags and fix corresponding errors (#1)
2017-11-30 Alexey KutepovMerge pull request #5 from tsoding/2-basic-platform...
2017-11-30 reximImplement vertical collision (#2)