aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-15Update ObjectMgr.hAokromes
2017-02-14Core/Creatures: Remove template immunities only for hunter pets (#19100)xinef1
2017-02-14DB/Creature: Add and fix some trash mobs in UlduarKillyana
2017-02-14DB/Creature: Captain Greenskin model fixKillyana
Closes #19125
2017-02-14DB/Creature: Melnan Darkstone <Darkmoon Faire Barker>Killyana
2017-02-13DB/Creature: Kruban Darkblade <Darkmoon Faire Barker>Killyana
Ref #19120
2017-02-13Core/Spells: Fixed some item ranged spells dealing wrong damage (#19104)xinef1
2017-02-13Added some missing SetFallInformation calls (#19121)xinef1
Fixed HP drop bug on zeppelins Fixed possible packet relocation problems on huge transports
2017-02-13Core/Misc: Fixed player corpse looting, added player corpse loot and some ↵xinef1
more (#19122) * Fixed corpse looting in wintergrasp Added corpse loot for wintergrasp quests and To the Looter Go the Spoils (1166) achievement Don't generate money for loot if no loot mode is available Simplified few things
2017-02-12Core/Scripts Update boss Skadi the Ruthless (#19114)Gustavo
2017-02-11Core/Misc: Fix static analysis issuesjackpoz
2017-02-11Core/Auras: Clamlette Magnifique mana regeneration (#19083)Afgann
- adding drink aura to AuraEffect::UpdatePeriodic(Unit* caster) - making Clamlette Magnifique regenerate mana as well as hp Closes #19075
2017-02-11Tools: Make extractor better, add mmaps extractor multitaskAokromes
2017-02-10Fix line endings from CRLF to LF (#19099)Rochet2
2017-02-10DB/Creature: Katherine LeeRushor
Closes #19095
2017-02-10DB/Creature: Mountain GronnsRushor
Closes #19094
2017-02-10DB/SAI: Bleakheart HellcallerRushor
Closes #19082
2017-02-10DB/Creature: Bleeding Hollow PeonRushor
Closes #19069
2017-02-10DB/Creature: Living CycloneRushor
Closes #19065
2017-02-10Core/Auras: Allow passive auras from items to stackShauren
(cherry picked from commit 8453d7dae25823dd5d2ecf2b718a469c0553214c)
2017-02-10Update 2017_02_09_01_world.sqlAokromes
2017-02-09Core/Scripts Rework boss Terestian Illhoof (Karazhan) (#19057)Gustavo
2017-02-09Build fix and codestyleKeader
2017-02-09Core/Scripts: Moorabi encounter updated. (#19013)Afgann
2017-02-09Merge pull request #18827 from Treeston/3.3.5-bossrespawnTreeston
2017-02-09Update spell_item.cppariel-
Small indent and codestyle fixes
2017-02-09Tools: Enable tools compilation by defaultAokromes
(the time diff is small and it will help starters, advanced users can disable it at any time on cmake guy/compilation script)
2017-02-08fix typoShauren
2017-02-08Core/Maps: Adjusted WorldObject::GetGridActivationRange() to never be less ↵Shauren
than map visibility distance for active objects to ensure equal ranges for activation/deactivation of grids Updates #19072
2017-02-07Core/Spell: properly add SPELLMOD_COOLDOWN to spells without initial cooldownariel-
Closes #15605
2017-02-07Game/Scripting: Add OnPlayerRepop hookKittnz
Called when a player presses release when he died
2017-02-07Core/Creature: Prevent boss creatures from ever respawning naturally.treeston
2017-02-07Update FindOpenSSL.cmakeAokromes
2017-02-06Core/Scripts: fix dynamic buildariel-
2017-02-06Core/Auras: Prevent infinite stacking of passive auras with the same id from ↵Shauren
the same caster on the same target Closes #18475 (cherry picked from commit 88676120586df7581677eca8d5e2724579c69482)
2017-02-06Core/Misc: Added regex compatibility layer to fall back to boost::regex for ↵Shauren
really old compiler (cherry picked from commit b6f1f8405f57e3b65c3b838ea87141716023bc72)
2017-02-06Updated auth_database.sql after 9e65feadariel-
2017-02-07Game/Mapscripts: Implement SCRIPT_COMMAND_MOVEMENTRushor
2017-02-06Core/RBAC: sync enum with masterariel-
2017-02-06Core/SmartAI: Delay SMART_ACTION_FORCE_DESPAWN by at least one world tickariel-
- Restore old despawn behavior of SmartAI despawning (without reintroducing the run time logs caused by IsSmart) - Some SAIs relied on this to function (for example #1249) Partial reverts commit 4fc4c81e8989febd7e650d749af358548e264e2c
2017-02-06DB/Misc: Fix one startup errorAokromes
2017-02-05Core/Spells: Remade trajectory target selection (#19048)xinef1
* Remade trajectory target selection * Added possibility to apply conditions to trajectory spells * Properly recalculate delay time if CMSG_UPDATE_PROJECTILE_POSITION is received
2017-02-05Core/Scripts Update boss Maiden of Virtue (#19058)Gustavo
2017-02-05Core/Misc: Various crash fixes (#19059)xinef1
* Replaced some FindPlayer calls with GetPlayer Fixed some more crashes * Correction
2017-02-05Coding standardsAokromes
2017-02-05Build fixShauren
2017-02-05Core/Misc: Moved CharacterInfo out of world to separate classxinef1
Closes #19030
2017-02-05Core/Spells: Added SPELL_FAILED_NOTHING_TO_STEAL error (#19036)xinef1
Corrected Dispel check in sanctuary area Added root check for SPELL_EFFECT_JUMP and SPELL_EFFECT_JUMP_DEST
2017-02-05Core/Spells: Corrected summon category SUMMON_CATEGORY_VEHICLE (#19052)xinef1
2017-02-05Core/Scripts: boss The Curator (Karazhan) rework (#19040)Gustavo
Closes #16099