Commit Graph

5 Commits

Author SHA1 Message Date
Joseph Aquino 6db62d4249 const correctness in DrawQueue again 2025-08-01 12:27:00 -04:00
Joseph Aquino 88d5d8408c const correctness in DrawQueue 2025-08-01 02:16:03 -04:00
Joseph Aquino 80c352f1d7 fixed DrawQueue iterator for msvc 2025-08-01 02:28:36 -04: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
Joseph Aquino 9f446ae238 Major update
-clean up SFML folder
 -split Array into one that is stack allocated and heap allocated
 -implemented draw queue class
 -code formating
2025-07-30 02:46:08 -04:00