Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-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> | |||
2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::StartOfEncounter (#28938) | Teleqraph | |
Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::DuelEnd (#28940) | Teleqraph | |
2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::EnteringInstance (#28942) | Teleqraph | |
2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::AbandonVehicle (#28944) | Teleqraph | |
2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::LeaveArenaOrBattleground ↵ | Teleqraph | |
(#28943) | |||
2023-05-06 | Core/Unit: Named npc flags UNIT_NPC_FLAG_AREA_SPIRIT_HEALER and ↵ | ModoX | |
UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL | |||
2023-05-06 | Core/PacketIO: Fixed CreateObject structure for areatriggers | Shauren | |
2023-05-06 | Core/Spells: Check passive attribute on the final spell that will be cast by ↵ | Shauren | |
CMSG_CAST_SPELL, after taking overriden spells into account | |||
2023-05-05 | Core/PacketIO: Reverted unintended change | Shauren | |
2023-05-05 | Core/PacketIO: Fixed quest query packet structure | Shauren | |
2023-05-05 | Core/Spells: Implemented SPELL_EFFECT_TELEPORT_GRAVEYARD | Jeremy | |
* part of #28508 | |||
2023-05-05 | Core/DataStores: Remove temporary 10.0.7 workraround | Shauren | |
2023-05-04 | Core: Update to 10.1 | Shauren | |
2023-05-02 | Scripts/Spells: Added proc requirements to a few auras that have ↵ | Shauren | |
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute | |||
2023-05-01 | Core/Auras: Removed outdated aura type handling | Shauren | |
2023-04-30 | Core/Misc: Delay creating std::string objects for locale data after size ↵ | Shauren | |
validation | |||
2023-04-29 | Core/Realms: Remove duplicate realm names storage | Shauren | |
2023-04-28 | Core/Chat: Implemented more chat link types | Shauren | |
Closes #28946 | |||
2023-04-27 | Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest ↵ | Shauren | |
id on every call | |||
2023-04-26 | Core/DataStores: Changed empty string checks in db2 loaders to not rely on ↵ | Shauren | |
undefined behavior (comparing pointers to different objects/arrays with greater/less) | |||
2023-04-25 | Scripts/Underrot: Implement Cragmaw the Infested encounter (#28934) | Naddley | |
2023-04-25 | Core/PacketIO: Fixed bracket num in SMSG_RATED_PVP_INFO | François B | |
2023-04-24 | Scripts/Spells: Use scaled level for taming requirements | Shauren | |
2023-04-23 | Scripts/Spells: Added proc requirements to a few auras that have ↵ | Shauren | |
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute | |||
2023-04-23 | Spells/Generic: Implemented generic feign death spell with ↵ | ModoX | |
UNIT_FLAG_IMMUNE_TO_PC | UNIT_FLAG_IMMUNE_TO_NPC | UNIT_FLAG_UNINTERACTIBLE | |||
2023-04-23 | Scripts/Spells Update Divine Star (#28923) | Teleqraph | |
* update Divine Star's areatrigger to calculate its travel distance off from its effect 1 so that it always has support for its travel distance changes. * update Divine Star's trigger spells to properly support both Divine Star for Shadow and Holy/Disc spec. It also offers support during Shadow Covenant aura for discipline priest. | |||
2023-04-23 | Scripts/Spells: Implement Summon Sayaad (#28907) | Teleqraph | |
Co-authored-by: ModoX <moardox@gmail.com> | |||
2023-04-21 | GCC warning fix | Shauren | |
2023-04-21 | Core/Spells: Fixed effects targeting the caster not hitting him immediately ↵ | Shauren | |
on spell launch if the spell targets a dest * Also improve hit timing for charge spells | |||
2023-04-19 | Scripts/Spells: Added proc requirements to a few auras that have ↵ | Shauren | |
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute | |||
2023-04-18 | Core/DataStores: Added temporary workaround for buggy db2 metadata in build ↵ | Shauren | |
10.0.7.48999 | |||
2023-04-18 | Core/DataStores: Minor db2 loader cleanup | Shauren | |
2023-04-18 | Scripts/Underrot: Limit Sanguine Feast spell of Elder Leaxa to heroic+ ↵ | ModoX | |
difficulty only | |||
2023-04-17 | Scripts/Spells: Update Sins of the Many values (#28922) | Teleqraph | |
2023-04-17 | Scripts/Underrot: Implement Elder Leaxa encounter (#28920) | Naddley | |
2023-04-17 | Core/Spells: Unify Bloodlust spells for all classes (#28927) | Teleqraph | |
Co-authored-by: ModoX <moardox@gmail.com> | |||
2023-04-16 | Scripts/Spells: Added proc requirements to a few auras that have ↵ | Shauren | |
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute |