aboutsummaryrefslogtreecommitdiff
path: root/src/server/database
AgeCommit message (Expand)Author
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-16Core/Misc: Fixed build with c++23 enabledShauren
2024-12-14Core/Database: removed more duplicate aliases from prepared statementsOvahlord
2024-12-02Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABELShauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-10-30Core/DataStores: Updated db2 structures to 11.0.5Shauren
2024-10-16Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...Shauren
2024-10-06Core/DataStores: Load FlightCapability.db2Traesh
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-20Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-19Core/Database: Change database async thread shutdown to fix some corner cases...Shauren
2024-09-14Core/Common: Output stdout/stderr from child process without waiting for it t...Shauren
2024-08-26Core/Loot: Implemented currency lootShauren
2024-08-24Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-setShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-08-16Core: Updated to 11.0.2Shauren
2024-08-10Core/Players: Implemented hero talentsShauren
2024-08-04Core/Players: Fixed trait configs getting into invalid state after talent tre...Shauren
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-07-18Build: Fixed CMake 3.30 FindBoost deprecation warningShauren
2024-07-16Core/Logging: Minor internal refactorShauren
2024-07-15Build: CMake cleanupShauren
2024-07-14Core/DBLayer: Add field metadata getters to query result classesShauren
2024-07-05Core/Database: Fixed WITH_COREDEBUG + WITH_DYNAMIC_LINKING incompatibility on...Shauren
2024-06-23Core/AreaTriggers: Check actionset flags for client areatriggers to allow som...Meji
2024-06-12Core/Database: Rewrite QueryCallback with std::variantShauren
2024-06-12Core/Database: Remove future/promise typedefs from a public header (these are...Shauren
2024-05-29Core/Misc: Remove separate storage for custom messages in exception types and...Antonio Martín Berti
2024-05-27Core/AreaTriggers: Implement height check for polygon db2 areatriggersShauren
2024-05-27Core/AreaTriggers: Fix triggering of client areatriggers for some shapesMeji
2024-05-08Core: Update to 10.2.7Shauren
2024-05-06Core/Updater: Fix gcc build (this time for older gcc versions that didn't tri...Shauren
2024-05-06Core/Updater: Fix gcc warningShauren
2024-05-01Core/Spells: Implemented evoker empower spell mechanicShauren
2024-04-29Core/Items: Implemented packets setting up inventory cleanup parametersShauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-04-12Core/Items: Implemented CreateTime item field and changed refund/soulbound tr...Shauren
2024-04-11Core/Items: Fix loading secondaryItemModifiedAppearanceSpec5 (#29917)Gosha
2024-04-11Core/SAI: Added support for StringIds to creature and gameobject targets (#29...Meji
2024-04-10Core/DBLayer: Support retrieving DATE/DATETIME/TIMESTAMP column values direct...Shauren
2024-03-30Core/Creatures: Changed the spawn health field in creature table to a percent...Meji
2024-03-28Core/Players: Use CharBaseInfo.db2 data to determine appropriate race for mer...Shauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-09Core/Objects: Implemented vignettesShauren
2024-03-01Core/Database: Silence deprecation warning on mysql_stmt_bind_paramShauren
2024-02-29Core/Creatures: implemented most movement related static flags and migrated e...Ovahlord