DarkflameServer/dNet
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
..
AuthPackets.cpp Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
AuthPackets.h Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
ChatPackets.cpp Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
ChatPackets.h format codebase 2022-07-28 08:39:57 -05:00
ClientPackets.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
ClientPackets.h format codebase 2022-07-28 08:39:57 -05:00
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
dNetCommon.h format codebase 2022-07-28 08:39:57 -05:00
dServer.cpp Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
dServer.h Breakout ServerDisconnectIdentifiers into an enum (#995) 2023-02-19 04:29:14 -08:00
MasterPackets.cpp Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
MasterPackets.h format codebase 2022-07-28 08:39:57 -05:00
PacketUtils.cpp Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
PacketUtils.h Reinforce PacketUtils writing (#1073) 2023-05-06 23:45:07 -07:00
WorldPackets.cpp Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
WorldPackets.h Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
ZoneInstanceManager.cpp format codebase 2022-07-28 08:39:57 -05:00
ZoneInstanceManager.h format codebase 2022-07-28 08:39:57 -05:00