index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T13: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-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
2022-02-04
Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...
Treeston
2022-02-04
Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...
Treeston
2022-02-04
Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined b...
Shauren
2022-02-03
Core/Util: Added another template utility - find_type_if
Shauren
2022-02-03
Core/Util: Added new utilities
Shauren
2022-02-03
Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)
Peter Keresztes Schmidt
2022-01-26
Core/ChatCommands: Add support for enum type arguments (PR #25242)
Peter Keresztes Schmidt
2022-01-26
Core/Warden: Warden refactors (PR #25235)
Treeston
2022-01-26
Core/Misc: Fix Windows 32 bits build
jackpoz
2022-01-26
Core/CrashHandler: Skip logging stack trace of the thread writing the crash l...
Shauren
2022-01-26
Core/CrashHandler: Remove logging function variation depending on crash reaso...
Shauren
2022-01-26
Core/CrashHandler: NULL -> nullptr
Shauren
2022-01-26
Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...
Shauren
2022-01-26
Core/CrashHandler: Attempt to extract C++ exception object in uncaught except...
Shauren
2022-01-26
Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...
Treeston
2022-01-26
Core/Misc: Fix compile errors found with msvc /permissive-
Shauren
2022-01-26
Core/Metric: Require WITH_DETAILED_METRICS CMake flag for MMaps metric
jackpoz
2022-01-24
Core/Common: Merge TimeTrackerSmall with TimeTracker
Carbenium
2022-01-24
Core/Common: Add a std::chrono interface to TimeTrackerSmall
Carbenium
2022-01-24
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2022-01-24
Core/Common: Allow config settings to be loaded as optional (PR #25137)
Treeston
[next]