Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-13 | Core/Scripts: Mark script base class constructors noexcept | Shauren | |
2024-07-12 | Core/Instances: New ZoneScript hook - OnCreatureGroupDepleted | Shauren | |
* Triggers when the CreatureGroup no longer has any alive members (either last alive member dies or is removed from the group) | |||
2022-12-20 | Core/Battlegrounds: Made Battleground inherit ZoneScript | Shauren | |
Closes #28480 | |||
2022-04-24 | Scripts/Instances: Replace manual criteria timer starts in instances with ↵ | Shauren | |
new GameEvents api | |||
2022-02-12 | Core/Misc: Move (or delete) constructors and destructors to .cpp files ↵ | Shauren | |
(avoids compiling them in every file that includes them) | |||
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-05-18 | Core/Game: Include cleanup | Shauren | |
* 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) |