aboutsummaryrefslogtreecommitdiff
path: root/src/server/database
AgeCommit message (Expand)Author
2025-05-11Core/Database: Added very simple macro to create named query result field acc...Shauren
2025-04-15Core/Items: restore item random enchantmentsOvahlord
2025-04-11Core/Items: restore Heirloom stat scalingOvahlord
2025-04-11Core/DataStores: load ScalingStatDistribution.db2 and ScalingStatValues.db2Ovahlord
2025-04-06Core/Database: Fix duplicate query column aliasesShauren
2025-04-06Core/Database: Improve assertion message on duplicate column aliases in queriesShauren
2025-04-06Core/Database: Optimize named query result field accessShauren
2025-04-06Core/Database: Implement accessing query result fields by nameOvahlord
2025-02-23Core/DataStores: updated DB2 structures to 4.4.2Ovahlord
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-12-16Core/Misc: Fixed build with c++23 enabledShauren
2024-12-16Core/Database: removed more duplicate aliases from prepared statementsOvahlord
2024-11-12Core/Networking: Support IPv6Shauren
2024-11-01Core/DataStores: updated DB2 structures to 4.4.1Ovahlord
2024-10-17Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...Shauren
2024-10-03Core/Players: Prevent creation of characters with duplicate namesShauren
2024-09-25Core/Database: Fix database connections failing to open over named pipes for ...Shauren
2024-09-23Core/Common: Catch and log child process creation errorsShauren
2024-09-21Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-21Core/Database: Change database async thread shutdown to fix some corner cases...Shauren
2024-09-16Core/Common: Output stdout/stderr from child process without waiting for it t...Shauren
2024-09-01Core/Misc: dropped unused Traits implementationOvahlord
2024-09-01Core/Misc: removed most retail specialization code and restored legacy functi...Ovahlord
2024-08-27Core/Loot: Implemented currency lootShauren
2024-08-27Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-setShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-07-28Core/Players: updated glyph handling for CataclysmOvahlord
2024-07-27Core/Player: initial work on implementing talents for CataclysmOvahlord
2024-07-18Build: Fixed CMake 3.30 FindBoost deprecation warningShauren
2024-07-18Core/Logging: Minor internal refactorShauren
2024-07-18Build: CMake cleanupShauren
2024-07-14Core/DBLayer: Add field metadata getters to query result classesShauren
2024-07-06Core/Database: Fixed WITH_COREDEBUG + WITH_DYNAMIC_LINKING incompatibility on...Shauren
2024-06-25Core/Misc: dropped several db2 storages which are empty/unused in classic and...Ovahlord
2024-06-25Core/Items: dropped artifact weapon implementationOvahlord
2024-06-24Core/AreaTriggers: Check actionset flags for client areatriggers to allow som...Meji
2024-06-20Core/Database: Rewrite QueryCallback with std::variantShauren
2024-06-20Core/Database: Remove future/promise typedefs from a public header (these are...Shauren
2024-06-20Core/Misc: Remove separate storage for custom messages in exception types and...Antonio Martín Berti
2024-06-20Core/AreaTriggers: Implement height check for polygon db2 areatriggersShauren
2024-06-20Core/AreaTriggers: Fix triggering of client areatriggers for some shapesMeji
2024-06-18Core/DataStores: named new columns in ChrCustomizationOption which have been ...Ovahlord
2024-06-18Core/DataStores: update DB2 structures to 55141Ovahlord
2024-06-05Core/Player: dropped PvP talent implementationOvahlord
2024-06-02Core/Datastores: load new glyph and talent related db2 filesOvahlord
2024-06-01Core/Items: implement reforging itemsOvahlord
2024-05-28Core/Datastores: named unknown fields for CurrencyTypesOvahlord
2024-05-28Core/Updater: Fix gcc build (this time for older gcc versions that didn't tri...Shauren
2024-05-28Core/Updater: Fix gcc warningShauren
2024-05-28Core/Misc: Support boost 1.85Shauren