DarkflameServer/dZoneManager
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
..
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
dZMCommon.h format codebase 2022-07-28 08:39:57 -05:00
dZoneManager.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
dZoneManager.h Removed some hardcoded logic for racing (#1075) 2023-05-08 04:38:08 -05:00
Level.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
Level.h Remove unused problematic code (#1115) 2023-06-16 23:30:28 -05:00
LUTriggers.h foot race player flag fix (#1125) 2023-06-23 08:50:15 -05:00
Spawner.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
Spawner.h Implement some more trigger event calls and command handlers (#989) 2023-03-25 05:26:39 -05:00
WorldConfig.h Eliminate WorldConfig Magic Numbers 2023-01-01 05:20:03 -08:00
Zone.cpp CDClient cleanup and optimization (#1023) 2023-03-17 07:36:21 -07:00
Zone.h dGame Precompiled header improvements (#876) 2023-01-06 23:17:05 -06:00