aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-02-28Core/Spells: Refactor Spell::finish to accept SpellCastResult argument ↵Shauren
instead of just a bool indicating success
2023-02-26Core/Misc: Add launchDelay argument to Unit::SendPlaySpellVisual overload ↵Shauren
accepting Unit* argument
2023-02-26Core/Spells: Updated silence flags for 9.0 and rename unit flag to its new ↵Shauren
meaning
2023-02-25Partial revert of "Core/Spells: Moved SpellVisual functions from Unit to ↵Shauren
WorldObject" - client only accepts unit guids in these packets (orphan visuals not reverted) This partially reverts commit 54f607641ac9008a588b8ff635a9ed7ee7a5f976.
2023-02-20Core/Players: Fix mail memory leaks happening if mail is received before ↵Gosha
saved mail is loaded (during loading from db) (#28826)
2023-02-18Core/Spells: Remove TRIGGERED_IGNORE_CASTER_AURASTATE from default triggered ↵Shauren
spell flags Closes #28820
2023-02-16Core/Misc: Mention vmaps in error message about loading gameobject modelsShauren
2023-02-16Update worldserver.conf.distAokromes
2023-02-14Core/Guilds: Fixed loading achievement CompletingPlayers guids from db. (#28813)DeadMouse
2023-02-11Core/Units: Pass real damage taken after level scaling calculations to ↵Shauren
DamageDone and DamageTaken script hooks
2023-02-10Core/Auras: Implemented SPELL_AURA_KEYBOUND_OVERRIDE (#28809)Смердокрыл
Co-authored-by: MaxtorCoder <warsongkiller.s8@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-02-09Core/Auras: Remove channeled auras when caster and target are not on the ↵Shauren
same map Closes #28777 Closes #28792 (cherry picked from commit d23c839998263330aa475125e0bca16dd8fe51bb)
2023-02-09Scripts/Events: Fixed infinite loop with auras 71507 and 71508 casting each ↵Shauren
other when unit is removed from map (cherry picked from commit 70e985c7f715951035b0e168c0222405d62758b3)
2023-02-09Core/Battlegrounds: Prevent end Arena when a dead player logout (#28766)Gildor
(cherry picked from commit aeb4d18e20c444e828ecff0964013d3d8daf67d9)
2023-02-08Core/Players: Added support for profession equipment slots (#28799)Meji
2023-02-06Core/Spells: Implemented SPELL_EFFECT_REMOVE_AURA_BY_SPELL_LABELShauren
2023-02-05Core/GameObjects: Fixed crash with transport gameobjects that have only 1 ↵Shauren
entry in TransportAnimation/TransportRotation db2 Closes #28673
2023-02-05Core/Objects: Move EventProcessor update to WorldObject::UpdateShauren
2023-02-05Core/GameObjects: Fixed the behavior for GAMEOBJECT_TYPE_FISHINGNODE (#28781)Meji
2023-02-05Core/Pools: Allow all gameobject types to be pool members (#28754)Jeremy
2023-02-04Core/GameObjects: Don't apply pool anti-break hack for gameobjects not using ↵Shauren
legacy compatibility mode
2023-02-04Core/GameObjects: Implemented Checkallunits property for trapsShauren
2023-02-03Core/DataStores: Fixed string fields containing empty strings in some 10.0.5 ↵Shauren
db2 files Closes #28805
2023-02-03Tools/Extractors: Fixed remote mode after casclib upgradeShauren
2023-02-02Core/Misc: Rename _2 skillline definitions to _CLASSICMeji
2023-02-01Core/Misc: Update ResponseCodes enum for 10.0.5Shauren
2023-02-01Core/Logging: Update missing log to fmt::formatMeji
2023-01-31Core/Misc: Update config option CharactersPerAccount (Dragonflight)Meji
2023-01-31Core/SAI: Set the trigger player as baseobject when the source type isn't a ↵Meji
WorldObject (#28767)
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-29Scripts/Monk: Implement Power Strikes (#28794)Naddley
2023-01-29Core/Spawns: Allow spawn groups with MANUAL_SPAWN flag to automatically ↵Meji
despawn if conditions are not met (#28778)
2023-01-29Core/Players: Several currency fixes and improvements (#28676)Meji
2023-01-29Core/Mail: Update max mail id capShauren
2023-01-29Core/Spells: Remove a triggered spell (not in sniff) (#28571)Aqua Deus
2023-01-28Core/Quests: Dont immediately update object visibility at PhaseShift and ↵Seyden
wait for the AI Hooks to be called in Player::RewardQuest (#28516)
2023-01-28Core/DataStores: Updated outdated check to 10.0.5.47660ModoX
2023-01-28Core: Updated to 10.0.5Shauren
2023-01-26Scripts/DK: Implemented Howling Blast (#28761)Ovahlord
2023-01-26Scripts/Hunter: Implement Explosive Shot (#28779)Naddley
2023-01-26Scripts/Evoker: Implement Living Flame and Energizing Flame (#28736)Aqua Deus
2023-01-26Spells/Evoker: Implemented Azure Strike (#28656)Aqua Deus
2023-01-21Core/Reputation: Implemented renown reputation (Dragonflight) (#28653)Meji
2023-01-20Core/Units: Named new unit flag (enuminfo)Shauren
2023-01-20Core/Units: Named new unit flagShauren
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-19Core/Auras: Fully remove auras that had all of their effect suppressed with ↵Shauren
immunity (cherry picked from commit 835e2918319ed20109992086311a2c146140937f)
2023-01-19Core/Auras: Fixed possible iterator invalidation crashes caused by calling ↵Shauren
UpdateTargetMap inside loops iterating m_appliedAuras Closes #28609 (cherry picked from commit 593721ff1fc7bb20fa2667625f5d3848a0786c73)
2023-01-15Core/Objects: Call base class Update function for Unit and GameObject ↵Shauren
(currently does nothing)
2023-01-15Nopch build fixShauren