HATPC remake
 
 
 
Go to file
En Yi f7057bd56c Implement jumps in water
Changelog:
- Map space to jumping
- Allow jumps in water but lowered speed and with cooldown
- Update out<->in water transition logic and jumps handling
  - Out->in water: if player center is in water
  - In->out water: if player bbox is not in water
- Apply upthrust conditionally in water
2022-12-29 11:21:10 +08:00
sc First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
.gitignore First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
CMakeLists.txt Implement test scene 2022-12-05 12:20:00 +08:00
Conventions.txt First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
actions.h Implement jumps in water 2022-12-29 11:21:10 +08:00
assets.h Implement Scene and Level Scene 2022-12-03 13:46:24 +08:00
components.h Implement jumps in water 2022-12-29 11:21:10 +08:00
constants.h Implement water tiles and movement 2022-12-27 13:16:05 +08:00
entManager.c Implement tag on entities 2022-11-26 23:27:45 +08:00
entManager.h Implement tag on entities 2022-11-26 23:27:45 +08:00
entManager_test.c Implement test scene 2022-12-05 12:20:00 +08:00
entity.h Implement tag on entities 2022-11-26 23:27:45 +08:00
lsan_supp.txt Implement test scene 2022-12-05 12:20:00 +08:00
main.c Implement Scene and Level Scene 2022-12-03 13:46:24 +08:00
mempool.c Refactor out bounding box handling 2022-12-28 10:54:06 +08:00
mempool.h Adjust function parameters input 2022-11-26 20:49:16 +08:00
scene.c Implement key controls to scene 2022-12-11 14:32:26 +08:00
scene.h Implement key controls to scene 2022-12-11 14:32:26 +08:00
scene_impl.c Implement jumps in water 2022-12-29 11:21:10 +08:00
scene_impl.h Implement water tiles and movement 2022-12-27 13:16:05 +08:00
scene_test.c Implement anchoring for bbox shifting 2022-12-28 17:36:07 +08:00