index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-27T05: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-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
2022-02-11
Core/Misc: Explicitly include required headers instead of relying on them to ...
Shauren
2022-02-10
Core/Utils: Made bool conversion operator of FlagsArray explicit
Shauren
2022-02-09
Core/Utils: Extract template base class out of flag128
Shauren
2022-02-05
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Treeston
2022-02-05
Dep/fmt: update fmt library to 7.0.3
Winfidonarleyan
2022-02-05
Core/ChatCommands: make ExactSequence more readable
Treeston
2022-02-05
Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...
Treeston
2022-02-04
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2022-02-04
Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...
Treeston
2022-02-04
Core/Misc: DBC std::array refactors, and |Hachievement unit tests
Treeston
2022-02-04
Core/Config: Restore ability to load additional config files for custom scripts
Shauren
2022-02-04
Core/Misc: Fix issues reported by static analysis (#25351)
Giacomo Pozzoni
2022-02-04
Common/Utilities: Make StringTo<bool>'s signature match that of the other int...
Treeston
2022-02-04
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2022-02-04
Common/Utilities: Properly read std::from_chars documentation and check for o...
Treeston
2022-02-04
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
[next]