aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-09-13Common/Utilities: More std::chrono overloads for EventMap. Specifying 2 std::...treeston
2016-08-29Core/Define: Remove the conditional macro for constexpr.Naios
2016-08-29Core/Common: Correct the linking of localeNamesNaios
2016-08-17Tools/MMapGenerator: Avoid saving uninitialized padding bytes to diskjackpoz
2016-08-08Common/Common: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-08Core/Common: Converted the common library to a shared library.Naios
2016-08-06Common/Utilities: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-06Core/Utils: Added additional argument to Tokenizer class to make it behave li...Shauren
2016-08-04Common/Threading: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-04Common/Logging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-04Common/Debugging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-03Common/Crypto: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-03Common/Maps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-03Common/Maps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-03Common/MMaps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-07-16Core/Misc: remove unused function prototypeariel-
2016-07-03Core/EventProcessor: Check whether an event was aborted before aborting it.Naios
2016-07-03Core/Crash reporting: Better handle max nesting level settingjackpoz
2016-07-03Core/EventProcessor: Wait for non deletable events to get deletable.Naios
2016-06-23Core/Common: Add the linkage type to the version stringNaios
2016-06-04Core/VMaps: Fix some vmap height edge casesjackpoz
2016-06-04Implement real time statistic visualization (#16956)Duarte Duarte
2016-05-24Core/Containers: Warning fixes and RandomResizeList with predicate optimizationShauren
2016-05-10Core/Game: Remove some unnecessary export macrosNaios
2016-05-10Core/Common: Move the query callback header to the database projectNaios
2016-04-30Core/Utilities: Inherit env vars when starting external processesNaios
2016-04-26Core/Misc: Use steady_clock instead of system_clock for calculating ms timers...Shauren
2016-04-24Core/Utils: replaced std::random_shuffle with our own implementation using SF...joschiwald
2016-04-23Core/Common: Fix a std::string -> char* -> std::string conversionNaios
2016-04-18Core/Scripting: Use the path of the worldserver executable to search for the ...Naios
2016-04-17Core/Cryptography: Move the SHA1 calculate helper to the SHA1 headerNaios
2016-04-11Core/Common: Capsule boost process into helper functionsNaios
2016-04-11Core/Misc: Replace tc's optional with boost::optional. (very partial cherry-p...Naios
2016-04-09Core/Misc: MSVC /W4 warning fixesShauren
2016-04-09Core/Misc: MSVC warning fixesShauren
2016-04-09Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-04-09Core/Common: Moved MessageBuffer to commonShauren
2016-03-31Core/Config: Fix 3 more missing config warningsDDuarte
2016-03-31Core/Config: Error logging for ptree_bad_dataDDuarte
2016-03-27Core/Startup: Warn when a config key isn't found in the config filesDDuarte
2016-03-24Core/Common: Converted the common library to a shared library.Naios
2016-03-24Core/Build: Add the possibility to link libraries dynamically.Naios
2016-03-21Core/Util: Extracted GetPID to separate functionShauren
2016-03-18CMake: Use inherited dependencies in common and toolsNaios
2016-03-16Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8cNaios
2016-03-12Core/Misc: fix buildMitchesD
2016-03-12Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
2016-03-12Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...Shauren
2016-03-12Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before p...Shauren
2016-03-12Core: Revert failVincent-Michael