aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-29DB: Fix startup errorsKittnz
(cherry picked from commit 82c0a074b4a3dd696646e507d4b39f3b5e03cbe3)
2016-03-29SQL import fixShauren
2016-03-29Spell facing follow-up: Fix an issue with creatures' channeled spells not ↵treeston
cancelling properly in certain conditions (cherry picked from commit 17f924a031e5ebbbc07a54acd61e738bf234867a)
2016-03-29DB/Creature: Risen Wintergarde Miner & Risen Wintergarde DefenderKittnz
- Delete all existing spawns & respawn both npc's - Pathing added to Risen Wintergarde Defender - Miner still needs SAI! Updates #16306 (cherry picked from commit e4fef200ec8519f90bcc2f3914e5c0ed59eb5d3c)
2016-03-29DB/Zone: The ExodarKittnz
- Add missing waypoint & spawns for Exodar Peace Keepers & Worker (could use some SAI scripting) (cherry picked from commit 670c0466d6a086bb5aa1ff0d00e24f5ddabb4bb9)
2016-03-29DB/Instance: The Temple of Atal'HakkarKittnz
- Add waypoints for Hazzas & make Morphaz follow him (cherry picked from commit 7162d94d3cd1a2384efb40583dfe699a20f10ea3)
2016-03-29DB/Creature: Ethereum JailorKillyana
Closes #10379 (cherry picked from commit ef61bb55542d54002bfe193ec5beee9f4ba94b4d)
2016-03-29Merge branch '3.3.5-spellfacing' into 3.3.5-base (PR #15641)treeston
(cherry picked from commit 233297c5c8619af96e2aab4fa5ef6d205b5dc18a)
2016-03-29Scripts/Shadowmoon Valley: Dragonmaw PeonSaben65
Fixes issue where NPC does not attack, even when aggro'd. Fixes #16210 Closes #16204 (cherry picked from commit ad425f9f17502772289dd18ef6b74dc465556221)
2016-03-29Merge remote-tracking branch 'velinath/sai-migrations' into 3.3.5-basetreeston
(cherry picked from commit e203d78d2a6daa2dc28fc41769e416753a10c08c)
2016-03-29DB/Creature: Vyragosa/TLPDtreeston
- Fix linked pool spawn - Fix respawn time to be 6h (instead of current 25sec) Closes #7683. (cherry picked from commit d412f2d6d3e4a517de5cdb7ed5a7e33d0575d77f)
2016-03-28Core/PacketIO: Properly send normalized realm namesDDuarte
Ref #14949
2016-03-28Core: Fixed VS 2013 buildShauren
2016-03-28Core/Commands: Prevent creating accounts containing '@' character with ↵Shauren
.account create command
2016-03-28Clang build fixesShauren
2016-03-28Build fixesShauren
2016-03-28Core: Updated to 6.2.4Shauren
* Rewrite bnetserver for new authentication protocol
2016-03-28Core/PacketIO: Updated remaining packet structures and enums appearing in ↵Shauren
packets
2016-03-28Core/Config: Remove references to Arena.QueueAnnouncer.PlayerOnly which ↵DDuarte
hasn't been used since 3dd6fdedf739ac87fa9da9a294bdc9ffdca28441 Ref #16859 (cherry picked from commit 5f3262ff19e5c92b6ff3f885e38c973ca40dc7bc) # Conflicts: # src/server/game/World/World.cpp
2016-03-28Typo fix 423bded9a61e3f1c51ba00327898126c4e3a3f53DDuarte
2016-03-28Core/AHBot: Add missing AuctionHouseBot.Class.CLASS.Allow.Zero to configDDuarte
Ref #16859 (cherry picked from commit 92be9ad7ad087328210773bfc24ec99d99cae1fb)
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg ↵DDuarte
instead of config AuthSocketMgr doesn't need "Network.Threads" config Fixes "Missing name Network.Threads in config file authserver.conf" Ref #16859 (cherry picked from commit 980f28d2ce099f524abdb6faed3fe59ce4c0963a) # Conflicts: # src/server/authserver/Server/AuthSocketMgr.h # src/server/game/Server/WorldSocketMgr.cpp
2016-03-27Core/Startup: Warn when a config key isn't found in the config filesDDuarte
Example: "Missing name Guild.SaveInterval in config file worldserver.conf, add "Guild.SaveInterval = 15" to this file"
2016-03-27Tools/Connection patcher: Updated for 6.2.4.21355Shauren
2016-03-27Core/PacketIO: Corrected severeal movement opcode valuesShauren
2016-03-27DB/Misc: fixed SAI of few Wandering Isle mobs after re-guid processMitchesD
2016-03-27Add missing GAME_API exportsRochet2
(cherry picked from commit 2348613f7b80dfc773d545f712df68fcf046c3f5)
2016-03-26Contrib: Updated protoc plugin to generate service classes suitable for ↵Shauren
dynamic linking
2016-03-26DB/Misc: Blood elf start location / Sunstrider isleKillyana
Closes #16498 By @msoky
2016-03-26Core/Networking: Added SslSocket wrapper for boost::asio::ssl::streamShauren
2016-03-26Dep/gsoapShauren
* Added httpget and httppost plugins * Compile with ssl support
2016-03-26Contrib: Added .bat file with commands to generate protobuf sources using ↵Shauren
the plugin
2016-03-26Clang build fixShauren
2016-03-26Core/Shared: Added generated protobuf sourcesShauren
2016-03-26Core/Common: Moved MessageBuffer to commonShauren
2016-03-26Core/Misc: Moved RealmList to sharedShauren
2016-03-26Contrib: Added sources of the protoc plugin used to generate servicesShauren
2016-03-26Dep: Added google protobufShauren
2016-03-25Rename 2016_03_08_00_world.sql to 2016_03_25_00_world.sqlMitchesD
2016-03-25Merge pull request #16750 from Lopfest/SpellMitchesD
[6.x] Core/Spell: changed target of spell 102445 Summon Master Li Fei
2016-03-25Core/PacketIO: Updated packet structures to 6.2.4.21355Shauren
2016-03-24Core/Networking: Updated packet headers for 6.2.4Shauren
2016-03-24Core/PacketIO: Updated opcode values to 6.2.4.21348 and disabled packets ↵Shauren
that had their structures changed
2016-03-24Core/Game: Fix Tremor Totem in LoS6.2.3/20886Nertx
* Closes #15012 Signed-off-by: Naios <naios-dev@live.de> (cherry picked from commit c9751eb1f822df6a92b7820328a7b7f025d0c997)
2016-03-24Core/AI Remove Reset() call from JustRespawned() hooksirikfoll
* Not needed, and causes trouble when using _DespawnAtEvade() * Closes #16786 (cherry picked from commit acf66813537385c34b620fc5f970d2df35a73d60)
2016-03-24Dep: Add efsw (entropia file system watcher)Naios
* Uses system API's which reduces the overhead instead of checking periodically for changes. * Will be used in the hotswap system to reload shared libraries on changes.
2016-03-24Merge pull request #16827 from DJScias/connectionpatcherShauren
Tools/ConnectionPatcher: patch 'versions' by default to prevent auto-…
2016-03-24Core/Game: Fix the no PCH buildNaios
* Ref cd777f97a18
2016-03-24Core/Game: Fix the clang build when building shared librariesNaios
* Hackfix to solve an unresolved issue in clang that the visibility flag is ignored in some explicit template specializations. * See https://llvm.org/bugs/show_bug.cgi?id=24815 * See https://llvm.org/bugs/show_bug.cgi?id=23667
2016-03-24Core/Scripts: Link the script project always staticallyNaios