aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-21Core/Players: Respawn alive at graveyard when releasing spirit (#29009)Jeremy
2023-05-21Core/Graveyards: Fix graveyards in subzones when there is no valid graveyard ↵Jeremy
in that subzone (#29003)
2023-05-21Scripts/Warrior: Fix nopch buildModoX
2023-05-21Core/Creatures: Fixed some creatures having 0 max health (and being unkillable)Shauren
2023-05-21Spells/Scripts: Implement Critical Thinking (#29005)SargeroDeV
2023-05-20Docker: Fixed files being missing from circleci built imagesShauren
2023-05-19Core/Areas: Update AreaFlags from EnumeratedStings values (#29008)Jeremy
2023-05-19DB: Fixed player name uniqueness checksShauren
2023-05-19DB/NPE: Added graveyard data for Exiles ReachNaddley
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-17Dep/protobuf: Fixed gcc warningsShauren
2023-05-17DB/NPE: Added some more Alliance spawnsNaddley
2023-05-16Core/Auras: Define new aura typeShauren
Closes #28995
2023-05-16Core/Proto: Updated protobuf messages and servicesShauren
2023-05-15DB/Warrior: Added spellproc data for Brace For ImpactSargeroDeV
Closes #28975
2023-05-15DB/Warrior: Added spellproc data for Unnerving FocusSargeroDeV
Closes #28977
2023-05-15Scripts/Warrior: Implement Shield Charge (#28974)SargeroDeV
2023-05-15Core: Update allowed build to 10.1.0.49570Shauren
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-14Core/DBLayer: Relaxed restrictions on which Field class member function can ↵Shauren
be used to access column value from "strict match" to "must not truncate"
2023-05-14Core/GameTables: Fixed parsing gt files (for real this time)Shauren
2023-05-13Core/Battlegrounds: Correct distance check in ↵DeadMouse
HandleAreaSpiritHealerQueryOpcode and HandleAreaSpiritHealerQueueOpcode. (#28979)
2023-05-13Core/GameTables: Fixed parsing gt filesShauren
2023-05-13Core/PacketIO: Add missing bit writesShauren
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/Units: Power handling improvementsShauren
* Don't include creature_template power multipliers in CreateMana updatefield * Allow NPCs to have power types other than mana * Add missing Essence config regeneration rate * Fixed demon hunter powers not decaying immediately after combat * Fixed some powers decaying immediately out of combat after energizing (for example holy power) * Replace hardcoded list of powers to set to full on levelup with a db2 flag check * Updated Creature::GetPowerIndex for 10.1 new power types
2023-05-09Core/Units: Add PowerTypeFlags enum (#28897)Teleqraph
2023-05-09DB/ZaralekCavern: Added spawns for Slitherdrake RoostNaddley
2023-05-09DB/Misc: Fixed naming of sql fileModoX
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
2023-05-09Core: Update allowed build to 10.1.0.49474Shauren
2023-05-08DB/ZaralekCavern: Added spawns for The ThroughwayNaddley
+ Area: Shimmering Towers and Deephollow Lake
2023-05-07Scripts/Spells: Implement Painful Punishment (#28928)Teleqraph
2023-05-07Scripts/Spells: Implement Purge the Wicked (#28926)Teleqraph
2023-05-07Scripts/Spells: Implement Dark Reprimand (#28925)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-05-07Scripts/Spells: Update Halo (#28924)Teleqraph
* Update Halo's trigger spells to properly support both Halo for Shadow and Holy/Discipline specs. It also offers support during Shadow Covenant aura for Discipline since it uses SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS to override the spells cast.
2023-05-07DB/Player: Added class level stats for PaladinNaddley
2023-05-07DB/Player: Added class level stats for WarriorNaddley
2023-05-07DB/Player: Added class level stats for monkNaddley
2023-05-07DB/Player: Added createinfo data for new Worgen/Goblin Monk combinationNaddley
2023-05-06Core/Misc: TaskScheduler cleanup (#28862)Gosha
-Pass std::chrono types by value, they are small enough to not be passed around by const& -Same applied to Optional<group_t> -Replace EmptyCallback with nullptr Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::Falling (#28941)Teleqraph
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::WarModeLeave (#28937)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-05-06Build fixShauren
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::EndOfEncounter (#28939)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>