Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-11 | Core/Misc: Cleanup TaxiPathGraph includes (don't leak boost::graph outside) | Shauren | |
2022-02-11 | Core/Misc: Optimize ChatCommand includes (include only where neccessary) | Shauren | |
2022-02-11 | Core/Misc: Explicitly include required headers instead of relying on them to ↵ | Shauren | |
be included by other headers | |||
2022-02-11 | Scripts/Spells: Fixed mage Blizzard (#27722) | Teleqraph | |
* we do not have a dummy periodic aura to obtain our period, so we're setting 1s as it always ticks once per second. * haste doesn't affect Blizzard: https://us.forums.blizzard.com/en/wow/t/starfall-damage-doesn%E2%80%99t-scale-with-haste-why/854619 | |||
2022-02-10 | Scripts/Spells: Fixed Power Word: Shield (#27721) | Teleqraph | |
2022-02-10 | Scripts/Spells: Fixed holy paladin talent Awakening | Shauren | |
2022-02-10 | Core/Players: Don't load spell overrides for inactive specializations | Shauren | |
2022-02-10 | Core/Spells: Ignore existing cooldown for spells using ↵ | Shauren | |
TRIGGERED_IGNORE_SPELL_AND_CATEGORY_CD instead of only skipping setting new cooldown | |||
2022-02-10 | Core/Auras: Proc flag updates | Shauren | |
* Rename to official names * Corrected logic selecting flags for each spell cast - determine them by attributes instead of DmgClass * Implemented new proc flags (PROC_FLAG_CAST_ENDED, PROC_FLAG_LOOTED) | |||
2022-02-10 | Core/Spells: Implemented using db2 PositionFacing for SPELL_EFFECT_LEAP_BACK | Shauren | |
Closes #19717 | |||
2022-02-10 | Scripts/Spells: Fixed Divine Purpose (#27719) | Teleqraph | |
Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2022-02-10 | Core/Auras: Implemented ProcFlags2 | Shauren | |
2022-02-10 | Core/Spells: Add type safety to proc related functions - using enum ↵ | Shauren | |
arguments instead of plain integers | |||
2022-02-10 | Core/Utils: Made bool conversion operator of FlagsArray explicit | Shauren | |
2022-02-09 | Core/Spells: Load entire proc flags array from db2 | Shauren | |
2022-02-09 | Core/Utils: Extract template base class out of flag128 | Shauren | |
2022-02-09 | Dynamic build fix 2 | Shauren | |
2022-02-09 | Dynamic build fix | Shauren | |
2022-02-08 | Core/Scripts: Added script hook to execute actions after completing an ↵ | Meji | |
achievement (#27718) | |||
2022-02-08 | Core/Spells: Pass cast item level to triggered spells | Shauren | |
* Fixes value on trinkets like Ignition Mage's Fuse | |||
2022-02-08 | Core/Conditions: Add missing null checks for PlayerCondition | Shauren | |
2022-02-08 | Core/Conditions: Fixed PlayerCondition checking after std::arrayification of ↵ | Shauren | |
DB2Structures | |||
2022-02-08 | Core/Spells: Fixed TARGET_UNIT_TARGET_ALLY_OR_RAID targeting | Shauren | |
2022-02-08 | Core/Objects: Use player as summoner for personal clones (#27716) | Seyden | |
* This allows clones to properly inherit phases | |||
2022-02-07 | Core/Spells: Implement CAST_FLAG_EX_IGNORE_COOLDOWN - causes spells to not ↵ | Seyden | |
automatically trigger cooldown clientside (#27717) | |||
2022-02-07 | Core/Spells: Implement SPELL_ATTR7_NO_ATTACK_DODGE, ↵ | Aqua Deus | |
SPELL_ATTR7_NO_ATTACK_PARRY and SPELL_ATTR7_NO_ATTACK_MISS (#27715) Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2022-02-07 | Core/Spells: Implement SPELL_ATTR7_BYPASS_NO_RESURRECT_AURA (#27714) | Aqua Deus | |
2022-02-07 | Scripts/Spells: Fixed Art of War (#27712) | Teleqraph | |
2022-02-07 | Scripts/Spells: Fix mage Comet Storm (#27710) | Aqua Deus | |
2022-02-07 | Core/Transports: Add missing null pointer check in Transport::SummonPassenger | Shauren | |
2022-02-07 | Core/Creatures: Add summoned creatures to summoners transport (#27708) | Seyden | |
2022-02-07 | Scripts/Spells: Fixed Icefury talent proc and frost shock energize (#27699) | Aqua Deus | |
2022-02-07 | Scripts/Spells: Fix shaman Undulation talent (#27695) | Aqua Deus | |
Co-authored-by: Modox <moardox@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2022-02-06 | Core/Spells: Do not register instant spells in Unit current spell containers ↵ | Shauren | |
when cast with TRIGGERED_IGNORE_CAST_IN_PROGRESS This lets these spells be cast without interrupting the other spell that is currently being cast Side effect of this change is that these instant spells cannot be interrupted | |||
2022-02-06 | Core/BattlePets: Delete declined names of non-account battle pets when ↵ | Meji | |
deleting character permanently (#27706) | |||
2022-02-06 | Scripts/Spells: Fixed paladin's Light's Hammer (#27693) | Teleqraph | |
Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2022-02-06 | Core/Misc: Fixed clang pch build on some distros | Shauren | |
Closes #27343 | |||
2022-02-06 | Core/Conditions: Implemented new condition type CONDITION_BATTLE_PET_COUNT ↵ | Antonio Martín Berti | |
to check how many copies of a battle pet are collected (#27689) Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2022-02-06 | Scripts/Spells: Implemented Ashen Hallow script (#27682) | Teleqraph | |
2022-02-06 | Core/PacketIO: Implemented SMSG_DISPLAY_TOAST for quest money rewards (#27669) | Aqua Deus | |
2022-02-06 | Core/DataStores: Fixed LiquidTypeEntry structure broken by incorrect regex ↵ | Shauren | |
replacement | |||
2022-02-06 | Scripts/Commands: Correct some unexpected behavior in .level | Treeston | |
(cherry picked from commit d2f51569d12f3cb72e53351914d2535eb6ef2dbe) | |||
2022-02-06 | Core/Spells: fix a possible crash when a target that has been focused during ↵ | Ovah | |
spell casts disappears (cherry picked from commit 0d152e932cdd986f62ae22bd9fc40569892a2453) | |||
2022-02-06 | Core/Spells: cleaned up and improved spell focusing behavior (PR #25440) | Ovah | |
(cherry picked from commit 39a436bd658790d39d3cfa64e18f49544475dfe3) | |||
2022-02-06 | Scripts/ICC: update Deathbringer Saurfang scripts to new model (#25435) | ForesterDev | |
(cherry picked from commit d52acf1b72c702637d10cce19e121435308e8410) | |||
2022-02-06 | Core/Warden: Attempt to fix random ingame Lua errors with Warden enabled | Giacomo Pozzoni | |
(cherry picked from commit cd1858b04010fe790f9db45f629a8e81e367b7a4) | |||
2022-02-06 | Core/Characters: Replace 2 database statements with 1 | jackpoz | |
Replace DELETE + INSERT with REPLACE when updating realmcharacters table (cherry picked from commit a33ff74d92bde847b051da9fe483676fa1228c5b) | |||
2022-02-06 | Core/PlayerDump: Update realmcharacters table when importing a character ↵ | jackpoz | |
with ".pdump load" Fixes #24517 (cherry picked from commit 69831d2a97baf98caa82d2689e6d323af35931fe) | |||
2022-02-06 | Scripts/Trial of the Champion: "Refactor" encounter state management to use ↵ | Shauren | |
InstanceScript::Get/SetBossState so people attempting to fix this instance don't feel compelled to change EVERY SINGLE BOSS FILE when fixing one of them (cherry picked from commit d704b89163267cb7b3fe6769acebfab3de762c6d) | |||
2022-02-06 | Core/Spells: Do not reset periodic timer for stacking DoTs on recast | Keader | |
(cherry picked from commit d7a78c19302d83b72e7382593b59ba0656972c92) |