aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-04Scripts/ElwynnForest: Implemented quest "An Unlikely Informant" (#29113)Naddley
2023-07-03Core/Conversation: Added ChatType field to conversation_line_templateModoX
2023-07-03Core/GameObjects: Only start loot restock timer if loot contents were modifie...Shauren
2023-07-02Core/Auras: Removed triggering aura effect from SPELL_AURA_OVERRIDE_AUTOATTAC...Shauren
2023-07-01Core/Players: Repop players at instance entrance when they release spirit (#2...Jeremy
2023-07-01Scripts/Priest: Implement Trail of Light (#29096)Teleqraph
2023-07-01Scripts/ExilesReach: Implemented quests Murloc Mania and Emergency First Aid ...Malcrom
2023-07-01Core/Spells: Fixed crash in spells with charge effects that also apply anothe...Shauren
2023-06-30Scripts/Spells: Implement Deeply Rooted Elements (#29111)Aqua Deus
2023-06-30Core/AreaTriggers: Fixed selection range of units for box shapeModoX
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 most...Shauren
2023-06-29Core/Spells: Allow filtering procs in FINISH phase by SpellTypeMaskShauren
2023-06-28Core/Creatures: Implement CREATURE_STATIC_FLAG_4_IGNORE_LOS_WHEN_CASTING_ON_M...Jeremy
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 h...ModoX
2023-06-28Scripts/Shaman: Fixed double dipping of Ascendance (Restoration) initial healModoX
2023-06-28Core/Auras: Fixed accessing invalid iterators in Unit::CalcHealAbsorb (Change...Shauren
2023-06-27Misc: Fix codestyleModoX
2023-06-27Scripts/Shaman: Implemented Ascendance (Restoration) (#29097)Aqua Deus
2023-06-27Scripts/Spells: Fixed remaining spells with SPELL_ATTR3_CAN_PROC_FROM_PROCS a...Shauren
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
2023-06-26Core/Misc: Fixed logging format strings (#29101)cTrinity
2023-06-25Core/Spells: Fixed SPELL_EFFECT_TRIGGER_SPELL for spells that require DEST ta...Shauren
2023-06-24Core/AreaTriggers: Add Spell* argument to AreaTriggerAI::OnCreate scriptShauren
2023-06-24Core/SAI: Fixed event SMART_EVENT_WAYPOINT_ENDED (#29025)Meji
2023-06-24Scripts/Evoker: Implemented Pyre (Red) (#29093)Aqua Deus
2023-06-24Core/Spells: Implemented target type TARGET_DEST_DEST_TARGET_TOWARDS_CASTER (...ModoX
2023-06-23Tools/Extractors: Warn when casc storage could not be opened in remote mode b...Shauren
2023-06-21Scripts/ExilesReach: Implemented ship quests for both factions (#29019)Malcrom
2023-06-20Scripts/DK: Fix Festering Strike (#29084)Naddley
2023-06-20Core/Misc: Exclude most of WorldSession::HandleAreaTriggerOpcode from being c...Shauren
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
2023-06-17nopch build fixShauren
2023-06-16Core/Spells: Validate known heirlooms for SPELL_EFFECT_CREATE_HEIRLOOM_ITEMShauren
2023-06-15Core/Misc: Don't logout players instantly when client automatically requests ...Shauren
2023-06-14Core/Misc: Replace std::abort with our ABORT macroShauren
2023-06-12GCC build fixShauren
2023-06-12Core/AreaTriggers: Implement visibility of serverside areatriggers with .debu...Shauren
2023-06-11Core/Quests: New FlagsEx implementationsShauren
2023-06-11Core/Spells: Corrected effect type implicit targeting for SPELL_EFFECT_CREATE...Shauren