aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-04-06Core/Misc: MSVC /W4 warning fixesShauren
2016-04-05Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-04-05Core/Misc: MSVC warning fixesShauren
2016-04-02Core/Util: Add a missing includeCarbenium
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-26Core/Common: Moved MessageBuffer to commonShauren
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-19CMake: Use inherited dependencies in common and toolsNaios
2016-03-19Core/Crypto: Renamed SHA1Randx/WardenKeyGeneration and made it a template classShauren
2016-03-16Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8cNaios
2016-03-11Core/Common: Generalize platform specific includes in common/PlatformNaios
2016-03-11Core/Common: Move singleton instances into compilation unitsNaios
2016-03-03Core/Misc: fix buildMitchesD
2016-03-03Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
2016-02-27Core/Logging: fixed default logger (partial reverts 0904858624297bb6098bde7d2...joschiwald
2016-02-23Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...Shauren
2016-02-22Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before p...Shauren
2016-02-21Core/Common: Add a generic config helper to access built-in overwriteable paths.Naios
2016-02-19Core/Networking: Rewrite networking threading modelShauren
2016-01-30Collision/MMap: Fix a memleak reported by valgrindCarbenium
2016-01-23Core/Misc: Added safeguard against generating invalid selection weight data i...Shauren
2016-01-09Core/Misc: Build fix for clang & libc++Shauren
2016-01-03Core/Utilities: Fix build in some versions of Ubuntu / GCCDDuarte
2016-01-02Core/Misc: Build fix for older gccShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-12-27Core/Misc: VS 2013 build fix - horrible hack.Shauren
2015-12-26Build fixShauren
2015-12-24Core/Utils: Moved rng functions to separate header and added utility function...Shauren
2015-12-12Merge pull request #15912 from Treeston/3.3.5-urandmsjackpoz
2015-11-24Core/MMaps: Fixed mmap loadingZedron
2015-11-15Core: Revert failVincent-Michael
2015-11-15Core: Added missing overridesVincent-Michael
2015-11-13Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...Shauren
2015-10-25Core/Conditions: Optimizations part 1 - use containers more suited for their ...Shauren
2015-10-25Core/Conditions: Type renamingShauren
2015-10-17Warning fixesShauren
2015-10-17Core/Tools: Fix brutal linking in mmaps extractor.Naios
2015-10-16Core/Crash reporting: Fixed windows version detection for 8.1 and newerShauren
2015-09-24Core/Misc: Fix issues reported by static analysisjackpoz
2015-09-21Partially revert "Core/Build: Added missing abort() calls on error handlers"Shauren
2015-09-21Core/Build: Added missing abort() calls on error handlersStormBytePP
2015-09-21Core/Build: Add Trinity::Abort definition in header fileStormBytePP
2015-09-21Fix a typoStormBytePP
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-09-19Core/Misc: Added a few stl header includes to Common.hShauren
2015-09-13Core/Players: Changed multi-segment taxi paths to fly nearbyShauren