| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_DISABLE_ATTACKING_EXCEPT_ABILITIES | Shauren | |
| 2021-02-21 | Core/Auras: Reimplement SPELL_AURA_DISABLE_CASTING_EXCEPT_ABILITIES to ↵ | Shauren | |
| properly allow casting listed spells | |||
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_MOD_COMBAT_RATING_FROM_COMBAT_RATING | Shauren | |
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_LEARN_SPELL | Shauren | |
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_MOD_CRIT_CHANCE_VERSUS_TARGET_HEALTH and ↵ | Shauren | |
| SPELL_AURA_MOD_CRIT_CHANCE_FOR_CASTER | |||
| 2021-02-21 | Core/Auras: Update comment for aura 235 - SPELL_AURA_MOD_HOVER_NO_HEIGHT_OFFSET | Shauren | |
| 2021-02-21 | Core/Auras: Restore old SPELL_AURA_MOD_HOT_PCT implementation from 3.3.5 branch | Shauren | |
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_SET_FFA_PVP | Shauren | |
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_MOD_AUTOATTACK_RANGE and ↵ | Shauren | |
| SPELL_AURA_MOD_AUTOATTACK_CRIT_CHANCE | |||
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_MOD_INCREASE_HEALTH_PERCENT2 | Shauren | |
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_PERIODIC_WEAPON_PERCENT_DAMAGE | Shauren | |
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_REMOVE_TRANSMOG_COST and ↵ | Shauren | |
| SPELL_AURA_REMOVE_BARBER_SHOP_COST | |||
| 2021-02-21 | Core/Spells: Define new spell attribute | Shauren | |
| 2021-02-21 | Core/Auras: Implemented SPELL_AURA_MOD_PERIODIC_DAMAGE_TAKEN | Shauren | |
| 2021-02-21 | Core/Auras: Rename many old aura types to their new meaning | Shauren | |
| 2021-02-21 | Core/Misc: Updated current expansion config 9.0.2 (#26122) | Osleyder Gonzalez Acosta | |
| 2021-02-20 | Core/Auras: Refactor logic determining which spell aura type values need to ↵ | Shauren | |
| be sent | |||
| 2021-02-20 | Fix build | Shauren | |
| 2021-02-20 | Core/Players: Corrected shield block value calculations | Shauren | |
| 2021-02-18 | Core/Auras: Do not warn about nonexisting proc spells when spell id is 0 and ↵ | Shauren | |
| aura is a dummy | |||
| 2021-02-18 | Scripts/Spells: Convert Mage Fingers of Frost stack dropping script to use ↵ | Shauren | |
| new proc attribute | |||
| 2021-02-18 | Core/Auras: Implemented new spell proc attribute ↵ | Shauren | |
| PROC_ATTR_USE_STACKS_FOR_CHARGES to drop stacks instead of charges | |||
| 2021-02-17 | Scripts/Spells: Implemented Guardian Druid's Gore spell (#26104) | Matan Shukry | |
| 2021-02-17 | Core/PacketIO: Fix sending unit power values | Shauren | |
| 2021-02-17 | Core/PacketIO: Add missing update field filtering for player fields | Shauren | |
| 2021-02-17 | Core/PacketIO: Corrected logic for filtering out disallowed fields when ↵ | Shauren | |
| force sending specific ones | |||
| 2021-02-17 | Core/PacketIO: Refactor generated updatefield code (use type alias) | Shauren | |
| 2021-02-17 | Core/Conditions: CONDITION_NEAR_CREATURE will exclude personal spawns that ↵ | Matan Shukry | |
| aren't the target's owner (#26102) | |||
| 2021-02-15 | Scripts/Spells: Casting druid spell Prowl will now auto shapeshift into cat ↵ | Matan Shukry | |
| form (#26088) | |||
| 2021-02-15 | Build fix | Keader | |
| yes, i'm blind (cherry picked from commit a2b191c78e28916346e6d8d43336e737ef2d3606) | |||
| 2021-02-15 | Scripts/Ulduar: Fixed a clang6 warning | Keader | |
| (cherry picked from commit 80a65744bcdb38ff68cb8ab296b1b5f82513fb08) | |||
| 2021-02-15 | Core/Maps: Fix memory leak in BoundaryUnionBoundary | jackpoz | |
| Add missing destructor in BoundaryUnionBoundary to avoid reporting a memory leak (even if it's used only in a global variable) (cherry picked from commit 724499cf9c6b2027d130d6a8a505413c7da6cb3e) | |||
| 2021-02-15 | Scripts/Events: Fixed memory leak in npc_bountiful_table added in ↵ | Shauren | |
| 75df296bb6f8d30a65f669dab6af3d1b2d6046f7 (cherry picked from commit 95ea4b50904a26710eead36e48a6ab29780d464b) | |||
| 2021-02-15 | Core/Reputation: Fix reaction with rival factions | Killyana | |
| Closes #9469 Ref #20661 (cherry picked from commit e85a48179e3c1964cc70af1f779fd83eab62d93b) | |||
| 2021-02-15 | Typo | Keader | |
| (cherry picked from commit bd560fd1609c3dc50ad37559712f85e17ef427db) | |||
| 2021-02-15 | Scripts/Razorscale: Fixed issues related with Devouring Flame | Keader | |
| Closes #20967 (cherry picked from commit 454a230af482ee37a6131572bd8f659bb06d2614) | |||
| 2021-02-15 | Misc: Kill trailing white spaces | Aokromes | |
| (cherry picked from commit 5f2c5f2ed376bc2ab9107a4a8da7df04f8aef85a) | |||
| 2021-02-15 | Spell: Remove a phase hack for The Eye of Acherus | Killyana | |
| Npcs are now spawned on phase 2, some spawns still missing on phase 1 and 2, need to wait for future commits. (cherry picked from commit f3a00a1822bfbdf0a14eaf3afc503e034d9d56c6) | |||
| 2021-02-15 | Core/Creature: 2d1ef6b5b0 followup | ccrs | |
| closes #20532 (cherry picked from commit caefe2b43e20eef28689c94c230f00fb5e61af20) | |||
| 2021-02-15 | Fix build | ccrs | |
| (cherry picked from commit 5241c1ad71bade65f431ce9b1c4e142c8386bf2b) | |||
| 2021-02-15 | Scripts/World: update guard scripts | ccrs | |
| Also remove deprecated method from Creature (cherry picked from commit 299323ce5d2e478f2eb7fcd6572c5fbf87b98c6e) | |||
| 2021-02-15 | Core/Pooling: Fixed less and less objects from pools being spawned the ↵ | lachtanek | |
| longer the server is running (#20949) Closes #11141 (cherry picked from commit de80cd2e0de470522a734e8e7a65e81b82bfc5fb) | |||
| 2021-02-15 | Core/BG: Fix enum order which counts as array index to spawn creatures on ↵ | Aokromes | |
| Alterac Valley fixes wrong monsters being spawned on horde towers and nodes [spawns seasoned units by default, which should only happen after turning in enough armor scraps] By Riztazz (cherry picked from commit 090bdc8eb32be7854244119d4f61ce37c0a58be6) | |||
| 2021-02-15 | Core/Movement: some corrections on WaypointMovementGenerator | ccrs | |
| - Since a timer can be set on MovementGenerator::Pause, dont update it till the movespline is Finalized - Don't set HomePosition on every Update, check if movespline is Finalized * This is still doesnt feel correct, should it only be called on WaypointNode Start? (cherry picked from commit 2ce9a0a094a3d86a86a9323693c93ed6a2bbcaaf) | |||
| 2021-02-15 | DB/Scripts: Terokkar Forest SAI migration | Andrew Letson | |
| (cherry picked from commit 4d338b1d4d6ddf449e52c38f6cb9cdeb9cbf32fe) | |||
| 2021-02-15 | Core/Spells: Don't save channeled auras (#20923) | Gustavo | |
| (cherry picked from commit 5b7e4efcc4db8c4f1fb25bbdf7cfca60dfb776dc) | |||
| 2021-02-15 | Tools/MMaps: Improve MMaps quality | jackpoz | |
| Lower Detail Sample Distance and Detail Sample Max Error to get more accurate MMap data, in particular mmap height. More info about Detail Mesh at http://digestingduck.blogspot.it/2009_07_01_archive.html and http://digestingduck.blogspot.it/2009_08_01_archive.html (cherry picked from commit f8fd0b7a2c0a9acd084f011c614d529e49397479) | |||
| 2021-02-15 | Dep/Recast: Update recastnavigation to ↵ | jackpoz | |
| https://github.com/recastnavigation/recastnavigation/commit/2c85309280dbc9c82029e7ab16dfb01b9235c74e (cherry picked from commit 7ef22e43057080926685eb45f0fce3f2f3d58c61) | |||
| 2021-02-15 | Tools/VMaps: Fix build issue on VS2017 | jackpoz | |
| (cherry picked from commit 64ca4717349fe3e418f1abe377f81be77818977c) | |||
| 2021-02-15 | Core/Scripts: Build fix | Keader | |
| (cherry picked from commit cc50a036dffcf6cea1fc47a9bf05b355a98252bf) | |||
