DarkflameServer/dGame/dInventory
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
DatabasePet.h format codebase 2022-07-28 08:39:57 -05:00
EquippedItem.cpp convert to unix line endings 2022-08-05 22:01:59 -05:00
EquippedItem.h format codebase 2022-07-28 08:39:57 -05:00
Inventory.cpp Merge pull request #1019 from EmosewaMC/inventoryTypeCorrections 2023-04-23 12:49:43 +02:00
Inventory.h CDClient cleanup and optimization (#1023) 2023-03-17 07:36:21 -07:00
Item.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
Item.h Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
ItemSet.cpp CDClient cleanup and optimization (#1023) 2023-03-17 07:36:21 -07:00
ItemSet.h Update DarkInspirationBehavior.cpp (#897) 2022-12-23 18:05:30 -08:00
ItemSetPassiveAbility.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
ItemSetPassiveAbility.h Update DarkInspirationBehavior.cpp (#897) 2022-12-23 18:05:30 -08:00