aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/ZoneScript.cpp
AgeCommit message (Collapse)Author
2025-06-13Core/Scripts: Mark script base class constructors noexceptShauren
2024-07-12Core/Instances: New ZoneScript hook - OnCreatureGroupDepletedShauren
* Triggers when the CreatureGroup no longer has any alive members (either last alive member dies or is removed from the group)
2022-12-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
Closes #28480
2022-04-24Scripts/Instances: Replace manual criteria timer starts in instances with ↵Shauren
new GameEvents api
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files ↵Shauren
(avoids compiling them in every file that includes them)
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-05-18Core/Game: Include cleanupShauren
* Mostly aimed at removing Log/DatabaseEnv includes from other headers * Fix most packet headers including other packet headers - moved common structures such as ItemInstance to their own files * Moved SAI function definitions to source files (massive or requiring many different dependencies)