]> git.lizzy.rs Git - nothing.git/history - src/main.c
TODO(#456)
[nothing.git] / src / main.c
2017-12-09 Alexey KutepovMerge pull request #25 from tsoding/19-stick-of-joy...
2017-12-09 reximDon't crash if there is no the stick of the joy (#19)
2017-12-09 Alexey KutepovMerge pull request #24 from tsoding/16-camera-center-at
2017-12-09 reximFix camera constructor signature confusion (#16)
2017-12-08 Alexey KutepovMerge pull request #20 from tsoding/6-left-right-collisiion
2017-12-06 reximInitial implementation of player/platform collision...
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-06 reximstruct platform_t -> platform_t (#17)
2017-12-06 reximTypejeffs for player_t (#17)
2017-12-02 Alexey KutepovMerge pull request #15 from tsoding/7-implement-camera
2017-12-02 reximCenter camera at player on each iteration of event...
2017-12-02 Alexey KutepovMerge pull request #14 from tsoding/joystick
2017-12-02 reximEnable the stick of the joy
2017-12-02 Alexey KutepovMerge pull request #11 from tsoding/1-ci
2017-12-02 reximEnable -Wextra and -pedantic
2017-12-02 reximEnable strict flags and fix corresponding errors (#1)
2017-12-02 reximSet FPS to 30 in hope to make it look better on the...
2017-12-01 Alexey KutepovMerge pull request #9 from tsoding/cmake
2017-12-01 reximstruct player -> struct player_t
2017-11-30 Alexey KutepovMerge pull request #5 from tsoding/2-basic-platform...
2017-11-30 reximImplement vertical collision (#2)
2017-11-30 reximRender platforms (#2)
2017-11-29 reximReady. Set. Go!