| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-29 | DB/Creature: Vyragosa/TLPD | treeston | |
| - Fix linked pool spawn - Fix respawn time to be 6h (instead of current 25sec) Closes #7683. (cherry picked from commit d412f2d6d3e4a517de5cdb7ed5a7e33d0575d77f) | |||
| 2016-03-28 | Core/PacketIO: Properly send normalized realm names | DDuarte | |
| Ref #14949 | |||
| 2016-03-28 | Core: Fixed VS 2013 build | Shauren | |
| 2016-03-28 | Core/Commands: Prevent creating accounts containing '@' character with ↵ | Shauren | |
| .account create command | |||
| 2016-03-28 | Clang build fixes | Shauren | |
| 2016-03-28 | Build fixes | Shauren | |
| 2016-03-28 | Core: Updated to 6.2.4 | Shauren | |
| * Rewrite bnetserver for new authentication protocol | |||
| 2016-03-28 | Core/PacketIO: Updated remaining packet structures and enums appearing in ↵ | Shauren | |
| packets | |||
| 2016-03-28 | Core/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-28 | Typo fix 423bded9a61e3f1c51ba00327898126c4e3a3f53 | DDuarte | |
| 2016-03-28 | Core/AHBot: Add missing AuctionHouseBot.Class.CLASS.Allow.Zero to config | DDuarte | |
| Ref #16859 (cherry picked from commit 92be9ad7ad087328210773bfc24ec99d99cae1fb) | |||
| 2016-03-28 | Core/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-27 | Core/Startup: Warn when a config key isn't found in the config files | DDuarte | |
| Example: "Missing name Guild.SaveInterval in config file worldserver.conf, add "Guild.SaveInterval = 15" to this file" | |||
| 2016-03-27 | Tools/Connection patcher: Updated for 6.2.4.21355 | Shauren | |
| 2016-03-27 | Core/PacketIO: Corrected severeal movement opcode values | Shauren | |
| 2016-03-27 | DB/Misc: fixed SAI of few Wandering Isle mobs after re-guid process | MitchesD | |
| 2016-03-27 | Add missing GAME_API exports | Rochet2 | |
| (cherry picked from commit 2348613f7b80dfc773d545f712df68fcf046c3f5) | |||
| 2016-03-26 | Contrib: Updated protoc plugin to generate service classes suitable for ↵ | Shauren | |
| dynamic linking | |||
| 2016-03-26 | DB/Misc: Blood elf start location / Sunstrider isle | Killyana | |
| Closes #16498 By @msoky | |||
| 2016-03-26 | Core/Networking: Added SslSocket wrapper for boost::asio::ssl::stream | Shauren | |
| 2016-03-26 | Dep/gsoap | Shauren | |
| * Added httpget and httppost plugins * Compile with ssl support | |||
| 2016-03-26 | Contrib: Added .bat file with commands to generate protobuf sources using ↵ | Shauren | |
| the plugin | |||
| 2016-03-26 | Clang build fix | Shauren | |
| 2016-03-26 | Core/Shared: Added generated protobuf sources | Shauren | |
| 2016-03-26 | Core/Common: Moved MessageBuffer to common | Shauren | |
| 2016-03-26 | Core/Misc: Moved RealmList to shared | Shauren | |
| 2016-03-26 | Contrib: Added sources of the protoc plugin used to generate services | Shauren | |
| 2016-03-26 | Dep: Added google protobuf | Shauren | |
| 2016-03-25 | Rename 2016_03_08_00_world.sql to 2016_03_25_00_world.sql | MitchesD | |
| 2016-03-25 | Merge pull request #16750 from Lopfest/Spell | MitchesD | |
| [6.x] Core/Spell: changed target of spell 102445 Summon Master Li Fei | |||
| 2016-03-25 | Core/PacketIO: Updated packet structures to 6.2.4.21355 | Shauren | |
| 2016-03-24 | Core/Networking: Updated packet headers for 6.2.4 | Shauren | |
| 2016-03-24 | Core/PacketIO: Updated opcode values to 6.2.4.21348 and disabled packets ↵ | Shauren | |
| that had their structures changed | |||
| 2016-03-24 | Core/Game: Fix Tremor Totem in LoS6.2.3/20886 | Nertx | |
| * Closes #15012 Signed-off-by: Naios <naios-dev@live.de> (cherry picked from commit c9751eb1f822df6a92b7820328a7b7f025d0c997) | |||
| 2016-03-24 | Core/AI Remove Reset() call from JustRespawned() hook | sirikfoll | |
| * Not needed, and causes trouble when using _DespawnAtEvade() * Closes #16786 (cherry picked from commit acf66813537385c34b620fc5f970d2df35a73d60) | |||
| 2016-03-24 | Dep: 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-24 | Merge pull request #16827 from DJScias/connectionpatcher | Shauren | |
| Tools/ConnectionPatcher: patch 'versions' by default to prevent auto-… | |||
| 2016-03-24 | Core/Game: Fix the no PCH build | Naios | |
| * Ref cd777f97a18 | |||
| 2016-03-24 | Core/Game: Fix the clang build when building shared libraries | Naios | |
| * 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-24 | Core/Scripts: Link the script project always statically | Naios | |
| 2016-03-24 | Core/Game: Converted the game library to a shared library. | Naios | |
| * There is still the possibility to static link against game. | |||
| 2016-03-24 | Core/Shared: Converted the shared library to a shared library ,-). | Naios | |
| * There is still the possibility to static link against shared. | |||
| 2016-03-24 | Core/Database: Converted the database library to a shared library. | Naios | |
| * There is still the possibility to static link against database. | |||
| 2016-03-24 | Core/Common: Converted the common library to a shared library. | Naios | |
| * There is still the possibility to static link against common. | |||
| 2016-03-24 | Core/Build: Enable /bigobj for most MSVC builds. | Naios | |
| * exluding 32 bit when dyynamic linking is disabled. | |||
| 2016-03-24 | Core/Build: Add the possibility to link libraries dynamically. | Naios | |
| * makes it possible to access exported singletons from other shared lib's. * reduces binary size | |||
| 2016-03-23 | Dep: Add rapidjson | Shauren | |
| 2016-03-23 | Core/Weather: Fix small weather system bug | Kittnz | |
| https://github.com/cmangos/mangos-wotlk/commit/5ef2f17 (cherry picked from commit 2df2f56f8c1cfdaf47e3e5853d7d9a80c217cc20) | |||
| 2016-03-23 | Tools/ConnectionPatcher: patch 'versions' by default to prevent ↵ | DJScias | |
| auto-updating of executables * On executable drag and drop it will find the current build number and apply the correct versions patch. * This prevents patched executables from auto-updating and causing incorrect version errors. * Also removed "-e" functionality as this change renders it obsolete. | |||
| 2016-03-23 | DB/Misc: Remove ammo | Killyana | |
| closes #16313 by msoky | |||
