aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-07-07Core/Scenarios: Move map from InstanceScenario to base classShauren
2023-07-06Core/Quests: Make completion of tracking quests completed by ↵Shauren
SPELL_EFFECT_QUEST_COMPLETE visible to client
2023-07-05Core/Battlegrounds: Implement Arathi Basin from Battle for Azeroth (#28369)Jeremy
Co-authored-by: ModoX <moardox@gmail.com>
2023-07-05Scripts/ElwynnForest: Implemented conversation for "Rotten Old Memories" ↵Naddley
(#29122)
2023-07-05Core/Pets: Fixed crash when summoning hunter petsShauren
2023-07-04Core/Players: Fixed fury warriors failing to be saved to db on first save ↵Shauren
after login/respec
2023-07-04Scripts/Spells: Updated lava burst script, rank 2 not needed anymore (#29120)Aqua Deus
2023-07-04Scripts/ElwynnForest: Implemented quest "An Unlikely Informant" (#29113)Naddley
* human heritage questline
2023-07-03Core/Conversation: Added ChatType field to conversation_line_templateModoX
2023-07-03Core/GameObjects: Only start loot restock timer if loot contents were ↵Shauren
modified and ignore it for personal loot Closes #29023
2023-07-02Core/Auras: Removed triggering aura effect from ↵Shauren
SPELL_AURA_OVERRIDE_AUTOATTACK_WITH_MELEE_SPELL handling (paladin Crusading Strikes combines this with a proc aura on another effect on the same spell)
2023-07-01Core/Players: Repop players at instance entrance when they release spirit ↵Jeremy
(#29014)
2023-07-01Scripts/Priest: Implement Trail of Light (#29096)Teleqraph
2023-07-01Scripts/ExilesReach: Implemented quests Murloc Mania and Emergency First Aid ↵Malcrom
(#29090)
2023-07-01Core/Spells: Fixed crash in spells with charge effects that also apply ↵Shauren
another effect on the caster Closes #28983
2023-06-30Scripts/Spells: Implement Deeply Rooted Elements (#29111)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-06-30Core/AreaTriggers: Fixed selection range of units for box shapeModoX
Co-authored-by: Meji <alvaro.megias@outlook.com>
2023-06-30Core/Players: Fixed spell overrides not being removed when unlearning talentsShauren
2023-06-29Core/Spells: Fully prevent infinite proc loops and add logging to detect ↵Shauren
most spells that could possibly trigger this behavior at startup Closes #28865
2023-06-29Core/Spells: Allow filtering procs in FINISH phase by SpellTypeMaskShauren
2023-06-28Core/Creatures: Implement ↵Jeremy
CREATURE_STATIC_FLAG_4_IGNORE_LOS_WHEN_CASTING_ON_ME (#29029)
2023-06-28Core/Player: Modernize some pointers and arrays in player class (#29098)Ovahlord
2023-06-28Core/Auras: Use std::vector for temporary copies of aura listsShauren
2023-06-28Core/Conversation: Implemented OnConversationStart and OnConversationUpdate ↵ModoX
hooks (#29086)
2023-06-28Scripts/Shaman: Fixed double dipping of Ascendance (Restoration) initial healModoX
2023-06-28Core/Auras: Fixed accessing invalid iterators in Unit::CalcHealAbsorb ↵Shauren
(ChangeAmount removes and readds current effect to iterated list)
2023-06-27Misc: Fix codestyleModoX
2023-06-27Scripts/Shaman: Implemented Ascendance (Restoration) (#29097)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2023-06-27Scripts/Spells: Fixed remaining spells with SPELL_ATTR3_CAN_PROC_FROM_PROCS ↵Shauren
attribute
2023-06-27Scripts/Hunter: Implement Rapid Fire (#29099)Naddley
2023-06-27Scripts/DK: Fix Death Pact heal absorb amount (#29100)Aqua Deus
2023-06-26Core/Conditions: Replaced Player argument to world state expression checking ↵Shauren
with Map
2023-06-26Core/Misc: Fixed logging format strings (#29101)cTrinity
2023-06-25Core/Spells: Fixed SPELL_EFFECT_TRIGGER_SPELL for spells that require DEST ↵Shauren
target but their triggering spell does not provide one, for example DH soul cleave damage component
2023-06-24Core/AreaTriggers: Add Spell* argument to AreaTriggerAI::OnCreate scriptShauren
2023-06-24Core/SAI: Fixed event SMART_EVENT_WAYPOINT_ENDED (#29025)Meji
* also moved "any" pointid to 0xFFFFFFFF for waypoint sai events: * SMART_EVENT_WAYPOINT_REACHED * SMART_EVENT_WAYPOINT_RESUMED * SMART_EVENT_WAYPOINT_PAUSED * SMART_EVENT_WAYPOINT_STOPPED * SMART_EVENT_WAYPOINT_ENDED
2023-06-24Scripts/Evoker: Implemented Pyre (Red) (#29093)Aqua Deus
2023-06-24Core/Spells: Implemented target type TARGET_DEST_DEST_TARGET_TOWARDS_CASTER ↵ModoX
(#29085)
2023-06-23Tools/Extractors: Warn when casc storage could not be opened in remote mode ↵Shauren
because a local installation was detected in input/cache directory
2023-06-21Scripts/ExilesReach: Implemented ship quests for both factions (#29019)Malcrom
* Warming up * Stand your ground * Brace for impact
2023-06-20Scripts/DK: Fix Festering Strike (#29084)Naddley
2023-06-20Core/Misc: Exclude most of WorldSession::HandleAreaTriggerOpcode from being ↵Shauren
called when leaving the areatrigger
2023-06-19Core/Spells: Added debuginfo to SpellEvent assertionsShauren
2023-06-18Core/Creatures: Added missing assignmentShauren
2023-06-18Core/Creatures: Drop dynamic flags from creature and creature_template (#29041)Meji
2023-06-18clang build fixShauren
2023-06-18Core/Creatures: Added db fields to hold creature static flagsShauren
2023-06-18Core/Quests: Fixed crash in Player::RewardQuestShauren
2023-06-17Core/Items: Item bonus generation improvementsShauren
* Pass ItemContext to item creation wherever possible * Support scaling item levels with m+ keystone levels (not used currently) * Fixed item link validation when client sends it as default uninitialized bonus list with context only * Support scaling items depending on current active season (seasons not implemented) * Implemented content tuning redirection
2023-06-17nopch build fixShauren