EverWrath/src/server/game
Grimdhex db7183a573
chore(Debug/Scripting): improve debug errors during the unloading scripts (#19643)
* chore(Debug/Scripting): improve debug errors during script unloading

* add the script name to increase debug informations and ensure to derefence script pointers
2024-08-21 08:13:20 -03:00
..
Accounts feat(Scripts/Commands): account set email (#19481) 2024-07-30 15:33:13 +02:00
Achievements fix(Core/AchievementMgr): Check for null achievement before being derefenced. (#19504) 2024-07-28 16:40:21 -03:00
Addons chore(Core/Misc): sort includes (#17776) 2023-11-18 17:51:26 +01:00
AI refactor(Core/Misc): Use NpcFlag helpers (#19676) 2024-08-19 10:17:02 +02:00
ArenaSpectator refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
AuctionHouse fix(Core/AuctionHouse): fix crash in BuildListAuctionItems (#17222) 2023-09-08 23:09:35 -03:00
Autobroadcast refactor(Core/Chat): Move SendWorldText(optional) to ChatHandler and … (#19501) 2024-07-29 14:44:13 -03:00
Battlefield refactor(Core/Chat): Move SendWorldText(optional) to ChatHandler and … (#19501) 2024-07-29 14:44:13 -03:00
Battlegrounds Revert "chore(Script/Misc): cleanup" (#19627) 2024-08-15 05:43:11 +02:00
Cache refactor(Core/Object): getLevel() -> GetLevel() (#14122) 2022-12-31 17:39:23 +01:00
Calendar refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
Chat feat(DB/Module): introduce module_string table (#19475) 2024-08-13 19:53:16 +02:00
Combat refactor(Core/Entities): Cleanup Unit header file (#19622) 2024-08-15 05:12:44 -03:00
Conditions chore(Scripts/Commands): QOL server debug (#19297) 2024-07-06 01:18:38 +02:00
DataStores chore(Core/DBC): define unused unknown dbc fields (#19262) 2024-07-04 14:23:25 -03:00
DungeonFinding feat(Core/LFG): Option to disable deserter (#19618) 2024-08-14 09:19:56 -03:00
Entities fix(Core/PetHandler): Allow PetAI to handle flags (#19446) 2024-08-19 13:15:39 -03:00
Events refactor(Core/Chat): Move SendWorldText(optional) to ChatHandler and … (#19501) 2024-07-29 14:44:13 -03:00
Globals fix(Core/Creature): quest_greeting_locale (#19615) 2024-08-13 21:09:36 +02:00
Grids fix (Core/Spells): remove object size for hit calculation of aoe aura spells that target enemies (#19529) 2024-08-18 20:34:56 -03:00
Groups fix(Core/Loot): implement automatic pass in group loot for items that… (#19272) 2024-07-04 14:21:00 -03:00
Guilds refactor(Core/Chat): PSendSysMessage to fmt (#19449) 2024-07-23 23:48:46 +02:00
Handlers fix(Core/PetHandler): Allow PetAI to handle flags (#19446) 2024-08-19 13:15:39 -03:00
Instances refactor(Core/Chat): Move SendNotification to ChatHander (#19491) 2024-08-10 11:39:46 -03:00
Loot refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
Mails feat(Core/Scripting): move all script objects to separated files (#17860) 2023-12-02 21:13:20 +01:00
Maps fix(Core/Map): Exempt raids from the hourly limit (#19650) 2024-08-18 19:56:38 +02:00
Misc refactor(Core/Chat): Move SendWorldText(optional) to ChatHandler and … (#19501) 2024-07-29 14:44:13 -03:00
Miscellaneous fix(Scritps/AV): Use db defined text for Herald (#19486) 2024-07-28 01:44:03 +02:00
Modules refactor(Core): remove unused imports (#9969) 2022-01-02 20:22:09 +01:00
Motd feat(Core/Scripting): move all script objects to separated files (#17860) 2023-12-02 21:13:20 +01:00
Movement refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
OutdoorPvP fix(Core/PVP): Fix OutDoorPVP CustomSpell handling (#18389) 2024-03-10 15:35:29 +01:00
Petitions fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
Pools refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
PrecompiledHeaders feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Quests refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
Reputation refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
Scripting chore(Debug/Scripting): improve debug errors during the unloading scripts (#19643) 2024-08-21 08:13:20 -03:00
Server feat(DB/Module): introduce module_string table (#19475) 2024-08-13 19:53:16 +02:00
Skills chore(Core/Misc): rename spellInfo pointers (#17914) 2023-12-02 06:03:15 -03:00
Spells fix(Core/Spells): Power of the Guardian should persist through death (#19638) 2024-08-21 06:36:05 -03:00
Texts refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
Tickets Revert "chore(Script/Misc): cleanup" (#19627) 2024-08-15 05:43:11 +02:00
Time fix(Core/Player): Vertical Message distance (#19302) 2024-07-06 10:05:34 -03:00
Tools refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
Warden refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
Weather refactor(Core): remove unused imports (#17094) 2023-08-28 13:39:43 +02:00
World feat(Core/LFG): Option to disable deserter (#19618) 2024-08-14 09:19:56 -03:00
CMakeLists.txt feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00