sadpmpk pushed to master at sadpmpk/HATPC
-
dc24f17925 Fix jumping issue when exitting water
sadpmpk pushed to master at sadpmpk/HATPC
-
e2ae30e45e Prepare for menu scene implementation
sadpmpk pushed to master at sadpmpk/HATPC
-
896a23fb5c Improve crate bashing
sadpmpk pushed to master at sadpmpk/HATPC
-
5ddb9f00ca Fix bugs related to entity with water
-
0966c3ce29 Allow modular jump on crate bounce
- Compare 2 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
87b2db4ea4 Refactor AABB functions
-
9223dcc0e9 Refactor out game systems for scene
-
e1cbce2703 Make a directory for ECS
- Compare 3 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
53f281d31d Add crate bounce and destroying
-
fa58a3239c Improve collision and render functions
- Compare 2 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
a485922d5d Fix crouch regression on low ceiling
sadpmpk pushed to master at sadpmpk/HATPC
-
6fc2317647 Add entity<->entity collision checks
sadpmpk pushed to master at sadpmpk/HATPC
-
0b342bb9be Implement Crates
-
af080dbdc8 Add compile target without Address Sanitizer
- Compare 2 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
85915d363c Refactor movement states
sadpmpk pushed to master at sadpmpk/HATPC
-
68bb9f941c Move fields to player state component
-
25870309c0 Update Entity Manager component management
-
3c02068ca6 Fix jump not decremented in air
-
0169a90ee8 Generalise movement update system
-
b2a5e29ce4 Rework water, ground, and air state transition
- Compare 6 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
5b3da5c94f Improve and fix up mempool
sadpmpk pushed to master at sadpmpk/HATPC
-
f7057bd56c Implement jumps in water
sadpmpk pushed to master at sadpmpk/HATPC
-
b5da3f216c Implement anchoring for bbox shifting
-
c6ed46c6e7 Refactor out bounding box handling
-
64466128bc Implement water tiles and movement
- Compare 3 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
a057835e65 Refactor some constants
sadpmpk pushed to master at sadpmpk/HATPC
-
68586cd1d2 Add crouching to player
sadpmpk pushed to master at sadpmpk/HATPC
-
bf94a71f9d Refactor some systems
-
2c17b44b40 Add system to toggle blocks for testing
-
a4f4e2b170 Properly implement jump system
-
e665664316 Add simple jumping and gravity
-
df0e0b39c8 Fix bug on collision system
- Compare 6 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
0daa45f7a1 Add simple friction
-
aa2125c8f6 Improve board-phase collision
- Compare 2 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
03b602de40 Implement broad-phase collision system