aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2016-07-17Fix non pch build.Gacko
2016-07-16Scripts/Blackfathom Deeps: Subjugator Korul - Darkness CallsUlduar
Closes #15316 Closes #16557
2016-07-16Core/Scripts: Hallow's End Pumpkin TreatKeader
Add all 6 spells available from item 20557, Hallow's End Pumpkin Treat: - Hallow's End Candy, Orange Giant (24924) - Hallow's End Candy, Skeleton (24925) - Hallow's End Candy, Pirate (24926) - Hallow's End Candy, Ghost (24927) - Hallow's End Candy, Female Defias Pirate (44742) - Hallow's End Candy, Male Defias Pirate (44743) Thanks @Keader for creating the new spell scripts & SQL, saved me a lot of time! :-) (cherry picked from commit cee1c0789acb7d75e453ed355a5d68781a5dec4c)
2016-07-16Core/Commands: Allow .cooldown command to work on player petsShauren
(cherry picked from commit 9509aac38b29cf47ee2ea99e41e73b82b22cff7a) (cherry picked from commit 86a594a4dd9b37d7a8428e2c54acd78836e9474d)
2016-07-15[6.x] Core/Battlefield: Tol Barad (#17124)Mihapro
2016-07-09Core/Scripts: Corrections after 14b93c04ee07e9fe6e2767460e7fc7cc2b3e6808w1sht0l1v3
(cherry picked from commit fcfb7b96b2f6f56382243560ed319a1cec1c2b05)
2016-07-05[6.x] Scripts/Spells: K'ure & Decimatus, SAI + spell scriptsUlduar
* Core/DB Add SAI for Decimatus. Add Decimatus SAI and Dark Siphon spell condition target. * Decimatus spell script for 169869. Decimatus Transformation Sickness. * Replace caster on target. Compiling fine! And then you never know what comes into head Blizzard. * Add three spell scripts. Add support spell scripts for 189549, 189512 and 189491.
2016-07-05Scripts/Commands: Fix build warningDDuarte
(cherry picked from commit 42028a18421f672a3292733cac73840c4e766089)
2016-07-05Scripts/Commands: Remove unused argument of .cometome commandDDuarte
(cherry picked from commit 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1) # Conflicts: # sql/updates/world/3.3.5/2016_07_05_01_world.sql
2016-07-01Core/Spells: Fixed spell range checkShauren
Closes #17060 (cherry picked from commit e6a52d4aae9e8facc46c3b05e0560d540a928d73)
2016-06-26Core/Spells: Fixed Glyph of Surging MistShauren
2016-06-23Scripts/Monk: Surging MistKito
* When glyphed and in stance will cast AOE ally selection heal * Else, cast normal heal on Explicit target
2016-06-17Game/Unit: Update shapeshift forms enum to match SpellShapeshiftForm.dbc ↵P-Kito
(#17407)
2016-06-17Core/Spells: Fixed monk spell ProvokeShauren
Initial PR submitted by @Infamous-devel Closes #17384
2016-06-16Scripts/Ulduar: Remove removed achievementAokromes
Closes #17387
2016-06-12Core/GameObejcts: Fixed disconnects happening when viewing nearby players on ↵Shauren
elevators Closes #17335
2016-06-08Core/Misc: Fixed warningsVincent-Michael
2016-06-06Core/Misc: Fixed coverity issuesShauren
Uninitialized fields: CID 1354593, 1354595, 1354738 Unchecked return value: CID 1354558 Out of bounds access: CID 1352989, 1352993 Null pointer dereference: CID 1296286
2016-06-06Core/Spells: Silence coverity false positive - CID 1356246Shauren
2016-06-05Core/Commands: Added ".npc set phase" command error message for invalid phaseidVincent-Michael
Closes #14927
2016-05-26Core/GameObjects: Add isUse parameter to GossipHello for distinction between ↵Shocker
CMSG_GAMEOBJECT_USE and CMSG_GAMEOBJECT_REPORT_USE
2016-05-20Core/Spells: Fixed Fulmination and Shaman T18 bonuses related to itShauren
2016-05-17Scripts/Freya: removed obsolete codejoschiwald
(cherry picked from commit d812505fc29daa51d549439eaa2c72221dbefe07) Makes travis happy (cherry picked from commit ab2466ac011dde5d728d2a75983c292eaebff4cd)
2016-05-16And nopch fix tooShauren
2016-05-16Build fix for VS2013 - pls stop using it, upgrade to 2015.Shauren
2016-05-14Core/Spells: Fixed non pch buildVincent-Michael
2016-05-14Spell/Shaman: Fix non PCH linking.Gacko
Thanks @Shauren.
2016-05-12Core/Spells: Fixed Lightning Shield dropping charges when attackedShauren
2016-05-10Core/Spells: Fixed warningVincent-Michael
2016-05-10Core/Spells: Fixed Elemental Blast random buff (shaman)Shauren
2016-05-08Core: Fixed warningVincent-Michael
2016-05-08Core/Commands: Cleanup in 0940f3e0776b58bd7abad472347da7d0dea2ac50Vincent-Michael
2016-05-08Core/Commands: Allowed .server idlerestart / idleshutdown / restart / ↵Vincent-Michael
shutdown to take another parameter structure: e.g.: * .server idlerestart 12d3h13m13s * .server idleshutdown 46m13s * .server restart 45h56m * .server shutdown 323m42s
2016-05-07Core/Achievements: AchievementMgr refactoringShauren
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements
2016-05-04Core/Spells: Removed code for handling SPELL_AURA_OVERRIDE_CLASS_SCRIPTS ↵Shauren
whose miscvalue cases were removed from the game
2016-05-03Core/Units: Updated armor damage reduction calculationfunjoker
Merge #17069
2016-05-02Scripts/SWP: Remove unused #definesDuarte Duarte
2016-05-01Core/Spells: Fixed overwriting summon requestsIncorrect
Closes #17049
2016-05-01Core/Scripts: Fix 2 warningsNaios
* Ref d9f7692c2e1e * Ref 0fbcddcb4f8f
2016-05-01Core/Scripts: Cleanup cs_modify.cppKarrokDC
* Removed a chunk of duplicate code * Generalized Message notification * Generalized checking of resources modification with a min-max * Generalized checking of single value modification * Closes #16858 (cherry picked from commit 775b03bf6f345ac2bdc4936bb0ead5b0ad4fb193)
2016-05-01Scripts/Command: Solve several format exception crashes introduced in a ↵Nyeriah
recent commit Ref #16648 Closes #16751 (cherry picked from commit c1905771f064e374a09720f470116f04b03e5a42)
2016-05-01Core/Spells: Updated existing shaman spell scriptsShauren
2016-04-29Core/Spells: Fixed Stealth and VanishShauren
Closes #15779
2016-04-29Core/Spells: Updated Eviscerate and Envenom formulasShauren
Closes #16886 Closes #16887
2016-04-28Core/Spells: Fix PvP trinkets animationsedea
Closes #16890
2016-04-28Core/Misc: Fix issues reported by static analysisjackpoz
(cherry picked from commit 3e73ba9da5e9d09017cb48389adc930d9c9c3a55)
2016-04-28nopch build fixShauren
2016-04-27Core/Spells: Fixed Crackling Jade Lightning, initial pull request by ↵Shauren
@Infamous-devel Closes #17050
2016-04-24Core/Utils: replaced std::random_shuffle with our own implementation using ↵joschiwald
SFMT random generator (cherry picked from commit 9e371b766c75faf899cbbe24515b8b5c01716a50)
2016-04-23Core/Items: Fixed buildVincent-Michael