DarkflameServer/dScripts/ai/WILD
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
..
AllCrateChicken.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AllCrateChicken.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
CMakeLists.txt Implement some scripts for alpha FV (#1049) 2023-04-12 11:46:31 -05:00
WildAmbientCrab.cpp Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00
WildAmbientCrab.h Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00
WildAmbients.cpp Remove inlines 2023-03-26 02:59:46 -07:00
WildAmbients.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
WildAndScared.cpp Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00
WildAndScared.h Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00
WildGfGlowbug.cpp Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00
WildGfGlowbug.h Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00
WildNinjaBricks.cpp Implement some scripts for alpha FV (#1049) 2023-04-12 11:46:31 -05:00
WildNinjaBricks.h add missing overrides (#1060) 2023-04-18 01:40:33 -05:00
WildNinjaSensei.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
WildNinjaSensei.h Implement some scripts for alpha FV (#1049) 2023-04-12 11:46:31 -05:00
WildNinjaStudent.cpp Implement some scripts for alpha FV (#1049) 2023-04-12 11:46:31 -05:00
WildNinjaStudent.h add missing overrides (#1060) 2023-04-18 01:40:33 -05:00
WildPants.cpp Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00
WildPants.h Add scripts for a few wild creatures (#1051) 2023-04-09 10:17:05 -05:00