index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T17:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Configuration
/
Config.cpp
Age
Commit message (
Expand
)
Author
2025-06-11
Core/Common: Update PCH content to include most commonly used headers
Shauren
2025-05-13
Core/Misc: Make string and string_view literal suffixes globally available
Shauren
2025-05-07
Core/Config: Use std::string_view instead of std::string to lookup config values
Shauren
2024-04-22
Core/Misc: Support boost 1.85
Shauren
2023-06-09
Core/Config: Implement reading config overrides from subdirectory (#29068)
Смердокрыл
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-03-13
Core/Config: Implement config override with env vars (#26811)
Anton Popovichenko
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-04
Core/Config: Restore ability to load additional config files for custom scripts
Shauren
2022-02-04
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
2022-01-24
Core/Common: Allow config settings to be loaded as optional (PR #25137)
Treeston
2020-05-21
Core/Misc: GCC build and warning fixes
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-09-26
Core/Misc: Extended racemasks in db to uint64
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-11
Core/Common: Include cleanup
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-08-03
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-04-18
Core/Scripting: Use the path of the worldserver executable to search for the ...
Naios
2016-03-31
Core/Config: Fix 3 more missing config warnings
DDuarte
2016-03-31
Core/Config: Error logging for ptree_bad_data
DDuarte
2016-03-27
Core/Startup: Warn when a config key isn't found in the config files
DDuarte
2016-03-11
Core/Common: Move singleton instances into compilation units
Naios
2016-02-21
Core/Common: Add a generic config helper to access built-in overwriteable paths.
Naios
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP