aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Collapse)Author
14 hoursCore/Misc: Reduce differences between branchesShauren
2 daysCore/Transmog: Mark tracking quests as completed when completing transmog setsShauren
4 daysCore/Units: Remove unused argument from Unit::SetRootedShauren
4 daysCore/Misc: Rename AreaTriggerStruct to AreaTriggerTeleportShauren
4 daysCore/Auras: Implement SPELL_AURA_MOD_HONOR_GAIN_PCT (SPELL_AURA_491) (#31287)Aqua Deus
5 daysCore/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it ↵Shauren
should only increase honor gains from some sources
5 daysCore/Auras: Implement SPELL_AURA_INTERFERE_ALL_TARGETING (SPELL_AURA_486) ↵Aqua Deus
(#31286)
5 daysCore/GameEvents: Added holiday/event world state field (#31284)Meji
Closes #30622
6 daysCore/AreaTriggers: Implement ↵Meji
AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276)
6 daysCore/Network: Minor include cleanup in SocketConnectionInitializer related filesShauren
8 daysCore/Objects: Preserve phaseUseFlags, terrainSwapMap, ScriptName and ↵Shauren
StringId columns when saving creature and gameobject spawns in database Closes #31291
8 daysCore/Players: Implement SetToMaxOnInitialLogIn power flag (#31263)Aqua Deus
8 daysCore/Network: Fix logic mistake with RBAC_PERM_SKIP_CHECK_OVERSPEED_PING, ↵Shauren
fixes getting kicked while pausing worldserver under debugger
10 daysCore/Spells: Allow spell scripts to access other scripts attached to a spellShauren
14 daysScripts/Conditions: Add ConditionScript for Shadow Sight in arenas (#31264)Jeremy
2025-09-14Core/Scripts: Use std::string_view to find script id from script nameShauren
2025-09-13Core/AreaTriggers: Use Optional<bool> for speedIsTime argument in movement ↵Shauren
functions
2025-09-12Scripts/Drustvar: Implement Timbered Strand shoot Wickerman event (#31170)Naddley
Co-authored-by: ModoX <moardox@gmail.com>
2025-09-12Core/AreaTriggers: Implemented `SpeedIsTime` parameter for areatrigger ↵Shauren
splines and orbit
2025-09-11Core/AreaTriggers: Use named query result for loading areatrigger create ↵Shauren
properties
2025-09-11Core/AreaTriggers: Refactor AreaTriggerShapeInfo to use std::variant instead ↵Shauren
of union
2025-09-11Core/AreaTriggers: Remove unused fields from AreaTriggerCreateProperties and ↵Shauren
merge movement data into a variant
2025-09-10Core/Spells: Don't set CAST_FLAG_PENDING for spells that have OriginalCastID ↵Shauren
set but no triggered flag * Fixes cast bar and model animations
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 ↵Shauren
have ScriptName set
2025-09-06Core/Spells: Implemented setting spell to cast on arrival from ↵Traesh
SPELL_EFFECT_JUMP_CHARGE in database (#30210)
2025-09-06Core/Spells: Simplify SortTargetsWithPriorityRulesShauren
* Remove manul weight assignment * Removed std::vector alloc
2025-09-06Core/Spells: Add a helper function to sort spell targets based on custom ↵Telegrill
scripted sorting rules
2025-09-04Core/PacketIO: Fixed ↵Shauren
CMSG_CAST_SPELL/CMSG_PET_CAST_SPELL/CMSG_USE_ITEM/CMSG_USE_TOY structure
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 ↵thestrangerplana
AllReputation config (#31246)
2025-08-31Scripts/TheJadeForest: Implement quest "Touching Ground" (31766) (#31122)Meji
2025-08-31Core/Vehicles: Prevent bad database data in vehicle_template from crashing ↵Shauren
the server when vehicle despawns
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
Synchronized various enums in SharedDefines.h with the latest game data (11.2.5.62687), including Language, TextEmotes, Emote, LockType, CreatureFamily, QuestInfo, QuestSort, SkillType, and TotemCategory. Added new entries and updated mappings to support new content and professions.
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 ↵Shauren
-Wcast-function-type-mismatch warning
2025-08-14Core/Items: Relaxed transmog restrictiionsShauren
* Matching class armor type is no longer required * Items without stats can now be transmogged * Fist weapons can now be mixed with 1H axes/swords/maces/warglaives
2025-08-14Core/Players: Reenable transmogShauren
Closes #31209
2025-08-13Core/AreaTriggers: Fixed areatrigger path type initializationShauren
Closes #31208