Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-09 | Core/Network: Move to separate project | Shauren | |
(cherry picked from commit 71b681bbf0f5189cd87a6cea66ef51667223f54a) | |||
2024-03-25 | Core/Misc: Fixed windows nopch build | Shauren | |
(cherry picked from commit 261a237cfa159e52dbb7ec4ab9ae5a5c6257b9ef) | |||
2022-03-11 | Common/Misc: Replace old macros with modern C++ attributes (#26613) | Giacomo Pozzoni | |
(cherry picked from commit 5ae2a0f47d323fadcfebf44c7b6ec11a3f91c75a) | |||
2022-02-05 | [3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443) | Treeston | |
(cherry picked from commit 75f9e7396e35360f3016cc0cb21e72e20f5d96d5) | |||
2020-01-02 | New Year | Aokromes | |
2019-11-08 | Core/Misc: Suppress openssl random generator uninitialized variable errors ↵ | Shauren | |
under valgrind | |||
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-02-18 | Core/DataStores: Updated db2 structures to 7.3.5.25996 | 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-03-04 | Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵ | Shauren | |
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-08-29 | Core/Define: Remove the conditional macro for constexpr. | Naios | |
* Not needed anymore since the requirements were raised to MSVC 2015. (cherry picked from commit da3c03a48bdf0ef4add6aa1f718ca761afeaebbb) | |||
2016-05-27 | Core/DataStores: Updated db2 to 7.0.3.21737 | Shauren | |
2016-05-20 | Core/DataStores: Updated opcodes and db2 to 7.0.3.21414 | Shauren | |
2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20810 | Shauren | |
2016-04-16 | Core/Proto: Convert the proto project to a standalone shared library | Naios | |
* Fixes issues with dynamic linking on linux * Closes #16981 | |||
2016-03-24 | Core/Build: Add the possibility to link libraries dynamically. | Naios | |
* makes it possible to access exported singletons from other shared lib's. * reduces binary size | |||
2016-01-09 | Core/Misc: Build fix for clang & libc++ | Shauren | |
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-08-30 | Core/Players: Implemented serverside validation of reserved/profane names | Shauren | |
Closes #15357 New library dependency: Boost.Regex | |||
2015-08-25 | Core/Misc: Fixed macro redefinition warnings when building for running under ↵ | Shauren | |
helgrind | |||
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |