aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-03Merge pull request #14424 from Rushor/RampartAokromes
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
2015-04-03Merge pull request #14083 from Gooyeth/3.3.5_sample_satisfactionDuarte Duarte
Core/Spells: Fixed Sample satisfaction not entering combat
2015-04-03DB/Misc: Depreciated QuestsDr-J
Disable some quests which had not been takable on retail since patch 1.8 when Korrak was removed from Alterac Valley, these quests later became completable after patch 3.0.2 but only if player still had quest in log from before was removed * The Legend of Korrak * Korrak the Bloodrager * The Return of Korrak * Korrak the Everliving
2015-04-03Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in ↵click
commit 16179f8
2015-04-03DB/Misc: Fix startup errorsAokromes
2015-04-02DB/NPC: Legion Hold scripts and eventDr-J
By @Killyana Closes #14488
2015-04-02DB/Misc: Missing Spawns & GossipDr-J
Missing spawns and gossip menus for Karazhan Chess (note this encounter still is not scripted) this adds the missing npcs and gossip menus for these npcs, Adds missing data for https://github.com/TrinityCore/TrinityCore/issues/7938 but does not close it.
2015-04-02Core/SAI: fix typoMitchesD
(cherry picked from commit 9ed21eb5b176986dd73c2a467e665fe449499155)
2015-04-02Core/Database: Remove va_list from PreparedStatement::PAppend.Naios
2015-04-02Core/World: Remove va_list from World::RecordTimeDiff.Naios
* also split it in ResetTimeDiffRecord() and RecordTimeDiff() to avoid passing of null values.
2015-04-02Core/Database: Remove va_args from DatabaseWorker::Execute methods.Naios
* Also delegate SQLQueryHolder::SetPQuery into SetQuery.
2015-04-02Dep/CppFormat: Update cppformat to cppformat/cppformat@aab64b55a4c5db5Naios
* fixes argument limit, argument count is unlimited now.
2015-04-02Core/SAI: fix merge conflictMitchesD
it's good to use CTRL + S
2015-04-02Core/SmartScripts: added SMART_ACTION_SET_COUNTER and SMART_EVENT_COUNTER_SETMitchesD
as per request of DB developers (cherry picked from commit 23b1c042adbe3a460457aa11f017c90e6600bfa2) Conflicts: src/server/game/AI/SmartScripts/SmartScript.h
2015-04-02Core/Packet: Correction to packetsize for SMSG_WEATHERclick
2015-04-01DB/Waypoint: Add missing paths for Silvermoon GuardiansKittnz
Closes #14484
2015-04-01DB/Quest: Thirst Unending as DKAokromes
By Killyana, closes #10389
2015-03-31Rename sql/updates/2015_03_30_03_world.sql to ↵Aokromes
sql/updates/world/2015_03_30_03_world.sql
2015-03-31DB/Quest: Unsealed ChestDr-J
By @Foldor Closes #14416
2015-03-30DB/Misc: Winter Jormungar / snow moundDr-J
by @Killyana closes #14428
2015-03-30DB/Creature: SinestraDr-J
By @Killyana Closes #14467
2015-03-30DB/Quest: Lord Illidan StormrageDr-J
By @Killyana Closes #467
2015-03-30Core/Misc: Remove unused headersleak
2015-03-30Core/Entities: Add player name and ID to GetXPrestBonus calculation-logclick
2015-03-29Core/Dungeon Finder: Allow to execute "lfg" commands from consolejackpoz
2015-03-29Fix non-pch build.Gacko
2015-03-29Core/Logger: Add basic account-info to addon-scans to make them a little bit ↵click
more useful (@Aokromes, you can stop asking for this now...)
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-29Core/Database: Return an unknown error code instead of false (0) if ↵Naios
mysql_init failed. * Thanks @et65 for noticing. * ref #14139 (cherry picked from commit 83bbe00785a7ee7c8141d83bfe94a1415466c64d)
2015-03-29Core/Database: Fix a mistake in 54ee5267244acac16Naios
* Also use proper errno instead of 0 when reconnecting. * Thanks @et65 for reporting * ref #14139 (cherry picked from commit 47410157b1d1e51062732696ad5f457a69019ef4)
2015-03-28Core/Log: Improve creation of log prefixes.Naios
* this also fixes non whitespace seperated timestamps in logs after 95ebe4f31cba6b4772cfd19 @Aokromes * remove an unnecessary stringstream in Log::outCommand * delete copy constructor of LogMessage to prevent unwanted copies (cherry picked from commit a2e280c8a8478bbe0652c1850b1a435abba79f93)
2015-03-28Core/Log: Fix linker errors that occur on msvc 12 lower then update 4Naios
* http://stackoverflow.com/questions/4891067/weird-undefined-symbols-of-static-constants-inside-a-struct-class * http://www-01.ibm.com/support/knowledgecenter/SSGH3R_8.0.0/com.ibm.xlcpp8a.doc/language/ref/cplr038.htm%23cplr038 * closes #14463 * ref #14317 (cherry picked from commit 9b0b1185e4f9eb48cd16237f7622204687b9c01a) Conflicts: src/server/game/Server/WorldSocketMgr.cpp
2015-03-28Core/Database Improve commit 39bdd06446dcNaios
* found a better way where no cast is needed. * ref #14430 (cherry picked from commit 54ee5267244acac16e4b56342e64c0235ee0599b)
2015-03-28DB/Creature: Fixing a minor error on Elrodan and Aurosalia eventAokromes
By Killyana, closes #14465
2015-03-28DB/Misc: Fix startup errorsAokromes
By Killyana, updates #13707
2015-03-27Core/Script: Fix non-PCH buildclick
2015-03-27Core/Database: Prepare statements at reconnect.Naios
* Closes #14430 (cherry picked from commit 39bdd06446dc8ae6f19e017e4390bd2aa7834d03)
2015-03-26DB/Misc: Slight update to commitDr-J
This does not make any difference but fixes a error with a bad delete statement when trying to re-apply.
2015-03-26DB/Misc: Quest end scriptsDr-J
Script quest complete scripts for: - * Kael'thas and the Verdant Sphere * The Fall of Magtheridon (Horde and Alliance)
2015-03-26Rename 2015_02_15_14149.sql to 2015_03_26_01_world.sqlMitchesD
2015-03-26Merge pull request #14149 from Rushor/EndingMitchesD
Scripts/Bloodmyst Isle: Script Quest: Ending Their World
2015-03-26DB/Instance: Waypoints and corrections in UldamanAokromes
By Kittnz, closes #14447
2015-03-26DB/Creature: Spawn some 'Shakers' (3.3.5)Rushor
* by @Aokromes
2015-03-25DB/Quest: The Secret CompromisedDr-J
Script turn in event
2015-03-25Scripts/Spells: implement some eject passenger spellsjoschiwald
(cherry picked from commit 766eb599ea5e7629ac7a98cf914d2877093a14fd)
2015-03-25Core/Creature: fixed trigger visibility of vehiclescr4st
(cherry picked from commit 5cee106524d8d7e0048270042be9fd02ce399a21)
2015-03-25Rename 2015_02_06_14_world.sql to 2015_03_25_01_world.sqlMitchesD
2015-03-25Merge pull request #14048 from Rushor/WorgenMitchesD
Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and Transformation
2015-03-25Update 2015_03_25_00_world.sqlAokromes