| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-23 | Core/GameObject: Force compatibility mode for stupid ridiculous junk legacy ↵ | Treeston | |
| hack gameobjects, ref 27e7906. | |||
| 2018-02-23 | Core/GameObject: fix stupid ridiculous junk legacy hack code with negative ↵ | Treeston | |
| gobj respawn time to work again | |||
| 2018-02-23 | Core/Scripts: remove hack that caused aura to not be applied and saved twice ↵ | ariel- | |
| on owned auras, causing an error on save - This is handled by group stack rules actually - Also reset removed aura counter when cleaning removed auras Closes #21486 | |||
| 2018-02-23 | DB/Text: Flight Master NPC racial language on Aggro | ZenoX92 | |
| * Many or all Flight Masters / Wind Rider Masters yelled in Dwarvish before this change. Closes #21413 | |||
| 2018-02-23 | AI/SmartAI: New SMART_ACTION_RESPAWN_BY_SPAWNID (hi kilyana) | Treeston | |
| 2018-02-22 | Core/Spawning: Actually check spawn group state before processing a respawn. ↵ | Treeston | |
| It feels like that is something that should've been noticed at some point. Also remove CreatureScript::CanSpawn since nobody uses it, and spawn groups do the same thing. | |||
| 2018-02-22 | Core/Scripts: apply resilience on Vampiric Touch and Unstable Affliction ↵ | ariel- | |
| dispel effect - Spell with SPELL_ATTR4_FIXED_DAMAGE won't do it by itself to avoid applying resilience twice, but because those are triggered from a periodic aura, those apply resilience on tick, not saved to amount. - This is one of the cases where you have to call Unit::SpellDamageBonusTaken directly Closes #21393 | |||
| 2018-02-22 | Core/Auras: restrict target map update only to area auras as player requires ↵ | ariel- | |
| to have auras registered on load Closes #21472 | |||
| 2018-02-21 | Core/Unit: clear charmed/possessed state before returning client control. ↵ | ariel- | |
| Works like a charm Closes #21471 | |||
| 2018-02-21 | DB/SpawnGroup: Reserve group IDs 52 through 56 for Culling of Stratholme rewrite | Treeston | |
| 2018-02-21 | DB/Spells: fix proc regression with Missile Barrage | ariel- | |
| Closes #21466 | |||
| 2018-02-20 | Core/Vehicles: fix crash | ariel- | |
| - Aura could be removed in Unit::SetCharmedBy (StopMoving->Relocate->ProcessTerrainStatusUpdate->RemoveAurasWithInterruptFlags) - By not passing AuraApplication parameter execution continued with a removed application leaving vehicle in a invalid state (m_sharedVision not empty) Closes #18281 | |||
| 2018-02-20 | Core/Entities: unit states cleanup | ariel- | |
| - Added new UNIT_STATE_FOCUSING for creature focus system, this will stop creatures adding/clearing the UNIT_STATE_CANNOT_TURN mask (eg UNIT_STATE_STUNNED if stunned while focusing a spell) - Added UNIT_STATE_CHARMED that gets set/removed on any charm type (UNIT_STATE_POSSESSED is only for possess as it's name suggests) - The new states are checked against mask to know whenever client needs to regain character control Closes and fixes #21460 | |||
| 2018-02-19 | DB/Loot: Reference template 24048 & 24050 corrections | Teppic | |
| Closes #21457 | |||
| 2018-02-19 | DB: Mordent Evenshade and Sentinel Stillbough event | ZenoX92 | |
| Closes #10124 | |||
| 2018-02-19 | DB/Quest: Betrayed (Part 3) | ZenoX92 | |
| Closes #21458 | |||
| 2018-02-19 | DB/Quest: Improve some quest events (Part 2) | ZenoX92 | |
| Closes #21456 | |||
| 2018-02-19 | DB/SAI: Arkkoran Clacker | ZenoX92 | |
| Closes #21454 | |||
| 2018-02-19 | DB/Quest: Improve some quest outro events | ZenoX92 | |
| Closes #21453 | |||
| 2018-02-19 | DB/SAI: Un'Goro Crater | ZenoX92 | |
| Closes #21452 | |||
| 2018-02-19 | DB/SAI: Blasted Lands | ZenoX92 | |
| Closes #21451 | |||
| 2018-02-19 | DB/Quest: The Temple of Atal'Hakkar | ZenoX92 | |
| Closes #21450 | |||
| 2018-02-19 | DB/Quest: The Corruption Abroad (Breadcrumb quest) | ZenoX92 | |
| Closes #21449 | |||
| 2018-02-19 | DB/Quest: Nothing But The Truth (Part 2) | ZenoX92 | |
| Closes #21448 | |||
| 2018-02-19 | DB/Gossip: Torwa Pathfinder | ZenoX92 | |
| Closes #21447 | |||
| 2018-02-19 | DB/Gossip: Northern Crystal Pylon, Eastern Crystal Pylon & Western Crystal Pylon | ZenoX92 | |
| Closes #21446 | |||
| 2018-02-19 | DB/Gossip: Karna Remtravel | ZenoX92 | |
| Closes #21445 | |||
| 2018-02-19 | DB/Creature: Un'Goro Thunderer | ZenoX92 | |
| Closes #21444 | |||
| 2018-02-19 | DB/Creature: A-Me 01 | ZenoX92 | |
| Closes #21443 | |||
| 2018-02-19 | DB/Gossip: J.D. Collie | ZenoX92 | |
| Closes #21442 | |||
| 2018-02-19 | DB/Gossip: Jediga | ZenoX92 | |
| Closes #21440 | |||
| 2018-02-18 | SQL: Update revision_data with new TDB | DDuarte | |
| 2018-02-18 | SQL: Updates to the 335.64 auth & characters updates tables | tkrokli | |
| - added missing lines in the `updates` tables for the new TDB 335.64 files | |||
| 2018-02-18 | DB/SQL: typo fix (Update base files follow-up) | tkrokli | |
| 2018-02-18 | SQL: Update base files | DDuarte | |
| Missing changes to ed63d15 | |||
| 2018-02-18 | TDB 335.64 - 2018/02/18TDB335.64 | DDuarte | |
| 2018-02-18 | Core/DBUpdater: Improve message when base SQL file is missing | DDuarte | |
| (cherry picked from commit 844755aa07b4a7f9f2f0c49f351a817198c9a56a) GCC build fix (cherry picked from commit a15985edc620d2ecbd9a44f13f6fec15e13b338d) | |||
| 2018-02-18 | Core/Spells: Revert SPELL_ATTR2_IGNORE_ITEM_CHECK to unknown | jackpoz | |
| Revert SPELL_ATTR2_IGNORE_ITEM_CHECK to unknown, too many spells unrelated to items have this attribute and the current handling was causing exploits with "Mote of Water" and other elements. Fix #19547 | |||
| 2018-02-17 | Scripts/Nexus: Fixed a rare bug when sometimes Magus telestra managed to die ↵ | Wilcalaf | |
| while invisible preventing players from looting. (#21436) | |||
| 2018-02-17 | Core/Misc: Add PERFORMANCE_PROFILING CMake option | jackpoz | |
| Add a new CMake option called PERFORMANCE_PROFILING that should be used only when profiling the performance. This option is unsupported, do not report any issue happening when enabling this option. | |||
| 2018-02-17 | Core/Misc: ASSERT() cleanup | jackpoz | |
| Move some functions calls out of ASSERT() calls. ASSERT() should only apply checks without modifying any object and without having any side effect. | |||
| 2018-02-17 | DB/SAI: Fix text target related to Sasha quests | Killyana | |
| 2018-02-17 | Scripts/Icecrown Citadel: Prevent Lady Deathwhisper movement during first phase. | sirikfoll | |
| 2018-02-17 | DB/SAI: Fix text target related to The Amphitheater of Anguish quests | Killyana | |
| 2018-02-17 | DB/SAI: Fix text target related to The Ring of Blood quests | Killyana | |
| 2018-02-17 | DB/SAI: Fix text target related to Battle at Valhalas quests | Killyana | |
| 2018-02-17 | Core/Auras: fixed Drain Mana breaking early if caster has Mana Feed talent ↵ | ariel- | |
| but no active pet | |||
| 2018-02-17 | Core/Scripts: implement Drain Mana breaking some auras on hit | ariel- | |
| Updates #20234 | |||
| 2018-02-17 | DB/Loot: Reference template 24066 corrections | Teppic1 | |
| Closes #21409 | |||
| 2018-02-17 | DB/Loot: Reference template 24068 corrections | Teppic1 | |
| Closes #21416 | |||
