| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-09 | Core/Misc: nopch fixes, hopefully the last | ariel- | |
| 2018-03-09 | Core/Spells: Fix periodic rolling adding bonuses twice | ariel- | |
| Calculation is now done in CalculateAmount | |||
| 2018-03-09 | Core/Spells: rework part 5: GameObject casting | ariel- | |
| Closes #21330 Closes #18885 Ref #18752 | |||
| 2018-03-09 | Core/Spells: rework part 4: iterate over effects first | ariel- | |
| Ref #18395 Implement far spell queue processing Closes #7395 | |||
| 2018-03-09 | Core/Spells: rework part 3: spells only handle at most one UnitAura and one ↵ | ariel- | |
| DynObjAura during its lifetime Closes #15088 | |||
| 2018-03-08 | Core/Creatures: Remove hover on death | Shauren | |
| 2018-03-08 | Core/Creatures: Reworked setting move types in database | Shauren | |
| * Each move type has its own field instead of trying to combine everything in InhabitType * Allow overriding movement separately for each spawn | |||
| 2018-03-08 | Scripts/Misc: Fixed hover movement for Stormcaller Brundir | joschiwald | |
| 2018-03-08 | Scripts/Misc: Hover script fixes | Chaouki Dhib | |
| 2018-03-08 | Core/CreatureAI: CheckBoundary -> IsInBoundary, better reflects what it ↵ | Treeston | |
| does. Also moved to public so spellscript can use it. | |||
| 2018-03-07 | Core/Entities: ghouls start with full energy | ariel- | |
| 2018-03-07 | Core/Creatures: port power type updates from master branch | ariel- | |
| Core/Misc: Added helper function Unit::SetFullPower Cherry-picked from 8199eef81cad464bb43f3613ed884a2c8fc3973d Core/Creatures: Updated power type handling (#20981) Cherry-picked from 16a7a414abcc93c4514905b871f53c1049261c12 | |||
| 2018-03-07 | Scripts/Command: build fix for horrible outdated boost version used by travis | ariel- | |
| 2018-03-06 | Scripts/Commands: Make Shauren happy | ariel- | |
| 2018-03-06 | Scripts/Commands: implemented command .server debug | ariel- | |
| - Shows detailed information about server setup, useful when reporting a bug: * rev. hash * versions of mysql, openssl, boost, cmake * info about autoupdater * info about ports (realmlist and current) * vmap/map/mmap status and folder sizes * available DBC locales * TDB version Closes #19957 | |||
| 2018-02-26 | Core/VMap: Add outdoor state to Map::GetFullTerrainStatusForPosition. Add ↵ | Treeston | |
| WorldObject::IsOutdoors, basic member access. Ref #21479. | |||
| 2018-02-24 | Core/GameObject: implemented gameobject_overrides table to change faction ↵ | ariel- | |
| and flags values on a per-spawn basis Updates #20957 Closes #20958 | |||
| 2018-02-24 | Core/Entities: kill unused return value from Unit::HandleSpellClick | ariel- | |
| - AI hook will now receive the result by copy, as modifying it had no effect - Some renaming: result->spellClickHandled, clickPair is actually clickBounds, the clickPair is the pair <creatureID, SpellClickInfo> | |||
| 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-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-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 | Scripts/Icecrown Citadel: Prevent Lady Deathwhisper movement during first phase. | sirikfoll | |
| 2018-02-17 | Core/Scripts: implement Drain Mana breaking some auras on hit | ariel- | |
| Updates #20234 | |||
| 2018-02-17 | Core/Entities: remove grid-wide visibility from setActive and implement ↵ | Wyreth | |
| another method for it (#20725) | |||
| 2018-02-16 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix static analysis issues reported by Coverity | |||
| 2018-02-16 | Core/Scripts: implemented Fungal Decay & Tail Sting | ariel- | |
| Refs #18542 | |||
| 2018-02-16 | Core/Scripts: fix Glyph of Renew interaction with Empowered Renew | ariel- | |
| - Get actual ticks from aura, because glyph reduces them by 1 | |||
| 2018-02-16 | Scripts/Ulduar: Fixed amount of Mole Machines in Razorscale 10 man | Keader | |
| 2018-02-16 | Scripts/TotC: Reduce Twin Val'kyr berserk timer from 10 minutes to 8 minutes ↵ | Treeston | |
| on normal mode (match DBM). This closes #15367, no matter what ccrs' bong says. | |||
| 2018-02-15 | Core/Spells: prevent creatures to focus channeled spells without ↵ | ariel- | |
| SPELL_ATTR1_CHANNEL_TRACK_TARGET - Creatures stuck here wouldn't try attacking because of this - Remove one workaround in halion script, now it's unneeded Ref #11311 | |||
| 2018-02-15 | Scripts/Commands: add AI/ScriptName to .gobject info (PR #21419) | Gooyeth | |
| 2018-02-15 | Core/Combat: Unify combat permitted checks between CvC and PvC - only ↵ | Treeston | |
| require "not friendly" in all cases. Fixes Yogg-Saron encounter. Closes #21380. Also some bonus cleanup to Yogg's script to make transition cleaner. | |||
| 2018-02-14 | Core/Scripts: fix Healing Stream Totem coefficient and animation | ariel- | |
| 2018-02-14 | Core/Scripts: Fixed some delayed enrage | Keader | |
| Closes #15367 | |||
| 2018-02-14 | Core/Scripts: fix nopch | ariel- | |
| 2018-02-14 | Core/Scripts: implemented Seed of Corruption scaling damage tolerance | ariel- | |
| 2018-02-14 | Core/Spells: implemented bonus SP coefficient from DBC | ariel- | |
| Ref #21415 | |||
| 2018-02-13 | Scripts/TheBarrens: Fix "The Escape" (863) - I don't think this one ever ↵ | Treeston | |
| worked, honestly. | |||
| 2018-02-13 | Core/Spell: Properly remove REACT_PASSIVE on permanent feign death unapply. ↵ | Treeston | |
| Fixes and closes #21156. | |||
| 2018-02-13 | Scripts/AzjolNerub: Clean up Hadronox to hopefully avoid any further evade ↵ | Treeston | |
| issues. Tag #20310. | |||
| 2018-02-12 | Core/Scripts: fix Tenacity Aurascript (target is null on UpdatePeriodic) | ariel- | |
| - also aura amount increases with stack so we lose spellid info, calculate it from basepoints directly - aura should be SPELL_AURA_MOD_HEALING_PCT instead of SPELL_AURA_MOD_HEALING_DONE_PERCENT (ie taken instead of done, confusing names) | |||
| 2018-02-12 | Core/Scripts: remove Tenacity hack, implemented with proper aura | ariel- | |
| 2018-02-12 | Archaedas should properly start now when clicking on the altar. (#21401) | Wilcalaf | |
| 2018-02-12 | Core/Unit: corrected calculation for ↵ | ariel- | |
| SPELL_AURA_MOD_DAMAGE_TAKEN/SPELL_AURA_MOD_HEALING auras - Spell bonus calculation and penalty was done twice, but it's simply flat +SP, which should be taken into account before other bonuses - Fixed missing code from SpellDamageBonusDone/SpellHealingBonusDone and killed multiplication by stack amount twice for default coefficient spells (already multiplied on level penalty) | |||
| 2018-02-12 | Core/Scripts: fix nopch build mk II | ariel- | |
| 2018-02-12 | Core/Scripts: fix nopch build | ariel- | |
| 2018-02-12 | Revert "Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart ↵ | Treeston | |
| escort to work again (tag #20310)" This reverts commit 6ff71dffbb774b8ea715053cd9223edc5c67bb0f. | |||
| 2018-02-12 | Scripts/AzjolNerub: Hadronox is a big spider mommy, and needs more room to ↵ | Treeston | |
| pet her spider pets properly. Hopefully this'll reduce the number of evades happening during the encounter. Tag #20310. | |||
| 2018-02-12 | Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart escort to ↵ | Treeston | |
| work again (tag #20310) | |||
| 2018-02-11 | Core/Scripts: implemented Combined Toxins proc only from poisons | ariel- | |
