| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| (cherry picked from commit c1e4cfd07eee19069a15e9b82a308d8a914d5637) | |||
| 2022-02-04 | Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR ↵ | Treeston | |
| #25335) (cherry picked from commit cd30e0b86ce6ee88386a91cebdf353fc55805c57) | |||
| 2022-01-24 | Core/Common: Allow config settings to be loaded as optional (PR #25137) | Treeston | |
| If the config setting is not present, returns the default without issuing a warning. (cherry picked from commit 5ad064976edfc931cdda6faffe723d7c3dfb0ae4) | |||
| 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 | |
| auto happy = new year(2019); | |||
| 2018-09-26 | Core/Misc: Extended racemasks in db to uint64 | Shauren | |
| 2018-01-01 | Update copyright note for 2018 | vincent-michael | |
| auto happy = new year(2018); | |||
| 2017-05-11 | Core/Common: Include cleanup | Shauren | |
| 2017-01-01 | Update copyright note for 2017 | vincent-michael | |
| Happy new year | |||
| 2016-08-03 | Common/Crypto: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-04-18 | Core/Scripting: Use the path of the worldserver executable to search for the ↵ | Naios | |
| scripts dir * Fixes issues when starting the worldserver not in the bin directory or the CMAKE_INSTALL_PREFIX directory using the -c option. (cherry picked from commit 86b0fcf67aadc0d313253befb0590d00efd085bc) | |||
| 2016-03-31 | Core/Config: Fix 3 more missing config warnings | DDuarte | |
| Closes #16861 Thanks tkrokli | |||
| 2016-03-31 | Core/Config: Error logging for ptree_bad_data | DDuarte | |
| Ref https://github.com/TrinityCore/TrinityCore/commit/6487e2f2d6a1ddbeff77362219658376b8a3f9f0#commitcomment-16888976 | |||
| 2016-03-27 | Core/Startup: Warn when a config key isn't found in the config files | DDuarte | |
| Example: "Missing name Guild.SaveInterval in config file worldserver.conf, add "Guild.SaveInterval = 15" to this file" | |||
| 2016-03-24 | Core/Common: Converted the common library to a shared library. | Naios | |
| * There is still the possibility to static link against common. | |||
| 2016-03-11 | Core/Common: Move singleton instances into compilation units | Naios | |
| * Fixes issues when building shared libraries (prevents gcc and clang from providing several instance) | |||
| 2016-02-21 | Core/Common: Add a generic config helper to access built-in overwriteable paths. | Naios | |
| * Adds CMAKE_COMMAND and CMAKE_BINARY_DIR to revision_data.h * Move the source and mysql exe path handling out of the DBUpdater. * Make some Config methods const for correctness. * Remove C & CXX flags from revision_data.h (was unused and didn't capture all cxx vars) * Reorder the link order to prevent `ld` from ignoring the file * Ref #15671 | |||
| 2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
| Happy new year (Again new year with idiots ...) | |||
| 2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |
