aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-10GCC build fixShauren
2023-08-09Core/Creatures: Allow modifying TempSummon duration after summoningShauren
2023-08-09Core/Creatures: std::chrono-ify TempSummonShauren
2023-08-09Core: Update allowed build to 10.1.5.50791Shauren
2023-08-09Core/Auras: Treat auras with more than 1 active stack as using stacks too ↵Shauren
(max stack could have been changed from 0 to something else using spell mods)
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-08-07Dep: Support mysql 8.1 on windowsShauren
2023-08-07Core/Misc: Turn ChrSpecialization into enum classShauren
2023-08-07Core/Misc: Move TalentSpecialization together with other db2 enums and ↵Nyr
rename it to ChrSpecialization
2023-08-07Core/Misc: Reduce number of player spec hardcoded checksShauren
2023-08-06Scripts/Spells: Implement Answered Prayers (#29030)Teleqraph
2023-08-06Core/Spells: Fixed spells with SPELL_ATTR12_START_COOLDOWN_ON_CAST_START ↵Shauren
failing to cast because of their own cooldown
2023-08-06Core/Auras: Default procs with PROC_FLAG_2_CAST_SUCCESSFUL to CAST spell phaseShauren
2023-08-05Scripts/Spells: Improved compiler error reporting with wrong spell script ↵Shauren
function signatures
2023-08-04Core/Spells: Fix copypaste mistake (doesn't really change anything)Shauren
2023-08-04Scripts/Spells: Implement druid talents Abundance and Cultivation (#29177)Teleqraph
2023-08-03Core: Update allowed build to 10.1.5.50747Shauren
2023-08-03Scripts/Spells: Update Rupture, Eviscerate and Envenom scripts (#29172)MaddyCrowle
2023-08-03Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask ↵Shauren
as it is now unused, db field kept for table structure compatibility with 3.3.5 branch)
2023-08-02Scripts/Spells: Converted some damage calculating scripts to use new hooks ↵Shauren
as examples
2023-08-01Core/Scripts: Added damage and healing calculation hook to spell and aura ↵Shauren
scripts allowing to override base damage amount, flat value mod and percent value mod separately
2023-07-31Core/Spells: Removed old combo point code leftoversShauren
2023-07-31DB/Stormwind: Added Darnassian spawns to The Wollerton SteadNaddley
2023-07-31Core/Spells: Fixed spell duration scaling with combo pointsShauren
2023-07-30Battlegrounds/Buffs: Rework using areatriggers (#29171)Jeremy
* Rework GameObject trap handling for buffs (removed radius hack) * Add script for Old AreaTriggers * Add script for new AreaTriggers * Spawn AreaTriggers in Arathi Basin
2023-07-30Core/GameObjects: Added stringid to gameobjectsShauren
2023-07-30Build/GCC: Disable useless warningShauren
2023-07-29Core/Objects: Switch to using designated initializers instead of chaining ↵Shauren
functions for FindCreatureOptions
2023-07-29Scripts/Spells: Implement Incarnation: Tree of Life talent (#29168)Aqua Deus
2023-07-28Core/Auras: Remove incorrect implementation of ↵Seyden
SPELL_ATTR8_DONT_RESET_PERIODIC_TIMER (this attribute does something else) (#29195)
2023-07-28Core: Update allowed build to 10.1.5.50622Shauren
2023-07-28Update 2023_07_28_00_world.sqlAokromes
2023-07-28DB/Hotfixes: Added some missing broadcast_text entriesModoX
2023-07-28DB/SAI: Fixed some db errors introduced in ↵ModoX
cc08aa8e249c5cd33f6b09a766cf6131c42566b9
2023-07-27codestyle fixShauren
2023-07-27Core/Scripts: Fixed unsafe function pointer type casting in spell scriptsShauren
2023-07-26Core/Bnet: Support password protected private keysShauren
2023-07-26Scripts/Spells: Implement Devastator talent (#29164)Aqua Deus
2023-07-25Build: Increase required msvc version slightlyShauren
2023-07-24Scripts/Spells: Implemented Flurry (#29145)Aqua Deus
2023-07-24nopch fixShauren
2023-07-24Rename 2023_99_99_99_aberrus.sql to 2023_07_24_00_aberrus.sqlModoX
2023-07-24Scripts/Aberrus: Implement Kazzara introduction (#29155)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2023-07-24Core/GameObject: Implement GAMEOBJECT_TYPE_NEW_FLAG_DROP (#28021)Jeremy
2023-07-24Core/AI: Implemented OnHealthDepleted hook (#29134)Traesh
2023-07-24Scripts/Spells: Removed unneccessary PrepareSpellScript and ↵Shauren
PrepareAuraScript uses
2023-07-24Scripts/Spells: Modernize spell script internals a bit - this makes Prepare ↵Shauren
macros unneccessary
2023-07-23Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-07-22Scripts/Spells: Implement Shield of Vengeance (#29106)Aqua Deus
2023-07-22Scripts/Spells: Implement Benediction, Divine Service, and Focused Mending ↵Teleqraph
(#29027)