aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-04-05Merge pull request #14491 from doctaweeks/fixes-for-6.xCarbenium
Fixes for 6.x
2015-04-04Misc: Fixed license header formattingShauren
2015-04-02Switch abs to std::absDaniel M. Weeks
2015-04-02Add missing override keyword in scriptsDaniel M. Weeks
2015-03-31Core/Commands: Added more npc info to debug phase commandRat
2015-03-30Core/Spells: Reset talent specialization when using reset talents commandRat
2015-03-29Sync changes from 3.3.5 non-pch build fix.Gacko
1995dcab7674c9ebae6ab8577e276cf27afeed4d
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-29Fix non-pch buildGacko
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 (cherry picked from commit c386711972260aa7b877cdc8cb49d24576ce1902) Conflicts: src/server/authserver/CMakeLists.txt
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/game/Handlers/MiscHandler.cpp src/server/game/Server/Protocol/Opcodes.cpp
2015-03-28Merge pull request #14466 from gigatotem/6.xMitchesD
Spells/Mage: Correct typo in Time Warp script
2015-03-28Spells/Mage: Correct typo in Time Warp scriptGigatotem
2015-03-27Core/Script: Fix non-PCH buildclick
(cherry picked from commit 058457dda9227f50c2ea8ab66769694602aa797a) Conflicts: src/server/scripts/Kalimdor/zone_bloodmyst_isle.cpp
2015-03-27Core/PacketIO: Updated values of all known server opcodesShauren
2015-03-27Merge pull request #14461 from gigatotem/6.xMitchesD
[6.x] Heroism/Bloodlust/Time Warp
2015-03-27Scripts/Misc: small changes after recent commitsMitchesD
2015-03-27Spells/Mage:Gigatotem
Time Warp should also check for the Fatigued debuff given when a Hunter's Nether Ray pet casts Netherwinds.
2015-03-27Spells/Shaman:Gigatotem
Bloodlust and Heroism should also check for the Fatigued debuff from Nether Ray Hunter Pets "Netherwinds" ability.
2015-03-26Scripts/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 (cherry picked from commit f1101b145bab9ce24f39802c2f554d7f9d695dbd)
2015-03-25Scripts/Spells: implement some eject passenger spellsjoschiwald
2015-03-25Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and ↵Rushor
Transformation closes #12165 (cherry picked from commit 6080234e98cbff62e4f508116a4ebbaa8f4516ad)
2015-03-24Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/collision/Management/MMapManager.cpp src/server/game/Conditions/ConditionMgr.cpp src/server/game/Conditions/ConditionMgr.h
2015-03-22Core/Misc: Warning fixesShauren
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) (cherry picked from commit d888e4c7ad5ce48eb1f550b3e142dad16c026d0c)
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 ,-) Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com>
2015-03-20Scripts/Misc: sync with 3cc305138c9b57da02d42b88cc0cae941016542aMitchesD
adfd8a6 - Scripts/Mulgore: The Plains Vision - Move Corescrript to SAI c21a600 - Delete zone_mulgore.cpp 87f40a5 - Scripts/Kalimdor: Remove Mulgorescripts 8904a94 - Scripts/The Barrens: Add missing Text for 'The Escape' cfc5fb2 - DB/Misc: Fix a few startup errors from recent Updates (Script part)
2015-03-20Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'Rushor
by @untaught closes #3977 (cherry picked from commit 588b92ee0570146b37cd6211aeb32354781aada0)
2015-03-19Scripts/ToC: The Lich King event should only be started by the announcerNyeriah
(cherry picked from commit ea78bce592b66c72230b63871024e83536b693b7)
2015-03-19Split up LANG_MAP_POSITION to fix a crash when issuing .gps commandariel-
Conflicts: src/server/game/Miscellaneous/Language.h (cherry picked from commit 461daadcaf0cafa410c740e6376090c27a1df8ff)
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. * Mismatching allocation and deallocation: Data
2015-03-18Merge pull request #14371 from Kittnz/movecirclepath_003click
Core: Move FillCirclePath function to MotionMaster Closes #14371 (cherry picked from commit cf14e9051d15e33ca9fa87be3287d2a628faedef)
2015-03-18Core/Script: INFO->DEBUG notification changes in ToCclick
(cherry picked from commit 0c7c25d6ed05355c1dfd0e1ca1179d8f20602073)
2015-03-18Core/Scripts: INFO-DEBUG changes in scripts (gawd)click
(cherry picked from commit a8a5fae4f9055d1099b63bb462cbc5b0b47c2d48)
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
Type safe logging
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 Thanks to @Killyana @Rushor @jaredjones and all others who helped with this (cherry picked from commit a76722ccef8ffb719d5736e9220a94415bd88a5d)
2015-03-16Core/Phases: Mmaps now use the swapped terrain's mmtiles for all units if ↵Rat
available.
2015-03-16Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map ↵Rat
swap logic
2015-03-13Core/Log: Add type safe formattingNaios
* improves safety and log speed through: - variadic templates - perfect forwarding * fixes a newline in db logs * improve performance of Appender::write by using std::ostringstream && std::move
2015-03-11Scripts/Spells: Fix some issues detected by static analysis.Naios
* Prefer prefix ++/-- operators for non-primitive types. * Variable 'ownerBonus' is reassigned a value before the old one has been used. * Fix a wrong type of ownerBonus, sometimes it is float sometimes uint32
2015-03-10Core/Support: Update the support/ticket system to 6.xCarbenium
Core/Mail: fix a logic error introduced in 829e11b6623f967672143d79cd8d31772f54866d
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-03-08Core/Packets: updated structure of CMSG_PLAYED_TIME, SMSG_PLAYED_TIMEMitchesD
2015-03-08Core/Spells: Implemented multiple spell power costsShauren
2015-03-07Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on SpawnRushor
(cherry picked from commit a99d57b0a3e88c86768957bd8d61f8b3b3fada90)
2015-03-07Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr ↵D4R4
is moves across Closes #14131 (cherry picked from commit ceea37c9e3304ea2b387b7d3f6ea201b43c2615d)
2015-03-07Fixed typo in 1dc60e8717bddab2a6bc39779a53e83c9fa3b339joschiwald
2015-03-07Scripts/Nexus: commanders converted from SAI to C++MitchesD
(cherry picked from commit 5009d67f0c0dd90131ac6f81299e3719e2690ca1)
2015-03-07Scripts/Rotface: moved mutated infection removal handling to spellscripts to ↵joschiwald
fix an startup error
2015-02-23Core/Packets: SMSG_NOTIFICATIONGolrag