Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-16 | TDB 1120.25081 - 2025/08/16TDB1120.25081 | TDB Release | |
2025-07-21 | TDB 1117.25071 - 2025/07/21TDB1117.25071 | TDB Release | |
2025-06-11 | Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict | Shauren | |
2025-05-31 | TDB 1115.25051 - 2025/05/31TDB1115.25051 | TDB Release | |
2025-03-29 | TDB 1110.25031 - 2025/03/29TDB1110.25031 | TDB Release | |
2024-12-22 | TDB 1107.24121 - 2024/12/22TDB1107.24121 | TDB Release | |
2024-11-16 | TDB 1105.24111 - 2024/11/16TDB1105.24111 | TDB Release | |
2024-09-24 | Misc: Fix revision_data for recent TDB release | ModoX | |
2024-09-03 | Core/Misc: CompilerDefs/GitRevision improvements | Shauren | |
* Removed INTEL as a separate platform (it does not belong there) * Removed BORLAND from known compilers list (it was never supported) * Simplified TRINITY_PLATFORM_WINDOWS detection (_WIN32 is always defined) * Rename revision_data.h macros that begin with a underscore * Added processor architecture to --version string * Added Linux distribution name to .server debug * Fixed some revision_data.h macros missing/wrong values when regenerated during compilation * Removed manual adding of _WIN64 macro from cmake (it is predefined internally by compiler) | |||
2024-09-03 | TDB 1102.24091 - 2024/09/03TDB1102.24091 | TDB Release | |
2024-05-11 | TDB 1027.24051 - 2024/05/11TDB1027.24051 | TDB Release | |
2024-02-08 | TDB 1025.24021 - 2024/02/08TDB1025.24021 | TDB Release | |
2023-11-15 | TDB 1020.23111 - 2023/11/15TDB1020.23111 | TDB Release | |
2023-10-06 | TDB 1017.23101 - 2023/10/06TDB1017.23101 | TDB Release | |
2023-07-14 | TDB 1015.23071 - 2023/07/14TDB1015.23071 | TDB Release | |
2023-04-02 | TDB 1007.23041 - 2023/04/02TDB1007.23041 | TDB Release | |
2023-02-03 | TDB 1005.23021 - 2023/02/03TDB1005.23021 | TDB Release | |
2022-12-20 | TDB 1002.22121 - 2022/12/20TDB1002.22121 | TDB Release | |
2022-11-20 | TDB 927.22111 - 2022/11/20TDB927.22111 | TDB Release | |
2022-08-21 | TDB 927.22082 - 2022/08/21TDB927.22082 | TDB Release | |
2022-08-19 | TDB 927.22081 - 2022/08/19TDB927.22081 | TDB Release | |
2022-07-25 | TDB 925.22071 - 2022/07/25TDB925.22071 | TDB Release | |
2022-03-10 | Build: Set correct year in VER_LEGALCOPYRIGHT_STR | Shauren | |
(cherry picked from commit 68a490923d183c438fd852dde73f3054554d023a) | |||
2022-03-07 | Misc: Update copyright year in revision_data | funjoker | |
2022-03-06 | TDB 920.22031 - 2022/03/06TDB920.22031 | TDB Release | |
2022-01-15 | TDB 915.22012 - 2022/01/15TDB915.22012 | TDB Release | |
2022-01-02 | TDB 915.22011 - 2022/01/02TDB915.22011 | TDB Release | |
2021-11-17 | TDB 915.21111 - 2021/11/17TDB915.21111 | TDB Release | |
2021-10-15 | TDB 910.21101 - 2021/10/15TDB910.21101 | TDB Release | |
2021-08-18 | TDB 910.21081 - 2021/08/18TDB910.21081 | TDB Release | |
2021-07-04 | TDB 905.21071 - 2021/07/04TDB905.21071 | TDB Release | |
2020-10-20 | TDB 837.20101 - 2020/10/20TDB837.20101 | TDB Release | |
2020-08-14 | TDB 837.20081 - 2020/08/14TDB837.20081 | TDB Release | |
2020-06-17 | TDB 830.20061 - 2020/06/17TDB830.20061 | TDB Release | |
2019-07-16 | typo fix | Aokromes | |
2019-07-15 | TDB 820.19071 - 2019/07/15TDB820.19071 | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-03-14 | Scripts/Commands: implemented command .server debug | Aokromes | |
- Shows detailed information about server setup, useful when reporting a bug: * rev. hash * versions of mysql, openssl, boost, cmake * info about autoupdater * info about ports (realmlist and current) * vmap/map/mmap status and folder sizes * available DBC locales * TDB version cherry pick of d18f8b94b0cb5182ef450bec5cafd3c5d74fd00a Running this command when reporting bugs is MANDATORY (you can censor paths) | |||
2018-02-19 | TDB 735.00 - 2018/02/19TDB735.00 | DDuarte | |
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-04-19 | TDB 720.00 - 2016/04/18TDB720.00 | DDuarte | |
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-10-19 | Update revision_data.h.in.cmake | Aokromes | |
2016-04-11 | Update revision_data.h.in.cmake and the `updates` in base SQLs | DDuarte | |
2016-03-19 | CMake/Revision: Use a raw string literal in cmake command define | Naios | |
* Ref 849c906014b98f (cherry picked from commit 6faddded680202adc74607c653f5707c778b58dd) | |||
2016-03-02 | CMake/Revision: Use raw strings in path/executable #defines | DDuarte | |
Fixes some possible warnings (e.g. "warning C4129: 's': unrecognized character escape sequence") especially on Windows | |||
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-11-08 | TDB 6.03 - 2015/11/08TDB6.03 | Carbenium | |
2015-08-24 | Typo: remove a tab character | StormBytePP | |