DarkflameServer/dScripts/EquipmentScripts
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
..
AnvilOfArmor.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AnvilOfArmor.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
BuccaneerValiantShip.cpp Fix all smashables not playing animations (#1112) 2023-06-14 15:44:22 -07:00
BuccaneerValiantShip.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
CauldronOfLife.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
CauldronOfLife.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
CMakeLists.txt add stun immunity script (#1015) 2023-03-08 07:31:45 -06:00
FireFirstSkillonStartup.cpp CDClient cleanup and optimization (#1023) 2023-03-17 07:36:21 -07:00
FireFirstSkillonStartup.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FountainOfImagination.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FountainOfImagination.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
PersonalFortress.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
PersonalFortress.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
StunImmunity.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
StunImmunity.h add stun immunity script (#1015) 2023-03-08 07:31:45 -06:00
Sunflower.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
Sunflower.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00