aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2015-10-12Core/Battle.net: Fixed warnings about uninitialized valuesShauren
2015-10-12Core/Battle.net: Fix "comparison of integers of different signs" warningNaios
2015-10-10Core/Battle.net: Updated packet enums and added new build dataShauren
2015-10-09Update bnetserver.conf.distSean Rhone
- New line for consistency - Same as https://github.com/TrinityCore/TrinityCore/pull/15628 only for 6.x
2015-10-07Core/Bnetserver: Fixed copypaste mistake for packet namesShauren
2015-10-06Core/Bnetserver: Fix warnings caused through non virtual destructors.Naios
2015-10-06Core/Battle.net:Shauren
* Changed packet structures to mirror client names * Simplified ToString Building * Removed deprecated structures World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm)
2015-10-05CMake: Fix bad generation of "revision_data.h" not including MYSQL_EXECUTABLE.Naios
* was caused through invoking "FindMySQL" after using ${MYSQL_EXECUTABLE}. * better re-run CMake if you are affected by the mysql exe wasn't found issue. (cherry picked from commit 45a60c2d22a93f6196491a0eb0478d05795e310f)
2015-10-05Core/Updater: Fix mysql in path check/search.Naios
(cherry picked from commit a561edefb90af25864aeb7ca7fc48fe0364df765)
2015-10-05Core/World: Store account id in CharacterInfo to reduce the amount of ↵Shauren
database queries
2015-10-05Core: fixed warning introduced in last commitjoschiwald
2015-10-04Core/Misc: removed some useless map checksjoschiwald
2015-10-04Core/Battle.netShauren
* Updated game account flags * Fixed infinite loop in ReadFourCC if value in packet was 0 * Corrected ClosingReason enum in ConnectionClosing
2015-10-03Core/Players: Added missed changes to previous commitShauren
2015-10-02Core/Players: Removed db queries from friend packet buildersShauren
2015-10-01Core/Conditions: Fixed a typoZedron
Fixed a typo which caused implicit target conditions to only be applied to the first effect bug was introduced in 926a37a
2015-09-30Core/Transports: Fixed accessing deleted instance transportsShauren
Thanks @jackpoz for valgrind log and @pete318 for reproduction steps Closes #15633
2015-09-29Core/Players: Fixed automatic learning skills gained from learning spells ↵Shauren
when leveling Closes #15391
2015-09-28Warning fixShauren
2015-09-28Core/Maps: Moved corpse management to map levelShauren
2015-09-27Core/Player: Changed ranged weapons to be equipped in main hand slot instead ↵Shauren
of no longer used ranged slot Closes #14675 Closes #15296
2015-09-26Core/Updater: fixed host parameter is being ignoredjoschiwald
2015-09-26Build fixShauren
2015-09-26Core/Updater: Pipe mysql process output into worldserver logShauren
2015-09-25Core/Server: Fix address of array '...' will always evaluate to 'true' warning.Naios
* fix a magic number. * ref adf6d968edc5027efd5ff4a26186e6
2015-09-25Core/Creature: Better formations implementationAokromes
By Malcrom (cherry picked from commit f84655cac7e2fd669c85b1c7eca84aa92ad271b9)
2015-09-25Merge pull request #15587 from Pirricli/patch-1Aokromes
minor typo (cherry picked from commit 2eafbe6bf089cea3c6fe3cfd611e08f83e36f930)
2015-09-25Merge pull request #15538 from pete318/combat_bugCarbenium
Combat with distant creatures (Mk II) (cherry picked from commit a40d855337bd29f55d898fb5213af92abd5b43a1)
2015-09-25Merge pull request #15582 from mthsena/3.3.5Duarte Duarte
Config: Typo/Cosmetic changes (cherry picked from commit 07204140428886f5071cfe3a14dd5d50988268b2)
2015-09-25Merge pull request #15579 from M-Pan/3.3.5Duarte Duarte
Config ; Minor Typo (cherry picked from commit 7c4dd4059e69e062b60b34d49e1970e4b0d99cd5)
2015-09-25Merge pull request #15577 from M-Pan/3.3.5Duarte Duarte
Revise MaxPrimaryTradeSkill comment Closes #15575 (cherry picked from commit f7e9acb6edc5c87c95ab2d4ac30394226fa7d215)
2015-09-25Core/Creature: Fixes Issue with Formations with 2 waypointsAokromes
By Malcrom (cherry picked from commit 75842fb1a5fbae8fead8242656364580c33ead12)
2015-09-25Merge pull request #15554 from MrSmite/AHBot_BuyerShauren
Fix AHBot Buyer to stop counting own auctions (cherry picked from commit 811b557b3b352ba7c1b85e289bcadcf9ff103f06)
2015-09-25Core/Creature: Fix formations to prevent crossoverAokromes
By Malcrom (cherry picked from commit 57fabc78e42ad7b511ae66d12fbb824d2c8e75ee)
2015-09-25Core/PacketIO: Updated and enabled SupportTicketSubmitComplaint, ↵Shauren
SupportTicketSubmitSuggestion
2015-09-25Merge pull request #15503 from Treeston/3.3.5-patchwerkShauren
Creature/BossAI/Patchwerk: Fix Hateful Strike behavior (cherry picked from commit ce2aa49715860dc2c819d686d8242a113c0b6046)
2015-09-25Scripts/Naxxramas:treeston
Fixed bugs with Sapphiron encounter: - Sapphiron will now properly re-engage if the previous attempt ended while he was in flight. - Sapphiron will now properly be hovering while in the air phase instead of standing idly on the ground. - Move Frost Resistance achievement check from custom script to spell 60539 (Sapphiron Achievement Check), thanks to @Shauren for the heads up. (cherry picked from commit a90ae075c9de330b40d570aa172708486c0566c4)
2015-09-25Scripts/Ulduar: Fix issue reported by static analysisjackpoz
Coverity defect ID: 1316690 (cherry picked from commit 4cdab0cdcb7081d3b99736a189f7e8a9280fda59)
2015-09-25Merge pull request #15452 from Treeston/3.3.5Duarte Duarte
Core/Unit: Allow mounting for certain transformations (cherry picked from commit 6cdfe9dc095bd19ea495c22cb41cd82f1212b6cd)
2015-09-24Core/Spells: Fix crash happening when using items to cast spellsjackpoz
Fix a crash happening when using items casting spells like Item ID 37198 Fix #14900 (cherry picked from commit 166e66cc06d418b94e14abb30dea6a76ba9edce2)
2015-09-24Core: Fix buildCarbenium
2015-09-24Core/Dungeon Finder: Fix groups queuing broken by ↵jackpoz
1e71aba2ee656a8407dec63a69d0879e16a070e2 Fix queuing in LFG with 5-men groups leaving the party in queue forever, caused by group GUID being added to list of party members. (cherry picked from commit 42a71133fa32a1414dc52241c99430178b24422e) Conflicts: src/server/game/DungeonFinding/LFGQueue.cpp
2015-09-24Core/Dungeon Finder: Improve ".lfg queue debug" commandjackpoz
Log roles of every combinations in ".lfg queue debug" output (cherry picked from commit 16e9882aa86186d85bb2cb9d2b8fbb6165c2fe96)
2015-09-24Core/Chat: Allow to sanitize | characters when sending messages to clientsjackpoz
Add an optional parameter "escapeCharacters" to ChatHandler::SendSysMessage() to properly escape | character, otherwise it might freeze the client. (cherry picked from commit 7c91984a64c2f78ad17153018a42926dfcf0ae59)
2015-09-24Core/Dungeon Finder: Remove disconnected players from LFG queuejackpoz
Fix LFG queue issues by removing disconnected players from LFG queue and their party with them. (cherry picked from commit b7f9836d223925802115f45ad2c2c7eeb9bb00a4)
2015-09-24Core/Dungeon Finder: Add LFG roles of group members in LFG logsjackpoz
This changes logs like "(1|18)" to "(1 Healer, Dps|18 Tank, Healer, Dps)" (cherry picked from commit 1e71aba2ee656a8407dec63a69d0879e16a070e2)
2015-09-24Merge pull request #15385 from Tonghost/3.3.5joschiwald
Core/Scripts: Remove duplicate code (cherry picked from commit 5c68223ab60bd0206b90b48e86275c0af79d5097)
2015-09-24Scripts/Ulduar: fixed sara get killed by guardians of yogg saronjoschiwald
(cherry picked from commit 2b21fbb58e6b213cf26706dd0dd368b2ea4a92b3)
2015-09-24Core/Unit: Do not remove aura with interrupt flag ↵StormBytePP
AURA_INTERRUPT_FLAG_NOT_UNDERWATER when already flying (cherry picked from commit 70f029fd0abf28ce7d1b2c0abc3db7a541d8c448)
2015-09-24Core/Battleground: Fix issue reported by static analysisjackpoz
Coverity defect IDs: 1193415 (cherry picked from commit c67118f909fee1ed489e3125cb85f3a8179c1a43)