DarkflameServer/dGame
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
..
dBehaviors Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
dComponents Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
dEntity format codebase 2022-07-28 08:39:57 -05:00
dGameMessages Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
dInventory Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
dMission Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
dPropertyBehaviors Refactor: Amf3 implementation (#998) 2023-05-13 17:22:00 -05:00
dUtilities Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
Character.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
Character.h Revert playerflags functions to uint instead of int (#1130) 2023-06-26 00:51:28 -07:00
CMakeLists.txt Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
Entity.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
Entity.h fix: not exiting shooting gallery when clicking activity close button 2023-05-10 19:26:04 -05:00
EntityManager.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
EntityManager.h Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
LeaderboardManager.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
LeaderboardManager.h format codebase 2022-07-28 08:39:57 -05:00
Player.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
Player.h convert to unix line endings 2022-08-05 22:01:59 -05:00
TeamManager.cpp format codebase 2022-07-28 08:39:57 -05:00
TeamManager.h format codebase 2022-07-28 08:39:57 -05:00
TradingManager.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
TradingManager.h format codebase 2022-07-28 08:39:57 -05:00
User.cpp breakout gmlevel into a scoped enum (#996) 2023-03-24 18:16:45 -05:00
User.h breakout gmlevel into a scoped enum (#996) 2023-03-24 18:16:45 -05:00
UserManager.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
UserManager.h format codebase 2022-07-28 08:39:57 -05:00