aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2025-09-08Core/Time: Initialize all GameTime fields at server startupShauren
2025-09-08Core/Events: Replace remaining packed time calculations with WowTime classShauren
2025-09-07Core/SAI: Add storedTargetId param to summon actions (#31142)BandyscTC
2025-09-07Scripts/ReturnToKarazhan: Implement Mana Devourer encounter (#31166)Aqua Deus
2025-09-07Core/Conditions: Allow ConditionTypeOrReference to be 0 for conditions that h...Shauren
2025-09-06Core/Spells: Implemented setting spell to cast on arrival from SPELL_EFFECT_J...Traesh
2025-09-06Core/Spells: Simplify SortTargetsWithPriorityRulesShauren
2025-09-06Core/Spells: Add a helper function to sort spell targets based on custom scri...Telegrill
2025-09-04Core/PacketIO: Fixed CMSG_CAST_SPELL/CMSG_PET_CAST_SPELL/CMSG_USE_ITEM/CMSG_U...Shauren
2025-09-04Core/Database: Add missing hotfix database periodic pingsShauren
2025-09-03Core/AreaTriggers: Handle exit areatrigger on player map change (#31077)ModoX
2025-09-01Core/Players: Fixed buying bank tabsShauren
2025-08-31Core/Reputation: Fix ReputationMgr crash at first character login due to AllR...thestrangerplana
2025-08-31Scripts/TheJadeForest: Implement quest "Touching Ground" (31766) (#31122)Meji
2025-08-31Core/Vehicles: Prevent bad database data in vehicle_template from crashing th...Shauren
2025-08-29Core/Spells: Support spells that have both charge recovery and separate cooldownShauren
2025-08-28Core/Items: Define new socket colorShauren
2025-08-25Core/Commands: Add .guild list GM command to list all guilds (#30930)Alex Dcnh
2025-08-25Core/Misc: Regenerate enuminfo_*.cpp filesShauren
2025-08-25Core/Misc: Update some enums with 11.2 values (#31231)dio85
2025-08-23Core/PacketIO: Fixed updatefields structure for 11.2.0Shauren
2025-08-19Core/BattlePets: Fix using moved-from variable when adding new petShauren
2025-08-19Core/BattlePets: Refactor BattlePetMgr::SendUpdates to use std::span argumentShauren
2025-08-16Scripts/Spells: Refactor spell script internals to fix -Wcast-function-type-m...Shauren
2025-08-14Core/Items: Relaxed transmog restrictiionsShauren
2025-08-14Core/Players: Reenable transmogShauren
2025-08-13Core/AreaTriggers: Fixed areatrigger path type initializationShauren
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