HATPC remake
 
 
 
Go to file
En Yi e20b020829 Rewrite mempools to be scalable
Changelog:
- Rewrite the Mempool Struct to be generic enough
- Static alloc for components mempool and entities mempool
- Component mempool now uses the component enum as index
- Update all mempool functions to work with the new struct
2022-12-05 13:02:34 +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 Scene and Level Scene 2022-12-03 13:46:24 +08:00
assets.h Implement Scene and Level Scene 2022-12-03 13:46:24 +08:00
components.h Implement test scene 2022-12-05 12:20:00 +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 Rewrite mempools to be scalable 2022-12-05 13:02:34 +08:00
mempool.h Adjust function parameters input 2022-11-26 20:49:16 +08:00
scene.c Implement Scene and Level Scene 2022-12-03 13:46:24 +08:00
scene.h Implement Scene and Level Scene 2022-12-03 13:46:24 +08:00
scene_impl.c Implement test scene 2022-12-05 12:20:00 +08:00
scene_impl.h Implement Scene and Level Scene 2022-12-03 13:46:24 +08:00
scene_test.c Implement test scene 2022-12-05 12:20:00 +08:00