aboutsummaryrefslogtreecommitdiff
path: root/src/common/Define.h
AgeCommit message (Collapse)Author
2025-04-09Core/Network: Move to separate projectShauren
(cherry picked from commit 71b681bbf0f5189cd87a6cea66ef51667223f54a)
2024-03-25Core/Misc: Fixed windows nopch buildShauren
(cherry picked from commit 261a237cfa159e52dbb7ec4ab9ae5a5c6257b9ef)
2022-03-11Common/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-02New YearAokromes
2019-11-08Core/Misc: Suppress openssl random generator uninitialized variable errors ↵Shauren
under valgrind
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-05-11Core/Common: Include cleanupShauren
2017-03-04Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵Shauren
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib)
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-08-29Core/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-27Core/DataStores: Updated db2 to 7.0.3.21737Shauren
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20810Shauren
2016-04-16Core/Proto: Convert the proto project to a standalone shared libraryNaios
* Fixes issues with dynamic linking on linux * Closes #16981
2016-03-24Core/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-09Core/Misc: Build fix for clang & libc++Shauren
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-08-30Core/Players: Implemented serverside validation of reserved/profane namesShauren
Closes #15357 New library dependency: Boost.Regex
2015-08-25Core/Misc: Fixed macro redefinition warnings when building for running under ↵Shauren
helgrind
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP