| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-21 | Core/Players: Respawn alive at graveyard when releasing spirit (#29009) | Jeremy | |
| 2023-05-21 | Core/Graveyards: Fix graveyards in subzones when there is no valid graveyard ↵ | Jeremy | |
| in that subzone (#29003) | |||
| 2023-05-21 | Scripts/Warrior: Fix nopch build | ModoX | |
| 2023-05-21 | Core/Creatures: Fixed some creatures having 0 max health (and being unkillable) | Shauren | |
| 2023-05-21 | Spells/Scripts: Implement Critical Thinking (#29005) | SargeroDeV | |
| 2023-05-20 | Docker: Fixed files being missing from circleci built images | Shauren | |
| 2023-05-19 | Core/Areas: Update AreaFlags from EnumeratedStings values (#29008) | Jeremy | |
| 2023-05-19 | DB: Fixed player name uniqueness checks | Shauren | |
| 2023-05-19 | DB/NPE: Added graveyard data for Exiles Reach | Naddley | |
| 2023-05-18 | Scripts/Warrior: Implement Shield Block (#29004) | SargeroDeV | |
| 2023-05-18 | Scripts/Warrior: Implement Warbreaker and In For The Kill (#28994) | SargeroDeV | |
| 2023-05-18 | Scripts/Warrior: Implement Brutal Vitality (#28987) | SargeroDeV | |
| 2023-05-17 | Dep/protobuf: Fixed gcc warnings | Shauren | |
| 2023-05-17 | DB/NPE: Added some more Alliance spawns | Naddley | |
| 2023-05-16 | Core/Auras: Define new aura type | Shauren | |
| Closes #28995 | |||
| 2023-05-16 | Core/Proto: Updated protobuf messages and services | Shauren | |
| 2023-05-15 | DB/Warrior: Added spellproc data for Brace For Impact | SargeroDeV | |
| Closes #28975 | |||
| 2023-05-15 | DB/Warrior: Added spellproc data for Unnerving Focus | SargeroDeV | |
| Closes #28977 | |||
| 2023-05-15 | Scripts/Warrior: Implement Shield Charge (#28974) | SargeroDeV | |
| 2023-05-15 | Core: Update allowed build to 10.1.0.49570 | Shauren | |
| 2023-05-14 | Scripts/Spells: Fixed uninitialized variable in ↵ | Shauren | |
| d64f7c332e1c6b9d15240979f3f95db4131ff17c | |||
| 2023-05-14 | Warning fix | Shauren | |
| 2023-05-14 | Scripts/Warrior: Implemented Fueled by Violence | ModoX | |
| Closes #28976 Co-authored-by: SargeroDeV <83485584+SargeroDeV@users.noreply.github.com> | |||
| 2023-05-14 | Core/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-14 | Core/GameTables: Fixed parsing gt files (for real this time) | Shauren | |
| 2023-05-13 | Core/Battlegrounds: Correct distance check in ↵ | DeadMouse | |
| HandleAreaSpiritHealerQueryOpcode and HandleAreaSpiritHealerQueueOpcode. (#28979) | |||
| 2023-05-13 | Core/GameTables: Fixed parsing gt files | Shauren | |
| 2023-05-13 | Core/PacketIO: Add missing bit writes | Shauren | |
| 2023-05-13 | Core/Misc: Replace string to int conversion functions from Common.h with ↵ | Shauren | |
| c++17 std::from_chars based ones Trinity::StringTo | |||
| 2023-05-10 | Scripts/Underrot: Removed unneccessary code, handled by difficulty version ↵ | Shauren | |
| of SpellMisc already | |||
| 2023-05-09 | Core/Units: Power handling improvements | Shauren | |
| * 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-09 | Core/Units: Add PowerTypeFlags enum (#28897) | Teleqraph | |
| 2023-05-09 | DB/ZaralekCavern: Added spawns for Slitherdrake Roost | Naddley | |
| 2023-05-09 | DB/Misc: Fixed naming of sql file | ModoX | |
| 2023-05-09 | Core/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-09 | Core: Update allowed build to 10.1.0.49474 | Shauren | |
| 2023-05-08 | DB/ZaralekCavern: Added spawns for The Throughway | Naddley | |
| + Area: Shimmering Towers and Deephollow Lake | |||
| 2023-05-07 | Scripts/Spells: Implement Painful Punishment (#28928) | Teleqraph | |
| 2023-05-07 | Scripts/Spells: Implement Purge the Wicked (#28926) | Teleqraph | |
| 2023-05-07 | Scripts/Spells: Implement Dark Reprimand (#28925) | Teleqraph | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2023-05-07 | Scripts/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-07 | DB/Player: Added class level stats for Paladin | Naddley | |
| 2023-05-07 | DB/Player: Added class level stats for Warrior | Naddley | |
| 2023-05-07 | DB/Player: Added class level stats for monk | Naddley | |
| 2023-05-07 | DB/Player: Added createinfo data for new Worgen/Goblin Monk combination | Naddley | |
| 2023-05-06 | Core/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-06 | Core/Auras: Implement SpellAuraInterruptFlags2::Falling (#28941) | Teleqraph | |
| 2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::WarModeLeave (#28937) | Teleqraph | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2023-05-06 | Build fix | Shauren | |
| 2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::EndOfEncounter (#28939) | Teleqraph | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
