aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-02-17Core/Player: Fix dungeonfinder quests not rewardingKito
2016-02-16Scripts/Deadmines: Fix #6624 Mr. Smite's event text, and phase switching.Henry
* Fixes Mr. Smite announcing to instance once doors have been destroyed. * Add missing dialogue to encounter phases. * Now properly runs in front of his chest, kneels down and equips items, stands, and reengages like he's supposed to. * Fix weapon model for first phase when he switched to double axes.
2016-02-16Revert "Merge pull request #16535 from ↵treeston
Eliminationzx/FixWrongSealOfRighteousnessCalculation" while we figure out more details (see discussion in the PR). This reverts commit 1a213bd9214bee65e887d9a20766032af0cbdb80, reversing changes made to 657adc270a32da4ef943b443c1fdcf2814466909.
2016-02-16Core/Auth: Cancel ban expiry check timer on shutdownShauren
2016-02-15Build fixShauren
2016-02-15Core/Auth: Moved expiring bans to background task - no longer blocking ↵Shauren
queries during login by default running every minute (configurable)
2016-02-15Merge pull request #16535 from ↵Treeston
Eliminationzx/FixWrongSealOfRighteousnessCalculation [3.3.5] Core/Spells: Fix incorrect Seal of Righteousness calculation.
2016-02-14Merge remote-tracking branch 'sirikfoll/despawnAtEvade' into 3.3.5 (PR #16528)treeston
2016-02-14Warning fixShauren
2016-02-14Core/Auth: Performance/security improvementsShauren
* Changed all db queries to async * Added buffer length checks * Only allow one challenge/proof packet per socket lifetime Closes #13217 Closes #16602
2016-02-13Merge pull request #16585 from Treeston/3.3.5-flightformShauren
Core/Spells: Disallow druid flight form while shapeshifted
2016-02-13Scripts/TheEye: Add spell Rend to advisor Thaladred the Darkenerw5860363
Closes #16594 Closes #15915
2016-02-13Pet/Misc: Improve Egbert's AI even moreKittnz
2016-02-13Pet/Misc: Improve Egbert's AIKittnz
2016-02-13Check to make sure we aren't dispelling a buff for _all_ dispel types, not ↵treeston
just magic. Closes #15321.
2016-02-13Revert "Merge pull request #16483 from Treeston/3.3.5-debuffimmunity" to fix ↵treeston
#16589 while I investigate the retail behavior of SPELL_ATTR_0_UNAFFECTED_BY_INVULERABILITY further. This reverts commit d67e87733b2e258dc4f5613ee7fa40445e3b215f, reversing changes made to cfed2d7a3ddf4f8121d3359f9888e6116fc82e62.
2016-02-12Warning fix.Shauren
2016-02-12Core/Maps: Use map.dbc zone fallback if no area is found in grid files, not ↵Shauren
only if grid files don't exist Closes #16583 Closes #16584 Extracting new maps is NOT needed.
2016-02-12Core/Scripts port _DespawnAtEvade functionality to 3.3.5 branchsirikfoll
Implement _DespawnAtEvade functionality to boss Lich King
2016-02-12Core/Spells: Disallow druid flight form while in shapeshift forms that ↵treeston
prevent mounting. No more swimming zombies. Closes #16354.
2016-02-12Scripts/Naxxramas: Fix an edge case crash in Gothik. Closes #16575.treeston
2016-02-12Merge pull request #16548 from Keader/omenShauren
[3.3.5][6.x]Core/Scripts Fix multiple summon of Omen (Lunar Festival)
2016-02-11Fix multiple summon of Omen (Lunar Festival)Keader
2016-02-11Core/AI: Fully move react state check from CreatureUnitRelocationWorker to ↵treeston
CreatureAI::MoveInLineOfSight. This means that AI for passive/defensive creatures can now once again use MoveInLineOfSight (and fixes that weird thing where triggers decided it would be funny to attack players).
2016-02-11Core/Scripts: Fixed calling UnitScript hooksShauren
Closes #16543 (cherry picked from commit f809e5e13eac66add49d361ffb1634ff2ba6d4aa)
2016-02-11[3.3.5] Beast Mastery hunter talent Animal HandlerRushor
The goal of this PR is to restore the correct AP values for a BM hunter: Animal Handler, Rank 1 - Increases your pet's attack power by 5% and increases the duration of your Master's Call effect by 3 sec. Animal Handler, Rank 2 - Increases your pet's attack power by 10%, and increases the duration of your Master's Call effect by 6 sec. Viewed in talent calculator: http://wotlk.openwow.com/talent#cVbhzTGRb by Rushor, closes #15361
2016-02-10Core/Spells: spells with SPELL_ATTR1_NO_THREAT also causes no initial aggrojoschiwald
2016-02-10Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)treeston
2016-02-10Core/Maps: Moved min height calculation to worldserver for more precise resultsShauren
Closes #16530
2016-02-10Merge pull request #16483 from Treeston/3.3.5-debuffimmunityTreeston
[3.3.5] Make Web Wrap / Mutating Injection (and others) properly cancel on immunity (Divine Shield/Ice Block)
2016-02-10Maps/Instances: Implement handling of CMSG_SET_SAVED_INSTANCE_EXTENDtreeston
2016-02-10Merge remote-tracking branch 'Eliminationzx/FixJumpDestOrientation' into ↵treeston
3.3.5 (PR #16450) with some minor CS adjustments
2016-02-10Merge pull request #16491 from Treeston/3.3.5-boundarycheckTreeston
[3.3.5] Add target boundary check to BossAI CanCreatureAttack call
2016-02-10Core/Unit: Do not remove auras from Pets and Guardians after evadingRushor
* this adds free space for further adjustments * this fixes #14347
2016-02-10Fix jump dest orientationElimination
2016-02-10Core/Spells: Rogue Honor Among Thievesccrs
2016-02-10Fix incorrect Seal of Righteousness calculation.Elimination
Source http://wowwiki.wikia.com/wiki/Spell_power_coefficient
2016-02-10Scripts: Fix no-PCH build MKIINyeriah
Bah (cherry picked from commit 781152a30c526ff94638a2b10845d1686edb5e62)
2016-02-10Scripts: Fix no-PCHNyeriah
2016-02-10Scripts/Magister's Terrace: Script Kalecgos' appearance after using the ↵Nyeriah
Scryer's Orb - Added missing waypoints, spells, emotes, proper timing... and prevent him from being summoned multiple times Closes #13208, #16522
2016-02-09Core/GameObject: Also send EventInform() calls for GAMEOBJECT_TYPE_CAMERANyeriah
- This allows object and zone AI to process events called by camera objects as well (previously only possible through event_scripts) Closes #16506
2016-02-09Merge remote-tracking branch 'sirikfoll/npcMyranda' into 3.3.5 (PR #16438)treeston
2016-02-09Merge pull request #16484 from Treeston/3.3.5-triggervisibilityTreeston
Grids/Notifiers: Notify triggers of units moving within their LoS
2016-02-09Core/Scripts/DB Move script npc_myranda_the_hag to SAIsirikfoll
Moves the entire NPC script to the database and corrects a logic error where players who have rewarded the quest Scarlet Subterfuge and lost the disguise before taking the quest In Dreams were no longer able to get the disguise.
2016-02-09Merge pull request #16467 from Treeston/3.3.5-FixEvadeModeTreeston
[3.3.5] Creature/AI: Fix incorrect evade logic
2016-02-09AI/BossAI: Make creature never chase targets that are out of boundstreeston
- Add missing const attribute on CheckBoundary arg. - Prevent AI from attacking a target that is out of bounds. This prevents exploids such as killing Gluth/Deathbringer from out of bounds.
2016-02-09Merge pull request #16486 from Rushor/spidermanRushor
[3.3.5][6.x]Scripts/Karazhan: Implement Optional Boss Spawn
2016-02-09Core/Creatures: Improved creature text selection to be "more random" instead ↵Shauren
of favoring first entry (cherry picked from commit 41d6460c75ce094e8ade92c88b603231aaa8e8a5) # Conflicts: # src/server/game/Texts/CreatureTextMgr.cpp
2016-02-09Core/Utils: Moved rng functions to separate header and added utility ↵Shauren
functions to select a random element from a container where each element can have different chance of being selected (cherry picked from commit ae20b2ab561bc07d85f443ae914bc597c9d6ac6e) (cherry picked from commit 921d893c2a82eb6ac0762bf7001df87911b44611) (cherry picked from commit 9ab10d6e680ca835d1dfdfbceb9f18f330f994fc) (cherry picked from commit 00c878e73a8c6b8ce3339d224ab5611df3bbd07c) (cherry picked from commit ff9c999334d87acc3fcea9737753c30b7f1abe25) (cherry picked from commit bc94bacce404401a480b6871eaa7bc38d766014c) (cherry picked from commit d5b0ffbe9b0c07beb8d0dfc52a6532c2da805285)
2016-02-09Core/Maps: Use IsValidMapCoord for checking Z coord instead of just ↵Shauren
std::isfinite - only acceptable values are between -17066.6656 and 17066.6656 (cherry picked from commit 4d956c89fc6f20c546a396573cf42aa97b844c09)