aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2016-03-12Core: Added missing overridesVincent-Michael
2016-03-12Core/Misc: Partial port of d9f1d6466dbb16fdbc792fe42a92c18ec29dfb48 (refactor...Shauren
2016-03-11Core/Common: Generalize platform specific includes in common/PlatformNaios
2016-03-11Core/Common: Move singleton instances into compilation unitsNaios
2016-03-01Util/Random: Add randtime(Milliseconds const&, Milliseconds const&) to supers...treeston
2016-02-27Scripts/Spells: Glyph of Arcane Shot is affected by own debuffs on target onlyjoschiwald
2016-02-27Core/Logging: fixed default logger (partial reverts 0904858624297bb6098bde7d2...joschiwald
2016-02-22Core/Common: Add a generic config helper to access built-in overwriteable paths.Naios
2016-02-20Core/Networking: Rewrite networking threading modelShauren
2016-02-09Core/Utils: Moved rng functions to separate header and added utility function...Shauren
2016-01-22Core/Util: Add a missing includeCarbenium
2016-01-01Update copyright note for 2016Rushor
2015-11-28Core/Util: Add a urandms(min,max) helper to make urand(min*IN_MILLISECONDS, m...treeston
2015-11-14Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...Shauren
2015-11-07Core: Whitespace cleanupVincent-Michael