aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2025-08-13Core/PacketIO: Fixed SMSG_SET_ANIM_TIER structure for 11.2.0Shauren
2025-08-13Core: Updated to 11.2.0Shauren
2025-08-11Core/Quests: Fixed quest experience rewards - it should always be awarded for...Shauren
2025-08-11Core/Items: Send CreateObject for items in buyback inventory slotsShauren
2025-08-10Core/Arenas: Allow queueing for rated arenas (#31148)Jeremy
2025-08-09Core/Objects: Remove unused code from UpdateField internalsShauren
2025-08-07Core/PacketIO: Reduce amount of stack space used by a few giant packet classesShauren
2025-08-04Core/PacketIO: Use original names in SMSG_INSPECT_RESULT structureShauren
2025-07-31Core/Objects: Broadcast object destroy packets to players using Far Sight and...Shauren
2025-07-30Core/Quests: Fixed QuestScript::OnQuestStatusChange incorrectly triggering wi...Shauren
2025-07-26Core/Auras: Check min power instead of 0 for SPELL_AURA_OBS_MOD_POWERShauren
2025-07-26Core/Spells: Allow negative values for SPELL_AURA_OBS_MOD_POWERModoX
2025-07-24Core/SAI: Fix SMART_ACTION_MOVE_OFFSET after 4887e0ea1da6fe32c76a899f03c4bf10...Meji
2025-07-24Core/SAI: Add actions ENTER_VEHICLE, BOARD_PASSENGER and EXIT_VEHICLE (#31141)BandyscTC
2025-07-23Core/Vehicles: Added new field CustomFlags to vehicle_template (#31115)Meji
2025-07-20Core/PacketIO: Fixed SMSG_PVP_MATCH_COMPLETE structureGolrag
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-17Core/SAI: Replace sai specific object type checking functions with Object fun...Shauren
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 o...Shauren
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-15Core/PacketIO: Add SMSG_DUEL_ARRANGED to IsInstanceOnlyOpcodeShauren
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-12Core/GameObjects: Allow reset for GAMEOBJECT_TYPE_GOOBER without lockId or au...Meji
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
2025-07-11Core/Misc: Rename LinkedListHead insertion functions to push_back/push_front ...Shauren
2025-07-11Core/Misc: Rename LinkedListHead::getSize to size to fit standard container n...Shauren
2025-07-11Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit standa...Shauren
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-07-10Core/Logging: Remove temporary string creation when logging opcode namesShauren
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
2025-07-08Core/Spells: Fix group member classification in SelectRandomInjuredTargetsShauren
2025-07-05Core/Gossip: Track started interaction types and reset only questgiver on que...Shauren
2025-07-04Core/Objects: Add missing grid workersShauren
2025-07-03Core/PacketIO: Define enum for TreasurePickerBonus Context fieldShauren
2025-07-02Core/PacketIO: Fixed SMSG_UPDATE_OBJECT BankTabSettings and DeclinedNames str...Shauren
2025-07-01Core/PacketIO: Fixed SMSG_UPDATE_OBJECT ActivePlayerData structureShauren
2025-06-30Core/DataStores: Fixed loading GameObjectLabel.db2Shauren
2025-06-30Core/Quests: Allow quest objective items with effect type other than "On Loot...Shauren
2025-06-30Core/Achievements: Fix setting count for CriteriaType::ReachRenownLevelShauren
2025-06-29Scripts/Spells: Implement mage talent Meteor (#31094)Aqua Deus
2025-06-29Scripts/Spells Fix mage talent Flamestrike target cap (#31095)Aqua Deus