index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-01T04:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2022-11-20
Core/Misc: Switch GetLocaleByName to use string_view
Shauren
2022-11-06
Core/Misc: Added noexcept to move constructors and move assignment operators
Shauren
2022-11-05
Build: Cleanup boost CMakeLists from pre-c++11 flag checks
Shauren
2022-10-13
Core/Threading: Create ThreadPool class
Shauren
2022-10-01
Core/Misc: Fix *BSD compile errors (#28287)
Lloyd Dilley
2022-09-19
Core/Misc: Changed string formatting functions to accept std::string_view as ...
Shauren
2022-09-06
Core/Crypto: Remove support for OpenSSL 1.0
Shauren
2022-09-05
Core/Debugging: Improve SymInitialize fail message (#28206)
ihm-tswow
2022-09-05
Core/Crypto: Fixed build with openssl 1.1
daMaex
2022-09-05
Core/Crypto: Fixed loading legacy openssl provider for RC4 on windows
Shauren
2022-09-05
Core/Crypto: Updated ARC4 code with openssl 3.0 support
daMaex
2022-09-02
Core/Misc: Minor refactor to std::hash specialization for std::pair to avoid ...
Shauren
2022-08-18
Core/Misc: Dynamic build fix (add missing TC_COMMON_API)
Shauren
2022-08-16
Core/DataStores: Sprinkle some constexpr on db2 meta
Shauren
2022-08-01
Core/Crypto: Removed unneccessary std::reverse in Ed25519::Sign
Shauren
2022-08-01
Core/Crypto: Added Ed25519 implementation
Shauren
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-06-17
Core/Crypto: Fixed openssl 3.0 compatibility for custom hmac_sha256 digest fo...
Shauren
2022-06-17
Core/Utils: Added helper function to make creating unique_ptr with custom del...
Shauren
2022-06-16
Core/Crypto: Fixed GenericHMAC::Finalize wth openssl 3.0
daMaex
2022-06-10
Core/Metric: Sync default Metric.Interval value
jackpoz
2022-06-10
Core/Metric: Fixed double logging metric timers
Shauren
2022-06-10
Core/Metric: Build fix for WITH_DETAILED_METRICS
Shauren
2022-06-10
Core/Metric: Minor optimizations for metrics (reducing number of allocations)
Shauren
2022-06-10
Core/CrashHandler: Support retrieving windows version names for all future ve...
Shauren
2022-05-22
Core/GameObjects: Use all axis rotations for gameobject model collision, not ...
Shauren
2022-05-11
Core/Misc: Remove uses of std::aligned_storage (deprecated in future c++ stan...
Shauren
2022-05-09
Core/Logging: Remove string allocations for logs that are not going to be logged
Shauren
2022-05-06
Core/Crypto: Fixed EVP_PKEY reference counting for copied objects
Shauren
2022-05-03
Codestyle fix - remove empty lines
Shauren
2022-05-03
Core/Crypto: Fix nopch build
Shauren
2022-05-03
Core/Crypto: Switch away from most deprecated openssl functions and removed u...
Shauren
2022-05-03
Core/Misc: Prefix include guard to avoid possible conflict with external library
Shauren
2022-04-18
Core/Vmaps: Use provided invDirection from G3D::Ray instead of calculating it...
Gosha
2022-03-13
Core/Config: Implement config override with env vars (#26811)
Anton Popovichenko
2022-03-11
Core/DBLayer: Add QueueSize() method (#26733)
Giacomo Pozzoni
2022-03-11
Common/Misc: Replace old macros with modern C++ attributes (#26613)
Giacomo Pozzoni
2022-03-09
Core/Utilities: Fixed child process console output being incorrectly cut off ...
Shauren
2022-03-09
Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)
Mikhail Redko
2022-03-08
Core/Console: Fix uninitialized variable
Shauren
2022-03-08
Core/Misc: Fixed utf8 encoding in console input/output. (#26352)
Mikhail Redko
2022-03-06
CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...
Giacomo Pozzoni
2022-03-05
Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...
Mikhail Redko
2022-03-05
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2022-02-27
Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICS
Aokromes
2022-02-16
Build: Partial support for clang-cl
Shauren
2022-02-14
Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and r...
Shauren
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-11
Core/Misc: common PCH tuning
Shauren
2022-02-11
Core/Utils: Corrected included files in Containers.h
Shauren
[next]