aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-03-12Core/Auras: Implement caster selection of SPELL_AURA_TRIGGER_SPELL_ON_EXPIRE ↵Meji
(stored in MiscValue) (#28860)
2023-03-12Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)Meji
2023-03-12Core/Creatures: Allow turning off experience gain from creatures by scriptsShauren
2023-03-12Core/Creatures: Allow disabling loot for creaturesShauren
2023-03-12Core/Misc: Move GetContentTuningForArea from ObjectMgr to DB2ManagerShauren
2023-03-12Core/Fishing: Update correct fishing skill according to area expansion (#28838)Meji
Closes #26676
2023-03-12Core/Creatures: Allow overriding default gossip menu idShauren
2023-03-11Core/DataStores: Fixed loading CommonData when IdTable is present (#28853)Ghaster
2023-03-11Build fixShauren
2023-03-11Core/Creatures: Wrap all creature static flags in a structureShauren
2023-03-11Core/Scripts: Make CreatureAI::DoZoneInCombat overload accepting a different ↵Shauren
creature static
2023-03-11Core/Movement: Refactor TimedFleeingMovementGenerator to use chrono typesShauren
2023-03-11Core/Creatures: Implemented unkillable flag (prevent health from going below 1)Shauren
2023-03-10Core/Creatures: Added fields for static flags to creature class for future useShauren
2023-03-10Core/Creatures: Allow overriding non-gossip based trainer ids for creaturesShauren
2023-03-09Core/Gossips: Enable loading gossip_menu_option using GossipNpcOption not ↵Meji
yet implemented (#28849)
2023-03-07Core/Movement: New waypoint movement featuresShauren
* Allow going backwards on a repeatable waypoint path (instead of going directly to first point) * Allow triggering random movement on path ends * Max duration of waypoint movement * Skipping mmap usage * Forced speed for whole path * Forced run/walk for whole path
2023-03-06Core/Movement: Refactor jump speed calculation out of spell codeShauren
2023-03-05Core/Units: Added Unit::SetFacingToPoint functionShauren
2023-03-04Core/Movement: Allow specifying timeout for follow movementShauren
2023-03-02Scripts/AzureVault: Implement Leymor encounter (#28810)Naddley
2023-03-02Core/Movement: Extend MovePoint with new argumentsShauren
* Forced speed * Speed selection mode (walk, run or default) * Distance from target point that is considered close enough to finalize movement
2023-03-01Core/Movement: Allow specifying timeout for random movementShauren
2023-03-01Core/Misc: Update SkillLine and LockType definitions (Dragonflight) (#28829)Meji
2023-02-28Core/Spells: Make CastSpellExtraArgs copy and movableShauren
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