aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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-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
2015-02-15Merge pull request #13989 from Rushor/LeavesMitchesD
Scripts/Areatrigger: Assign Script to 'Ancient Leaves' Trigger
2015-02-14Remove CPP script for Blueleaf tubersDr-J
2015-02-13Merge pull request #14144 from Rushor/ZulAmanjoschiwald
Scripts/ZulAman: Enable Script for Gazakroth
2015-02-13Scripts/ZulAman: Enable Script for GazakrothRushor
*removes one more startuperror from #13707
2015-02-13Scripts/FoS: improved bronjahm encounter, thanks @Grimton1337, @tkroklijoschiwald
Closes #14130
2015-02-13Merge pull request #14138 from Rushor/mulgoreAokromes
Scripts/Kalimdor: Remove Mulgorescripts
2015-02-13Scripts/Kalimdor: Remove MulgorescriptsRushor
2015-02-13Delete zone_mulgore.cppAokromes
2015-02-13Scripts/ForgeOfSouls: Fix an indentation issue on Bronham's scriptNyeriah
2015-02-13Merge pull request #14129 from Rushor/GhostAokromes
Scripts/Mulgore: The Plains Vision - Move Corescript to SAI
2015-02-12Scripts/Mulgore: The Plains Vision - Move Corescrript to SAIRushor
2015-02-12Scripts/Areatrigger: Assign Script to 'Ancient Leaves' TriggerRushor
2015-02-11Scripts/HallsOfLightning: Boss Volkhan - Add OOC ForgecastRushor
closes #14066
2015-02-11Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and ↵Rushor
Transformation closes #12165