Commit Graph

2 Commits

Author SHA1 Message Date
Joseph Aquino 949342892c small update 2025-12-21 15:18:07 -05:00
Joseph Aquino dafc9beef5 Start implementing Game
-added ecc.sh to export compile commands
-changed EntityMemoryPool to not be singleton so that each EntityManager can have its own pool
-Entities now store a reference to the EntityManager that spawned them so they get data from the right pool
-added Random.h from learncpp.com
-DrawQueue can now be used with std::sort
-Array containers have swap function
2025-07-31 03:36:14 -04:00