aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-04-18Scripts/CoS: Chrono Lord Epoch converted to BossAIMitchesD
(cherry picked from commit d74e0d823d96df02822005e7165139b2bf1709de)
2015-04-12Fix $n bug in NPC text for quest 11664 Escaping the Misttkrokli
Make quest NPC target player character to say the actual name instead of $n Idea by @DDuarte Final solution found in similar escort quests. (Example script: npc_kayra_longmane in zone_zangarmarsh.cpp)
2015-04-11Merge pull request #14497 from tkrokli/Kodo_RoundupMitchesD
[Quest] Kodo Roundup
2015-04-11Core/Scripts: Remove Bloodmaul Brutes scriptNick
As explained by @dr-j in 6b846a4e290097cde39f02a2f9a5be34cd06a65d
2015-04-10Core: Whitespace/tab2spaces cleanupclick
2015-04-07Core/Command: Sanitize input for .account set gmlevel <username> handlingclick
2015-04-06Core/Scripts: Remove The Thunderspike scriptNick
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
2015-04-05Scripts/Kalimdor: Ashenvale - add missing enumAokromes
2015-04-05Scripts/Kalimdor: Ashenvale - Remove Torek C++ ScriptRushor
2015-04-05Switch abs to std::absCarbenium
(cherry picked from commit 8476c2ac5a3cad03bc26b12fcc8b3f4f32854b65)
2015-04-05Add missing override keyword in scriptsCarbenium
(cherry picked from commit b948a4275e90c59db2599a1961937d62f17736ce) Conflicts: src/server/scripts/Kalimdor/Firelands/boss_alysrazor.cpp src/server/scripts/Kalimdor/zone_tanaris.cpp src/server/scripts/Maelstrom/Stonecore/boss_slabhide.cpp src/server/scripts/OutdoorPvP/OutdoorPvPZM.h src/server/scripts/Spells/spell_mage.cpp src/server/scripts/Spells/spell_paladin.cpp
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-04[Quest] Kodo Rounduptkrokli
by @pete318, closes #12811 Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace: - removes combat status from creature 11627, Tamed Kodo - sets normal walking speed as the creature's follow speed - makes the Tamed Kodo stop at Scrabblescrew's Camp - enables quest objective count 0/5 -> 5/5, quest complete - SQL (by @tkrokli) links the missing gossip text in the DB
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