aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2016-06-16Core/PacketIO: Updated combat log packetsShauren
2016-06-13Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-06-12Core/GameObejcts: Fixed disconnects happening when viewing nearby players on ↵Shauren
elevators Closes #17335
2016-06-09Core/Players: Updated talent specializationsShauren
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/PacketIO: Update movement packetsShauren
2016-06-05Core/Commands: Added ".npc set phase" command error message for invalid phaseidVincent-Michael
Closes #14927
2016-06-05Core/PacketIO: Updated spell packetsShauren
2016-06-03Build fixesShauren
2016-05-30Core/GameObjects: Updated GameObjectTemplate to 7.0.3.21796Shauren
2016-05-27Core/DataStores: Updated db2 to 7.0.3.21737Shauren
2016-05-26Core/GameObjects: Add isUse parameter to GossipHello for distinction between ↵Shocker
CMSG_GAMEOBJECT_USE and CMSG_GAMEOBJECT_REPORT_USE
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20994Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20914Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20810Shauren
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
2016-04-23Scripts/Spells: fixed Decahedral Dwarven Dice and Worn Troll Dicejoschiwald
#Closes 16866 (cherry picked from commit 029527365f1763c45e8668c16ecd25ba7553bb22) # Conflicts: # src/server/game/Entities/Player/Player.cpp # src/server/game/Entities/Player/Player.h # src/server/game/Handlers/GroupHandler.cpp
2016-04-23Core/Misc: Fixed -Wmisleading-indentation warningsShauren
2016-04-19Scripts: Add missing overrideDDuarte