index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-31T20:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2021-01-04
Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...
Mikhail Redko
2021-01-03
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2020-12-31
Core/Misc: Fix Windows 32 bits build
jackpoz
2020-10-10
Core/MMAPs: Restore single slope angle of 55°
jackpoz
2020-09-27
Dep/Boost: Support for boost 1.74 - heap
Shauren
2020-09-27
Dep/Boost: Partial support for boost 1.74 - asio
Shauren
2020-09-26
Core/Misc: nopch fixes
Shauren
2020-09-19
Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICS
Aokromes
2020-09-12
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Treeston
2020-09-11
Dep/fmt: update fmt library to 7.0.3
Winfidonarleyan
2020-09-10
Core/ChatCommands: make ExactSequence more readable
Treeston
2020-09-06
Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...
Treeston
2020-09-02
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2020-09-02
Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...
Treeston
2020-08-29
Core/Config: Restore ability to load additional config files for custom scripts
Shauren
2020-08-29
Core/Misc: Fix issues reported by static analysis (#25351)
Giacomo Pozzoni
2020-08-28
Common/Utilities: Make StringTo<bool>'s signature match that of the other int...
Treeston
2020-08-28
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2020-08-27
Common/Utilities: Properly read std::from_chars documentation and check for o...
Treeston
2020-08-26
cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, Sh...
Treeston
2020-08-26
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
2020-08-24
Revert "[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_...
Treeston
2020-08-24
[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_view)
Treeston
2020-08-23
Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...
Treeston
2020-08-23
Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...
Treeston
2020-08-20
Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined b...
Shauren
2020-08-20
Core/Util: Added another template utility - find_type_if
Shauren
2020-08-20
Core/Util: Added new utilities
Shauren
2020-08-20
Common/Misc: Clean-up a GCC sign comparison warning
Treeston
2020-08-20
Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)
Peter Keresztes Schmidt
2020-08-16
Core/ChatCommands: Add support for enum type arguments (PR #25242)
Peter Keresztes Schmidt
2020-08-11
Core/Warden: Warden refactors (PR #25235)
Treeston
2020-08-07
Core/CrashHandler: Skip logging stack trace of the thread writing the crash l...
Shauren
2020-08-07
Core/CrashHandler: Remove logging function variation depending on crash reaso...
Shauren
2020-08-07
Core/CrashHandler: NULL -> nullptr
Shauren
2020-08-07
Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...
Shauren
2020-08-07
Core/CrashHandler: Attempt to extract C++ exception object in uncaught except...
Shauren
2020-08-04
Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...
Treeston
2020-08-04
Core/Misc: Fix compile errors found with msvc /permissive-
Shauren
2020-08-04
Core/Metric: Require WITH_DETAILED_METRICS CMake flag for MMaps metric
jackpoz
2020-08-03
Core/Crypto: Initialize class member variables after crypto refactor
Shauren
2020-08-02
Core/Authserver: Re-organize the `accounts` table (PR #25135)
Treeston
2020-08-01
Core/Common: Merge TimeTrackerSmall with TimeTracker
Carbenium
2020-08-01
Core/Common: Add a std::chrono interface to TimeTrackerSmall
Carbenium
2020-07-31
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2020-07-31
Core/Common: Allow config settings to be loaded as optional (PR #25137)
Treeston
2020-07-29
Core/Authserver: Split SRP6 into its own file (PR #25131)
Treeston
2020-07-28
Core/Metric: Add new metric in World::UpdateSessions()
jackpoz
2020-07-28
Core/Metric: Log detailed metrics about each opcode handler (#25153)
Giacomo Pozzoni
2020-07-27
Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...
Giacomo Pozzoni
[next]