aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2023-07-12Core: Update to 10.1.5Shauren
2023-07-11Scripts/Halls of Origination: fixed a deprecation warning10.1.0.50000Ovahlord
2023-07-08Core/Conversation: Added some helper methods for scriptingModoX
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-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-01Scripts/Priest: Implement Trail of Light (#29096)Teleqraph
2023-07-01Scripts/ExilesReach: Implemented quests Murloc Mania and Emergency First Aid ↵Malcrom
(#29090)
2023-06-30Scripts/Spells: Implement Deeply Rooted Elements (#29111)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-06-28Scripts/Shaman: Fixed double dipping of Ascendance (Restoration) initial healModoX
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-24Core/AreaTriggers: Add Spell* argument to AreaTriggerAI::OnCreate scriptShauren
2023-06-24Scripts/Evoker: Implemented Pyre (Red) (#29093)Aqua Deus
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-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-12Core/AreaTriggers: Implement visibility of serverside areatriggers with ↵Shauren
.debug areatrigger command
2023-06-09Core/Commands: Fix crash in .character customize chat output (#29069)Смердокрыл
2023-06-09Core/Spells: Added enum flag operators to TriggerCastFlags to prevent ↵Shauren
accidentally using CastSpellExtraArgs(bool) constructor when CastSpellExtraArgs(TriggerCastFlags) was intended
2023-06-08Core/Spells: Always remove spell target from transport on teleport spells if ↵Shauren
spell destination does not target a position on the transport
2023-06-05Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-06-04Scripts/Spells: Implement Empowered Renew (#29036)Teleqraph
2023-06-04Scripts/Spells: Implement Healing Chorus (#29038)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-06-03Scripts/Spells: Converted remaining spell scripts to use ValidateSpellEffectShauren
2023-06-03Scripts/Spells: Implement Holy Mending (#29031)Teleqraph
2023-06-01Core/Graveyards: Drop Faction column and replace it with conditions (#28965)Jeremy
2023-05-31Scripts/Spells: Implement Say Your Prayers (#29028)Teleqraph
2023-05-30Scripts/Spells: Added spell effect validation helperShauren
2023-05-29Core/Creatures: Move creature difficulty specific data from ↵Meji
creature_template table to creature_template_difficulty (#28931)
2023-05-26Core/Commands: Added .debug playercondition commandShauren
2023-05-24Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-05-21Scripts/Warrior: Fix nopch buildModoX
2023-05-21Spells/Scripts: Implement Critical Thinking (#29005)SargeroDeV
2023-05-19Core/Areas: Update AreaFlags from EnumeratedStings values (#29008)Jeremy
2023-05-18Scripts/Warrior: Implement Shield Block (#29004)SargeroDeV
2023-05-18Scripts/Warrior: Implement Warbreaker and In For The Kill (#28994)SargeroDeV
2023-05-18Scripts/Warrior: Implement Brutal Vitality (#28987)SargeroDeV
2023-05-15Scripts/Warrior: Implement Shield Charge (#28974)SargeroDeV
2023-05-14Scripts/Spells: Fixed uninitialized variable in ↵Shauren
d64f7c332e1c6b9d15240979f3f95db4131ff17c
2023-05-14Warning fixShauren
2023-05-14Scripts/Warrior: Implemented Fueled by ViolenceModoX
Closes #28976 Co-authored-by: SargeroDeV <83485584+SargeroDeV@users.noreply.github.com>
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with ↵Shauren
c++17 std::from_chars based ones Trinity::StringTo
2023-05-10Scripts/Underrot: Removed unneccessary code, handled by difficulty version ↵Shauren
of SpellMisc already
2023-05-09Core/Battlegrounds: Moved AreaSpiritHealer resurrection handling to ↵Jeremy
respective npc flags (#28508) * UNIT_NPC_FLAG_AREA_SPIRIT_HEALER * UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL