aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2015-07-23Fix non pch build for Visual Studio 2015 compilerVincent-Michael
2015-07-22Core/Misc: Add a few consts to methodsDDuarte
2015-07-22Fix non pch build.Gacko
2015-07-22Core/Utilities: Add std::chrono::duration overloads to EventMap.Naios
2015-07-22Core/Database: Enable perfect forwarding for database format calls.Naios
2015-07-22Core/Logging: Enable perfect forwarding for logging format and args.Naios
2015-07-21Core/Utilities: Move EventMap into its own source file.Naios
2015-07-21Core/Utilities: Forward parameters of StringFormat correctly to fmt::sprintf.Naios
2015-07-21Core/Utilities: Remove global using of std::chrono namespace.Naios
2015-07-21Core/Utilities: Seperate std::chrono::duration typedefs into its own file.Naios
2015-07-21Core/Misc: Fixing warnings detected by Visual Studio 2015 compilerShauren
2015-07-15Core/Threading: Clarified comment on ProducerConsumerQueue::WaitAndPopShauren
2015-07-12Core/Players: Fixed power slot orderingShauren
2015-07-11Core/Players: Fixed glyph slotsShauren
2015-07-08Core/Support: Drop parts of the support system since Blizz switched to a brow...Carbenium
2015-07-08Core/DataStores: Dropped a silly build 12880 check in db2 loader (it's a cata...Shauren
2015-07-07Core/DataStores: Updated dbc/db2 structures to 6.2.0Shauren
2015-07-04Core/DataStores: Removed CreatureSpellData.dbc, it is not used anymoreShauren
2015-07-04Core/DataStores: moved GameTables to separate method and load them from DB2MitchesD
2015-06-30Core/Updater: Fix mysql cli password prompt when password is empty.Naios
2015-06-30Core/Utilities: Fix callback invokation when there are no tasks present.Naios
2015-06-26Core/CrashHandler: Make crashhandler tread-safejackpoz
2015-06-21Core/Utilities: TaskScheduler: add a task validator and on update success cal...Naios
2015-06-21Core/Updater: Fix a wrong formatter introduced in 0d095109eec31Naios
2015-06-21Core/Threading: Fixed possible data races after making auth queries async by ...Shauren
2015-06-20Core/Updater: Add some info about the count of applied updates.Naios
2015-06-20Core/DBLayer: Sprinkle some async magic on worldserver auth/session load processShauren
2015-06-13Core/Misc: Warning fixesShauren
2015-06-12Core/DBLayer: Correct Battle.net CheckPasswordDJScias
2015-06-03Core/Shared: Hide the internal shared_ptr of the TaskContextNaios
2015-06-01Core/CrashHandler: Log STACK_OVERFLOW crashesjackpoz
2015-05-31Shared/Util: Introduce a task scheduler which schedules task with c++11 techn...Naios
2015-05-30Merge pull request #14782 from doctaweeks/fixes-for-6.xMitchesD
2015-05-30Core/DBLayer: proper 6x account unbanDJScias
2015-05-28Core/Updater: Fix issues when connecting through unix sockets.glkrlos
2015-05-27Remove unnecessary semicolonsDaniel M. Weeks
2015-05-22Core/Garrisons: Implemented follower class/spec abilities and saving them to ...Shauren
2015-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
2015-05-17Core/Garrisons: Initial work on garrison followersShauren
2015-05-08Core/Garrisons: Basics for garrisonsShauren
2015-05-02Core/Networking: Fixed possible msvc debug assertions in vectorShauren
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-04-27Core/Misc: Use boost::in_place() to initialize optionals.Naios
2015-04-27Core/Util: Fixed flag128 and removed flag96 - previously if flag128 and flag9...Shauren
2015-04-26Core/Misc: Replace tc's optional with boost::optional.Naios
2015-04-24Core/Log: Fix newlines when using dynamic log namesNaios
2015-04-24Core/Socket: Removed unused synchronous read methodShauren
2015-04-21Core/Player: Added character templatesCarbenium
2015-04-20Removed unused includeShauren
2015-04-20Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren