aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2025-07-21Scripts/Drustvar: Implement Quest: "The Burden of Proof" (#31151)Naddley
2025-07-20Core/PacketIO: Fixed SMSG_PVP_MATCH_COMPLETE structureGolrag
2025-07-19Scripts/Spells: Implement mage talent Improved Scorch (#31085)Aqua Deus
2025-07-19Script/Spells: Implement Sudden Death & Juggernaut (Fury) (#31065)Jeremy
Co-authored-by: ModoX <moardox@gmail.com>
2025-07-19Core/Units: Don't change hover anim for vehicle passengers (#31144)BandyscTC
2025-07-19Scripts/Spells: Implement Improved Whirlwind & Whirlwind target cap (#31064)Jeremy
2025-07-19Scripts/Spells: Implement Unbridled Ferocity (#31067)Jeremy
2025-07-19Scripts/ReturnToKarazhan: Implement Maiden of Virtue encounter (#31105)Aqua Deus
2025-07-18Scripts/Spells: Implement mage talent Scald (#31086)Aqua Deus
2025-07-18Core/Misc: Add splice/pop_front/pop_back to LinkedListHeadShauren
2025-07-18Core/Misc: Shrink LinkedListHead sizeShauren
2025-07-17Scripts/Spells: Implement mage talent Improved Combustion (#31088)Aqua Deus
2025-07-17Scripts/Spells: Implement mage talent Spontaneous Combustion (#31089)Aqua Deus
2025-07-17Core/SAI: Replace sai specific object type checking functions with Object ↵Shauren
functions
2025-07-17Core/SAI: Remove temp vectorsShauren
2025-07-17Core/SAI: Use std::string_view for event paramsShauren
2025-07-17Core/SAI: Use std::vector::emplace_back instead of creating large temporary ↵Shauren
objects
2025-07-17Core/SAI: Remove ObjectGuid::ToString callsShauren
2025-07-17Core/SAI: Fix SMART_ACTION_OFFER_QUEST - now tracks npc interaction correctlyShauren
2025-07-17Core/SAI: Implemented action type SMART_ACTION_DESTROY_CONVERSATION (#31133)ModoX
2025-07-16Scripts/Spells: Fix mage Fire Blast crit chance (#31082)Aqua Deus
2025-07-15Core/PacketIO: Add SMSG_DUEL_ARRANGED to IsInstanceOnlyOpcodeShauren
2025-07-13Scripts/Spells: Implement mage talent Molten Fury (#31091)Aqua Deus
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-12Core/GameObjects: Allow reset for GAMEOBJECT_TYPE_GOOBER without lockId or ↵Meji
autoCloseTime (#31079)
2025-07-12Scripts/DalaranLegion: Implement Quest "Call of the Uncrowned" (#31126)Naddley
2025-07-12Core/DataStores: Reduce the number of string copies when loading db2 hotfixesShauren
2025-07-12Scripts/Spells: Implement mage talent Flame Patch (#31096)Aqua Deus
2025-07-12Core/Loot: Add aoe loot target cap same as on official servers (50 corpses)Shauren
2025-07-11Core/Misc: Improve LinkedList iteration - simplify code generated for begin, ↵Shauren
end and operator++
2025-07-11Core/Misc: Rename LinkedListHead insertion functions to push_back/push_front ↵Shauren
to fit standard container naming
2025-07-11Core/Misc: Rename LinkedListHead::getSize to size to fit standard container ↵Shauren
naming
2025-07-11Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit ↵Shauren
standard container naming
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ↵Shauren
group members
2025-07-10Core/Logging: Remove temporary string creation when logging opcode namesShauren
2025-07-09Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor ↵Shauren
and enable callback concept check
2025-07-09Core/Spells: Fixed Revive Pet not being usable if pet corpse is still in worldShauren
2025-07-09Core/Scenarios: Allow scripts to set instance scenario by id (#31104)Jason Dove
* add example at Stratholme service entrance
2025-07-08Core/Spells: Fix group member classification in SelectRandomInjuredTargetsShauren
2025-07-06Scripts/Tirisfal: Implement Quest: "A Legend You Can Hold" (#31110)Naddley
2025-07-05Core/Gossip: Track started interaction types and reset only questgiver on ↵Shauren
quest accept Closes #31120
2025-07-05Scripts/DalaranLegion: Implement Quest: "Weapons of Legend" (Hunter) (#31099)Naddley
2025-07-04Core/Objects: Add missing grid workersShauren
2025-07-04Scripts/Spells: Implement warlock talent Channel Demonfire (#31112)Aqua Deus
2025-07-03Core/PacketIO: Define enum for TreasurePickerBonus Context fieldShauren
2025-07-02Core/PacketIO: Fixed SMSG_UPDATE_OBJECT BankTabSettings and DeclinedNames ↵Shauren
structures
2025-07-01Core/PacketIO: Fixed SMSG_UPDATE_OBJECT ActivePlayerData structureShauren
2025-06-30Core/DataStores: Fixed loading GameObjectLabel.db2Shauren
Closes #31102
2025-06-30Core/Quests: Allow quest objective items with effect type other than "On ↵Shauren
Looted" to be put in inventory even when QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM is set Closes #29579
2025-06-30Core/Achievements: Fix setting count for CriteriaType::ReachRenownLevelShauren