| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-12 | Core/Movement: Creatures' idle movement generator can no longer override ↵ | Treeston | |
| player mover control. Tagging #20310, partial fix. | |||
| 2018-02-11 | Core/Scripts: implemented Combined Toxins proc only from poisons | ariel- | |
| 2018-02-11 | Core/Auras: fix periodic ticks proc after previous commit | ariel- | |
| 2018-02-11 | Core/Spells: require phasemask set for periodic damage procflag | ariel- | |
| Closes #21379 | |||
| 2018-02-11 | Core/Player: Add some asserts | jackpoz | |
| Assert PlayerInfo for race/class pair in a few Player functions | |||
| 2018-02-11 | Scripting/Obsidian Sanctum: Fix crash | jackpoz | |
| Fix crash caused by calling Reset() in constructor (which is not allowed) | |||
| 2018-02-11 | Whitespace cleanup in Transaction.cpp | Jildor | |
| Removing white space after commit 54b0b8f5ead41f936b12e97d1b4fbacd9b89ab53 | |||
| 2018-02-10 | Shared/Database: Improve dead-lock error handling | jackpoz | |
| Improve dead-lock error handling in async transactions by retrying the transaction for up to 60 seconds instead of just 5 times | |||
| 2018-02-09 | Scripts/Instance: Transition Gnomeregan to boss states (instance spawn group ↵ | Treeston | |
| prep) | |||
| 2018-02-09 | Scripts/Icecrown Citadel: Fixed Sindragosa spawn after grid unload | Keader | |
| ty sirikfoll :) | |||
| 2018-02-09 | Game/AI: InvalidAIException internal cleanup | Treeston | |
| 2018-02-08 | Core/Spells: remove 'Vanish Purge' hack, the spell is present on DB and is ↵ | ariel- | |
| copy of one in vanilla DBC Thanks to killerwife for the heads-up | |||
| 2018-02-08 | Core/Scripts: Fixed tabs issues introduced in ↵ | Keader | |
| 5bef3e426aea37b0e7555f146037c58e7be6352d | |||
| 2018-02-08 | Core/Scripts: Fixed possible crashs related with JustDied | Keader | |
| 2018-02-06 | Core/Scripts: fix non-functional Celestial Planetarium Access GO | ariel- | |
| - Client only sends CMSG_GAMEOBJ_REPORT_USE for this one Closes #19982 | |||
| 2018-02-05 | Scripts/Magisters Terrace: Removed not allowed ENSURE_AI call from constructor | sirikfoll | |
| Closes #20727 | |||
| 2018-02-05 | Scripts/Sunwell Plateau: Fixed and improved spell "Curse of Boundless Agony" ↵ | sirikfoll | |
| target selection (Boss Kalecgos) | |||
| 2018-02-05 | Build fix | Shauren | |
| 2018-02-05 | Core/Scripts: Fixed ENSURE_AI assertion failures when used in ↵ | Shauren | |
| Reset()/InitializeAI() hooks with hotswap Updates #20727 | |||
| 2018-02-05 | Core/ScriptSystem: AfterHit hook can't modify damage/healing, so log it | ariel- | |
| - Also added const to getter members | |||
| 2018-02-05 | Core/Channel: properly notify client about invalid channel names | ariel- | |
| Closes #16190 | |||
| 2018-02-05 | Revert "Scripts/Northrend: Malygos now uses modifiable threat list when ↵ | Treeston | |
| teleporting after vortex. Fixes a crash. Closes #21315." This reverts commit 6bbc95f3a0078e5d121e7092a60fa85b24c725d9, which is made unnecessary by 65709e1c3081c97442792695cbc0f0826015d625. | |||
| 2018-02-04 | Core/Spells: fix logic error causing near teleports to drop combat for players | ariel- | |
| Closes #21362 | |||
| 2018-02-04 | Core/Spells: remove duplicated LowerPlayerDamageReq call on reflected spells | ariel- | |
| - It is already called at Unit::DealDamage | |||
| 2018-02-05 | Scripts/Northrend: Malygos now uses modifiable threat list when teleporting ↵ | Treeston | |
| after vortex. Fixes a crash. Closes #21315. | |||
| 2018-02-05 | Core/Threat: Custom ThreatListIterator that transparently iterates over the ↵ | Treeston | |
| backing map (instead of using heap iterators) when working with the unsorted threat list. This greatly reduces the range of actions that can cause iterator invalidation. Also some minor adjustments to .debug threat, which no longer hides certain invalid states from view. | |||
| 2018-02-04 | Core/Spells: fix SPELLMOD_DAMAGE application order for melee spells | ariel- | |
| Closes #20597 | |||
| 2018-02-04 | Core/Spells: kill unused parameter from Spell constructor | ariel- | |
| Added in 1f2292af796d4b424bf45711ae8c50e764cf0d61 | |||
| 2018-02-04 | Core/Misc: Fix no-pch build | jackpoz | |
| 2018-02-04 | Core/AI: Fix assertion triggered with PetAI derived scripts (#21254) | jackpoz | |
| * Core/AI: Fix assertion triggered with PetAI derived scripts Fix an assertion triggered when spawning through ".npc add" or from SQL db table a Creature with AI set to a custom AI inheriting from PetAI. | |||
| 2018-02-04 | Scripts/Ulduar: Flame Leviathan used a very weird mixture of victim logic ↵ | Treeston | |
| and REACT_PASSIVE, which broke during transition to the new system. Replaced with a working version. Closes #21265. | |||
| 2018-02-04 | nopch fix | Treeston | |
| 2018-02-04 | AI/SmartAI: Remove a silly incorrect piece of code that was breaking react ↵ | Treeston | |
| state swaps on SAI creatures. Fixes #21353. | |||
| 2018-02-04 | nopch fix | Treeston | |
| 2018-02-04 | Scripts/ICC: Valithria Dreamwalker's script no longer despawns unrelated ↵ | Treeston | |
| mobs in Frostwing Halls, and thus won't get them stuck in a despawned state due to linked_respawn. Closes #21286. | |||
| 2018-01-31 | Scripts/Icecrown Citadel: Corrected Val'kyr Shadowguard positioning on ↵ | sirikfoll | |
| heroic mode (Lich King) Movement was being prevented by spell cast | |||
| 2018-01-30 | Spell/Script: Torch 52953 and 58121 must hit only one target | Killyana | |
| 2018-01-29 | Core/Creature: Adjust SelectVictim behavior: (PR #21324) | Treeston | |
| - No more automatic combat -> threat promotion. This matches anecdotal retail behavior - spells already in transit will not cause mob to chase you if its primary target vanishes before the spell hits. - Prevent mobbing by stopping creatures from auto-acquiring a nearby target just because the primary target vanished. | |||
| 2018-01-29 | Scripts/Pets: Mirror Image re-write, because it's a colossal mess right now. ↵ | Treeston | |
| (PR #19818) | |||
| 2018-01-29 | Combat/Threat: Now set engaged state for all units on offline reference ↵ | Treeston | |
| registration (vanished/invis'd units). For non-PASSIVE units, this will immediately cause an evade. This fixes an exploit where creating the reference as offline (by vanishing while a spell was mid-flight) you could damage a creature further without it ever engaging you. | |||
| 2018-01-29 | Game/AI: Remove some unused old logic. | Treeston | |
| 2018-01-28 | Scripts/Icecrown Citadel: Added missing cosmetic colors and emotes to Big ↵ | Shauren | |
| Ooze (Rotface) | |||
| 2018-01-28 | Quest/script: Freedom to Ruul | Killyana | |
| Follows https://github.com/TrinityCore/TrinityCore/commit/4dc91429dd2158c75679d07c34a18a2e12b4ef7a | |||
| 2018-01-28 | DB/Quest: Freedom to Ruul | Killyana | |
| Closes #7262 | |||
| 2018-01-28 | typo | Treeston | |
| 2018-01-28 | Core/Creature: add an assertion to guard against infinite loops | Treeston | |
| 2018-01-27 | Core/Misc: Sort string | Aokromes | |
| 2018-01-27 | Core/Spells: Exclude spells with no MaxLevel from coefficient downranking ↵ | Shauren | |
| penalty | |||
| 2018-01-27 | Core/Spells: Fixed downranking coefficient penalty formula | Shauren | |
| Closes #21318 | |||
| 2018-01-26 | Revert "Core/SmartAI: Remove duplicate OnReset() call" | ccrs | |
| This reverts commit 42c9289be36af9bc0c56ded0c296e058e862a349. | |||
