aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-05-11Core/Misc: Remove uses of std::aligned_storage (deprecated in future c++ stan...Shauren
2022-05-09Core/Logging: Remove string allocations for logs that are not going to be loggedShauren
2022-05-06Core/Crypto: Fixed EVP_PKEY reference counting for copied objectsShauren
2022-05-03Codestyle fix - remove empty linesShauren
2022-05-03Core/Crypto: Fix nopch buildShauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-05-03Core/Misc: Prefix include guard to avoid possible conflict with external libraryShauren
2022-04-18Core/Vmaps: Use provided invDirection from G3D::Ray instead of calculating it...Gosha
2022-03-13Core/Config: Implement config override with env vars (#26811)Anton Popovichenko
2022-03-11Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2022-03-11Common/Misc: Replace old macros with modern C++ attributes (#26613)Giacomo Pozzoni
2022-03-09Core/Utilities: Fixed child process console output being incorrectly cut off ...Shauren
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2022-03-08Core/Console: Fix uninitialized variableShauren
2022-03-08Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2022-03-06CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...Giacomo Pozzoni
2022-03-05Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...Mikhail Redko
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-27Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICSAokromes
2022-02-16Build: Partial support for clang-clShauren
2022-02-14Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and r...Shauren
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-11Core/Misc: common PCH tuningShauren
2022-02-11Core/Utils: Corrected included files in Containers.hShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-10Core/Utils: Made bool conversion operator of FlagsArray explicitShauren
2022-02-09Core/Utils: Extract template base class out of flag128Shauren
2022-02-05[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2022-02-05Dep/fmt: update fmt library to 7.0.3Winfidonarleyan
2022-02-05Core/ChatCommands: make ExactSequence more readableTreeston
2022-02-05Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2022-02-04Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2022-02-04Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04Core/Config: Restore ability to load additional config files for custom scriptsShauren
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-04Common/Utilities: Make StringTo<bool>'s signature match that of the other int...Treeston
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Common/Utilities: Properly read std::from_chars documentation and check for o...Treeston
2022-02-04Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2022-02-04Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
2022-02-04Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...Treeston
2022-02-04Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined b...Shauren
2022-02-03Core/Util: Added another template utility - find_type_ifShauren
2022-02-03Core/Util: Added new utilitiesShauren
2022-02-03Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2022-01-26Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2022-01-26Core/Warden: Warden refactors (PR #25235)Treeston
2022-01-26Core/Misc: Fix Windows 32 bits buildjackpoz
2022-01-26Core/CrashHandler: Skip logging stack trace of the thread writing the crash l...Shauren