DarkflameServer/tests
David Markowitz 455f9470a5
Move EntityManager to Game namespace (#1140)
* Move EntityManager to Game namespace

* move initialization to later

Need to wait for dZoneManager to be initialized.

* Fix bugs

- Cannot delete from a RandomAccessIterator while in a range based for loop.

Touchup zone manager initialize

replace magic numbers with better named constants
replace magic zonecontrol id with a more readable hex alternative
condense stack variables
move initializers closer to their use
initialize entity manager with zone control

change initialize timings

If zone is not zero we expect to initialize the entity manager during zone manager initialization

Add constexpr for zone control LOT

* Add proper error handling

* revert vanity changes

* Update WorldServer.cpp

* Update dZoneManager.cpp
2023-07-15 13:56:33 -07:00
..
dCommonTests Refactor: Amf3 implementation (#998) 2023-05-13 17:22:00 -05:00
dGameTests Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
CMakeLists.txt Implement GTest and change windows output path 2022-11-07 00:12:35 -08:00