aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1227510, 1227434, 1023036, 1062426, 1062425, 1062424, 1062423, 1062422
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1267938, 1267937, 1267933, 1267932, 1267929
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
2015-04-03Scripts/Misc: Fix warningjackpoz
2015-04-03Revert "Merge pull request #14424 from Rushor/Rampart"DDuarte
This reverts commit 22c0007b42e80fecd81eee53f856fd10decd5c05, reversing changes made to 20bc2c51f668db245d6e360486ea8743c1887fac.
2015-04-03Merge pull request #14424 from Rushor/RampartAokromes
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
2015-04-03Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in ↵click
commit 16179f8
2015-03-30Core/Misc: Remove unused headersleak
2015-03-29Core/Dungeon Finder: Allow to execute "lfg" commands from consolejackpoz
2015-03-29Fix non-pch build.Gacko
2015-03-29Core/Dungeon Finder: Restore ".lfg queue debug" logging additional informationjackpoz
Restore ".lfg queue" behavior to print additional debug informations when an additional argument is passed (any character/word will work).
2015-03-29CMake: Use source_groups to represent the source treeNaios
* It let ide's (like vs) display the source tree. * Disabled by default. * Soft requirement is cmake >= 2.8.12 . * Offers 2 modes: flat & hierarchical. * For detailed description see #14471 * Thanks @click for help and advises. * Closes #14471
2015-03-27Core/Script: Fix non-PCH buildclick
2015-03-26Merge pull request #14149 from Rushor/EndingMitchesD
Scripts/Bloodmyst Isle: Script Quest: Ending Their World
2015-03-25Scripts/Spells: implement some eject passenger spellsjoschiwald
(cherry picked from commit 766eb599ea5e7629ac7a98cf914d2877093a14fd)
2015-03-25Merge pull request #14048 from Rushor/WorgenMitchesD
Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and Transformation
2015-03-22Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ AggrobehaviourRushor
by @CDawg
2015-03-21Scripts/Ulduar: Fix some Flame Leviathan issuesjackpoz
Fix some Flame Leviathan issues: - Fix boss evading all the time due to bad Doors check - Opened "Lightning Door" to other bosses only after boss dies - Eject players from the vehicles when boss dies, make them untargetable and despawn them after 5 minutes (adjust the time to the blizzlike time of choice)
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ↵Naios
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp Make sure you re-run cmake, because boost::iostreams was added as dependency. Maybe you need to install libboost-iostreams1.55-dev on unix as well. Import every update manual until (included) those INSERT IGNORE updates for each database. Thanks DDuarte and Shauren for your amazing ideas, help and advises. In hope that nobody gets a "Your database structure is not up to date..." anymore ,-) (cherry picked from commit 352012e53173372ebc82898e1b6854c983b01b25) (cherry picked from commit 1f7f9feafc3f5017d617634ae993d2cdf4430920) For 3.3.5: * Synchronized ConfigureBoost.cmake with 6.x, libboost-filesystem1.55-dev also added as dependency! Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com>
2015-03-20Scripts: remove whitespacesMitchesD
2015-03-20Merge pull request #14388 from Rushor/SpellMitchesD
Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'
2015-03-19Scripts/ToC: The Lich King event should only be started by the announcerNyeriah
2015-03-19Split up LANG_MAP_POSITION to fix a crash when issuing .gps commandariel-
2015-03-18Core/Misc: Fix some issues detected by static analysisNaios
* Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? -> This argument is passed by value, it makes no sence so set it to null here. * Member variable 'instance_violet_hold_InstanceMapScript::bWiped' is not initialized in the constructor. (cherry picked from commit 433bc289c2c82b7377ad0189e415a3ca070d220f)
2015-03-18Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'Rushor
by @untaught closes #3977
2015-03-18Scripts/Bloodmyst Isle: Script Quest: Ending Their WorldRushor
closes #1815 * Add missing Waypoint * Improve Aggrobehaviour * Add BroascasttextIDs * Update to current GUID-Handling Original Patch by @trickerer
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
Type safe logging (cherry picked from commit cc0c9add5a3f3a17e19029ddcaa7e711040f4fc5) Conflicts: src/server/bnetserver/CMakeLists.txt src/server/game/Server/WorldSocketMgr.cpp src/server/shared/Logging/AppenderDB.cpp src/server/worldserver/CMakeLists.txt
2015-03-17Scripts/Undercity: Update Lady Sylvanas' script and also implement few ↵Nyeriah
missing things to Journey to Undercity's quest end event Closes https://github.com/TrinityCore/TrinityCore/pull/14094 Thans to @Killyana @Rushor @jaredjones and all others who helped with this
2015-03-17Scripts/Borean Tundra: Enable Texts for 'Nesingwary Trapper'Rushor
by @Killyana + @danlapps closes #10234
2015-03-15Merge pull request #14371 from Kittnz/movecirclepath_003click
Core: Move FillCirclePath function to MotionMaster Closes #14371
2015-03-15Merge pull request #13997 from Rushor/malfurionRushor
Scripts/SunkenTemple: Add Eventsupport for NPC: Malfurion Stormrage
2015-03-14Core: Move FillCirclePath function to MotionMasterKittnz
2015-03-08Core/Script: INFO->DEBUG notification changes in ToCclick
2015-03-08Core/Scripts: INFO-DEBUG changes in scripts (gawd)click
2015-03-07Merge pull request #14012 from Rushor/ArcaMitchesD
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
2015-03-07Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr ↵D4R4
is moves across Closes #14131
2015-03-07Fixed typo in dea095a84bb0ecd3814069f6a8894e66f1fc21a7joschiwald
2015-03-07Scripts/Nexus: commanders converted from SAI to C++MitchesD
2015-03-07Merge pull request #14303 from danlapps/3.3.5Aokromes
remove king jotum vehicule of code as per Killyana request
2015-03-06fix buildLapps
2015-03-07Scripts/Rotface: moved mutated infection removal handling to spellscripts to ↵joschiwald
fix an startup error (cherry picked from commit 1dc60e8717bddab2a6bc39779a53e83c9fa3b339)
2015-03-06remove king jotum vehicule of code as per Killyana requestLapps
2015-02-20Merge pull request #14117 from Rushor/ZuramatMitchesD
Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of Void Sentry
2015-02-18Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of ↵Rushor
Void Sentry closes #12175
2015-02-18Merge pull request #14111 from Rushor/VolkhanMitchesD
Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast
2015-02-18Merge pull request #14053 from Rushor/MelliMitchesD
Scripts/Arcatraz: Warden Mellichar - Set summoned Units in Combat
2015-02-17Scripts/BlackTemple: Shade of AkamaNyeriah
* Updated to BossAI * Solved issue with door not closing when event starts * Solved issue with gossip flag being reset after event is done * Misc code clean ups Updates #10430
2015-02-15DB/Misc: Fix a few startup errors from recent UpdatesRushor
2015-02-15Merge pull request #14156 from Rushor/robotAokromes
Scripts/The Barrens: Add missing Text for Q: 'The Escape'
2015-02-15Scripts/The Barrens: Add missing Text for 'The Escape'Rushor
closes #12259