| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-29 | Core/Spell: fix one spell range issue | ariel- | |
| 2016-12-29 | Dep: Update fmt (cppformat) to 3.0.1 ↵ | DDuarte | |
| https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485 Also renamed cppformat to fmt | |||
| 2016-12-29 | Core/Spell: do not proc auras on SPELL_AURA_OBS_MOD_HEALTH healing ticks | ariel- | |
| Closes #14726 | |||
| 2016-12-29 | Core/Spell: Prevent NO_TARGET auras from actually selecting target (same as ↵ | ariel- | |
| caster) - Fixes an issue with generic mount scripts where the dummy aura was applied and removed then the real mount was applied - Pets would be unsummoned, resummoned and unsummoned again in an instant Closes #16783 | |||
| 2016-12-29 | Core/Scripts: fixed ground/fly mounts on non-flyable zones of Outland map | ariel- | |
| Closes #18627 | |||
| 2016-12-29 | Core/Spell: Fix Turn the Tables | ariel- | |
| Closes #5134 | |||
| 2016-12-28 | Core/Spell: reverted stun aura handling | ariel- | |
| Partial revert of 50a3ce5703bdaa4fe16e2e773eabafa9a4818083 Closes #18487 Closes #18490 Closes #18497 | |||
| 2016-12-28 | Core/Scripts: Fixed chase movement in Palehoof encounter | Keader | |
| Closes #15405 | |||
| 2016-12-27 | Build fix | Keader | |
| 2016-12-27 | Core/Scripts: Black Temple misc fixes | Keader | |
| Closes #18176 * Implemented faction change of Ashtongues when Shade of Akama dies * Moved factions to black_temple.h * Removed explicit from EnslavedSoulEvent (Reliquary of Souls) * Fixed a typo in Skeram Script (followup 5f44890049c3e6b0ee7a11296239f4f1bceb66ec) * Fixed spell Shadow Inferno (Illidari Nightlord) | |||
| 2016-12-27 | Core/Movement: Typo fix for falling to void case (#18611) | xinef1 | |
| 2016-12-27 | Core/Scripts: Added missing spells in Skeram (#18486) | Keader | |
| 2016-12-27 | Tabs | Kittnz | |
| 2016-12-27 | Core/SmartScript: update ACTION_GO_SET_GO_STATE | Kittnz | |
| GO_STATE_ACTIVE = 0, // show in world as used and not reset (closed door open) GO_STATE_READY = 1, // show in world as ready (closed door close) GO_STATE_ACTIVE_ALTERNATIVE = 2 // show in world as used in alt way and not reset (closed door open by cannon fire) Credits to Sunwell | |||
| 2016-12-27 | Core/Events: Fixed logic for Fireworks Show at New Years Adjustments | Kittnz | |
| 2016-12-27 | Core/Events: Adjust timings and occurrence for Fireworks Show at New Years Eve | Kittnz | |
| 2016-12-26 | Core/Items: Fixed empty slots handling in equipment manager (#18613) | xinef1 | |
| 2016-12-26 | Core/Units: Fixed bug in stun code making units summoned by npcs to never ↵ | xinef1 | |
| break out of stun (#18612) | |||
| 2016-12-26 | Core/Units: Fixed exploit where killing tamed pet could yield emblems (#18605) | xinef1 | |
| 2016-12-24 | Core/Ruby: Minor fixes in Halion encounter | sirikfoll | |
| * Some codestyle fixes * Fixed wrong Halion summon with Hotswap system * Fixed evade issue * Fixed emblem frost exploit | |||
| 2016-12-23 | Core/Ulduar: Fixed XT002 Heart phase | Keader | |
| Closes #18557 Thanks to xinef1 * Fixed Heart Phase * Fixed Combat bug with Heart after wipe * Added DespawnAtEvadeMethod | |||
| 2016-12-22 | Core/Scripts: Fixed Suppresser behavior in Valithria Dreamwalker encounter | Keader | |
| Closes #18530 * Fixed range issue * Fixed weave spawn when Summon Timmer Suppresser(70912) is casted * Fixed spawn count | |||
| 2016-12-22 | Core/Scripts: Mother Shahraz encounter rewrite (#18446) | Keader | |
| 2016-12-21 | Core/Scripts: Minor fixes in Baltharus The Warborn (#18550) | Keader | |
| * Core/Scripts: Minor fixes in Baltharus The Warborn * go away travis | |||
| 2016-12-19 | Scripts/Events Implement Pilgrim's Bounty Bountiful Table | sirikfoll | |
| 2016-12-18 | Core/Misc: Mark some rbac/trinity_string entries as used | Shauren | |
| 2016-12-16 | Core/Scripts: Black Temple - added comments in all SpellScripts (#18494) | Keader | |
| 2016-12-15 | Core/Spell: fix for hitmask being ignored in finish phase procs | ariel- | |
| 2016-12-15 | Core/Script: Implement Paralytic Poison | ariel- | |
| Closes #16905 | |||
| 2016-12-15 | Core/Spell: add an exception for Cyclone ignoring it's own immunity using ↵ | ariel- | |
| dispel type - Unsure of what is the correct check, most generic thing I could make Closes #18479 | |||
| 2016-12-15 | Core/Pets: Use prepared statements in Pet::SavePetToDB | myran2 | |
| Very partial cherry pick (cherry picked from commit bc1a81747ae032bc2ae3681d99f5f6058d20caff) | |||
| 2016-12-15 | Core/Units: Cleanup hardcoded magic numbers for byte field offsets | Shauren | |
| (cherry picked from commit ac1dc758b98baab13dab66057c6d45e9295d8eb1) | |||
| 2016-12-15 | Core/Player: prevent early aura removal when swapping weapons | ariel- | |
| Closes #18428 | |||
| 2016-12-14 | Core/Chat: fix RBAC_PERM_COMMANDS_NOTIFY_COMMAND_NOT_FOUND_ERROR for subcommands | ariel- | |
| Ref #18463 | |||
| 2016-12-13 | Core/Misc: readd some codestyle changes inadvertently reverted | ariel- | |
| - Ref commit 6dc37a9add631888fe5fbcd43d19c2b07bed8a57 | |||
| 2016-12-13 | Core/Spell: partial revert of SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE ↵ | ariel- | |
| immunity handling - Bonus: without breaking Banish... yay! Closes #18370 | |||
| 2016-12-13 | Core/Scripts: Fixed Reliquary of Souls Boundary (#18470) | Keader | |
| Followup 02f18419f58dc952cd209c97f641269bea6bd1fc | |||
| 2016-12-13 | Update boss_reliquary_of_souls.cpp | Aokromes | |
| 2016-12-13 | Core/Scripts: Reliquary of Souls Rewrite | Keader | |
| 2016-12-13 | Core/Unit: feral druid attacks should not be normalized | ariel- | |
| Closes #18460 | |||
| 2016-12-13 | Core/Unit: Fixed Blood Gorged ArPen bonus | ariel- | |
| - Also, fixes arp bonus for mace specialization being applied to attacks from non-mace weapon type | |||
| 2016-12-13 | Core/Entities: Replace existing GetAuraEffectsByType + iteration uses with ↵ | ariel- | |
| proper helper functions | |||
| 2016-12-13 | Core/Unit: added GetTotalAuraXXX overloads taking a predicate | ariel- | |
| - Redefined existing overloads to use the predicate logic, avoids code duplication and not checking same stack rules | |||
| 2016-12-12 | Core/Unit: added missing nullptr check in IsImmunedToSpellEffect | ariel- | |
| Closes #18461 | |||
| 2016-12-11 | Core/Entities: don't absolute compare positions on UpdatePosition | ariel- | |
| Closes #18415 | |||
| 2016-12-11 | Core/Spell: implemented dispel reflection | ariel- | |
| Closes #18323 | |||
| 2016-12-11 | Core/Spell: improved immunity logic for dispels | ariel- | |
| - Fixes dispel magic removing immunity spells (Divine Shield for example). Ref issue #18370 | |||
| 2016-12-10 | Core/Spell: Undefined SPELL_ATTR7_USABLE_IN_STUN_FEAR_CONFUSION attr for now | ariel- | |
| - Some function renames - Used in some client checks but not 100% sure of its usage (eg in CGUnit_C::CheckAndReportSpellInhibitFlags but not in Spell_C::IsUsableAction) Closes #18366 | |||
| 2016-12-09 | Core/Stat: fixed Predatory Strikes | ariel- | |
| - Fixed bonus getting stuck after removing weapon - Fixed calculation (must count both feral ap and any ap the weapon has as stated on the talent "any attack power on your equipped weapon") | |||
| 2016-12-09 | Core/Stat: readd incorrectly removed feral ap bonus to Monkin form | ariel- | |
| - Shall not inherit predatory strikes bonus like before though: * Patch 3.1.0 notes: This talent no longer works when in Moonkin form. | |||
