]> git.lizzy.rs Git - nothing.git/history - src
Make goals_t entity actually support multiple goals (#58)
[nothing.git] / src /
2018-01-16 reximMake goals_t entity actually support multiple goals...
2018-01-16 reximMake the platforms grey
2018-01-16 reximRename goal -> goals (#58)
2018-01-16 reximAdd the goal entity (#58)
2018-01-16 Alexey KutepovMerge pull request #60 from tsoding/55-scale-depend...
2018-01-16 reximImplement dynamic scaling for the camera (#55)
2018-01-10 Alexey KutepovMerge pull request #52 from ear/patch-1
2018-01-10 Alexey KutepovMerge pull request #54 from tsoding/creative-session
2018-01-10 reximLink TODO(#55)
2018-01-10 reximAdd TODO for camera scaling
2018-01-10 reximImplement the camera zoom
2018-01-10 reximReload only platforms in the level
2018-01-10 reximFix NPE in LT implementation
2018-01-10 reximReload with r, duh
2018-01-04 Alexey KutepovMerge pull request #50 from tsoding/level-format-player...
2018-01-04 reximRemove camera from the game entity
2018-01-04 reximMake level entity use its internal camera
2018-01-04 reximIntroduce camera as the part of the level entity
2018-01-04 reximRename load_platforms_from_file -> create_platforms_fro...
2018-01-03 reximRemove deadcode
2018-01-03 reximReload entire level including the player's position
2018-01-03 reximImplement loading level entity from a file
2018-01-03 reximMove relevant logic to level entity
2018-01-03 reximImplement level entity lifetime
2018-01-03 reximIntroduce the level entity
2017-12-27 Alexey KutepovMerge pull request #48 from tsoding/limited-amount...
2017-12-27 reximLimit amount of sequentual jumps (#37)
2017-12-27 Alexey KutepovMerge pull request #47 from tsoding/40-clip-throug...
2017-12-27 reximAccumulate impacted sides correctly (#40)
2017-12-27 reximAllow toggling debug mode in pause state (#40)
2017-12-25 Alexey KutepovMerge pull request #43 from tsoding/remove-squishing...
2017-12-25 reximRemove the current state of squishing physics
2017-12-25 Alexey KutepovMerge pull request #42 from tsoding/toggle-debug-mode...
2017-12-25 reximToggle debug mode in runtime
2017-12-21 Alexey KutepovMerge pull request #41 from tsoding/player-deformation
2017-12-21 reximIntroduce squishing force into platform collision detection
2017-12-20 reximPreserve area while deforming the player
2017-12-20 reximDeform player horizontally
2017-12-20 reximDeform player vertically
2017-12-20 Alexey KutepovMerge pull request #39 from tsoding/level-from-cli
2017-12-20 reximProvide platforms via CLI
2017-12-17 Alexey KutepovMerge pull request #38 from tsoding/lifetime
2017-12-17 reximIncrease INITIAL_FRAME_BUFFER_SIZE
2017-12-17 reximIntegrate platforms entity with lt module
2017-12-17 reximIntegrate game entity with lt module
2017-12-17 reximIntroduce RETURN_LT0 macro for void returns
2017-12-17 reximImprove error handling in lt module
2017-12-17 reximRename LT macros to improve readability
2017-12-17 reximIntegrate main TU with the lifetime implementation
2017-12-17 reximAdd lt module - implementation of lifetime
2017-12-17 reximRemove opposing forces logging
2017-12-16 Alexey KutepovMerge pull request #36 from tsoding/22-pause-state
2017-12-16 reximImplement toggle pause action (#22)
2017-12-16 reximIntegrate game entity into the event loop (#22)
2017-12-16 reximImplement the rest of the game TU (#22)
2017-12-16 reximImplement game_update (#22)
2017-12-16 reximImplement game_render (#22)
2017-12-16 reximIntroduce game entity and outline its interface (#22)
2017-12-16 Alexey KutepovMerge pull request #35 from tsoding/30-game-freeze-bug
2017-12-16 reximLimit amount of opposing force adjustment iterations...
2017-12-16 Alexey KutepovMerge pull request #34 from tsoding/31-unified-error...
2017-12-16 reximIntegrate player TU with error TU (#31)
2017-12-16 reximIntegrate platforms TU with error TU (#31)
2017-12-16 reximIntegrate camera TU with error TU (#31)
2017-12-16 reximIntegrate error TU with main TU (#31)
2017-12-16 reximAdd error TU (#31)
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-10 Alexey KutepovMerge pull request #29 from ForNeVeR/build/windows
2017-12-10 Alexey KutepovMerge pull request #27 from tsoding/23-read-platforms...
2017-12-10 reximMove platforms related files to the `levels/` folder...
2017-12-10 reximClean up logging (#23)
2017-12-10 reximDon't destroy platforms if they are not initialized...
2017-12-10 reximMake all of the unmodifying bindings const (#23)
2017-12-09 reximImplement map reloading (#23)
2017-12-09 reximAdd method to save platforms to a file (#23)
2017-12-09 Alexey KutepovMerge pull request #26 from tsoding/21-better-platform...
2017-12-09 reximBetter platform collision detection (#21)
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-09 reximImplement camera_center_at operation (#16)
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-08 reximAdd missing asserts in player entity (#6)
2017-12-08 reximAdd basic vector operations (#6)
2017-12-08 reximRemove commented dead code (#6)
2017-12-07 reximRemove hit_floor_ceiling hack (#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 reximAdd movement vector to the player_t state (#6)
2017-12-06 reximUse point_t in player_t state (#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-06 reximstruct platform_t -> platform_t (#17)
2017-12-06 reximTypejeffs for player_t (#17)
next