aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-19Scripts/ToC: The Lich King event should only be started by the announcerNyeriah
2015-03-19DB/Misc: Rename an pr update to match its merged dateNaios
2015-03-19Merge pull request #14405 from ariel-/gpsfixDenis
Crash fix in .gps command
2015-03-19Split up LANG_MAP_POSITION to fix a crash when issuing .gps commandariel-
2015-03-18Core/Spells: Implement HasAttribute() helper for SpellInfo for easier ↵Nayd
readability Original code by @Shocker (6.x branch)
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-18Dep/CppFormat: Update cppformat to cppformat/cppformat@bf8636c9596fbfdddNaios
* fixes detecting support of <initializer_list> * fixes build on solaris (cherry picked from commit e40a5bf0b1483ce4275464a0a75a3d99035ca71c)
2015-03-18Core/RemoteAccess: Remove an unused define in RASessionNaios
* probably fixes gcc compile after adding cppformat (cherry picked from commit a610dea85c77da9ce6c2be5b10f8259e3f315227)
2015-03-18Core/Log: Readd include of <stdarg.h> to fix compile issues under gccNaios
(cherry picked from commit d64e6ffade392be32f634b32658a6e0353f369c1)
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-18Build fixShauren
2015-03-18Dep/CppFormat: Fix cmake error when using GCCCarbenium
(cherry picked from commit 3eaace1508e818c4f651eaaf8792cc60a766890f)
2015-03-18Core/Authserver: Include cppformatCarbenium
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-18Core/Game: Fix some issues detected by static analysis.Naios
* Possible inefficient checking for 'list' emptiness. * Variable '_scheduledScripts' is assigned in constructor body. Consider performing initialization in initialization list. * Variable 'Text' is assigned in constructor body. Consider performing initialization in initialization list. * Possible inefficient checking for 'm_loadedScripts' emptiness. (cherry picked from commit 9a61049f88835fd6bdb75905f042583d038d0667) Conflicts: src/server/game/Server/Packets/TicketPackets.cpp
2015-03-18Core/Log: Fix some issues detected by static analysis.Naios
* Either inefficient or wrong usage of string::find(). string::compare() will be faster if string::find's result is compared with 0, because it will not scan the whole string. If your intention is to check that there are no findings in the string, you should compare with std::string::npos. * C-style pointer casting detected. C++ offers four different kinds of casts as replacements: static_cast, const_cast, dynamic_cast and reinterpret_cast. (cherry picked from commit 8882a6ca78e90d2980a3cd8d53acea9d2137f8b8)
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-17Rename 2015_03_17_01_world.sql to 2015_03_17_01_world.sqlDr-J
2015-03-17DB/Object: Dedication of HonorDr-J
* Fordring statue will only be visible on a realm where the realm first is rewarded for http://www.wowhead.com/achievement=4576/realm-first-fall-of-the-lich-king otherwise this is replaced with fountain * Dedication of honor will play lich king video to a player who has killed the lich king * Correct flags for fountain object.
2015-03-17Merge pull request #14370 from Kittnz/realm_achievementDuarte Duarte
Core/Condition: Realm Achievement condition
2015-03-17DB/Creature: Misc SAI updatesAokromes
By Malcrom (no, he is not back)
2015-03-17Scripts/Borean Tundra: Enable Texts for 'Nesingwary Trapper'Rushor
by @Killyana + @danlapps closes #10234
2015-03-16update guidDr-J
This was already fixed with updates but changing here so this wont cause problems if people try to commit later.
2015-03-16DB/Creature: Misc SAI updatesAokromes
By Malcrom (no, he is not back)
2015-03-16DB/Creature: Misc SAI updatesAokromes
By Malcrom (no, he is not back)
2015-03-16Core/Condition: Added Realm Achievement conditionKittnz
- Partly Fixes https://github.com/TrinityCore/TrinityCore/issues/5754 @DRJ has SQL examples
2015-03-16DB/Creature: Misc SAI updatesAokromes
By Malcrom (no, he is not back)
2015-03-16DB/Creature: Misc SAI updatesAokromes
By Malcrom (no he is not back)
2015-03-16Core: silence broadcasttext startup errorsjoschiwald
2015-03-16DB/Creature: Fix faction of 8564 RangerAokromes
2015-03-16DB/Misc: Fix startup errorsAokromes
By Killyana, updates #13707
2015-03-15Merge pull request #14371 from Kittnz/movecirclepath_003click
Core: Move FillCirclePath function to MotionMaster Closes #14371
2015-03-15DB/Creature: Kurenai CaptiveRushor
closes #6702
2015-03-15Core/AHBot: Remove a lingering warning that annoyed me for all too longclick
2015-03-15Core/DBLayer: Remove references to table character_currency (6.x only)Nayd
Ref 170bc318b34d393ea08e1607b6a4de87fcb2e6d7
2015-03-15DB/Quest: A Crew Under FireRushor
closes #1678
2015-03-15DB/Quest: Take the letterRushor
#closes 12775
2015-03-15DB/SAI: Scarlet InitiateRushor
by pete318 closes #14355
2015-03-15DB/Object: Stone of RemembranceRushor
* thx @Kittnz for providing the datas closes #14363
2015-03-15DB/Creature: Susan TillinghastRushor
closes #14356
2015-03-15DB/Creature: Expedition WardenRushor
* Events for Creatures on the 'Wyrmskull Bridge' closes #14358
2015-03-15DB/Quest: Disrupt Their ReinforcementsRushor
* Flameevent for Portals closes #14359
2015-03-15DB/Creature: Spirit of SathrahRushor
closes #14360
2015-03-15DB/Creature: Dread TacticianRushor
closes #14361
2015-03-15DB/Creature: Senetil SelarinRushor
closes #14364
2015-03-15DB/SAI: Tortured SkeletonRushor
closes #14367
2015-03-15DB/Quest: The Escape + Collecting KelpRushor
2015-03-15DB/SQL: Rename SQL to 2015_03_15_01_world.sqlRushor
2015-03-15Merge pull request #13997 from Rushor/malfurionRushor
Scripts/SunkenTemple: Add Eventsupport for NPC: Malfurion Stormrage