aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
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-21Core/Database: Change database async thread shutdown to fix some corner cases...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-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-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/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/Items: Implemented CreateTime item field and changed refund/soulbound tr...Shauren
2024-05-28Core/Items: Fix loading secondaryItemModifiedAppearanceSpec5 (#29917)Gosha
2024-05-28Core/SAI: Added support for StringIds to creature and gameobject targets (#29...Meji
2024-05-28Core/DBLayer: Support retrieving DATE/DATETIME/TIMESTAMP column values direct...Shauren
2024-05-28Core/Creatures: Changed the spawn health field in creature table to a percent...Meji
2024-05-23Core/Datastores: updated DB2 structures to 4.4.0.54737Ovahlord
2024-03-25Core/Objects: Implemented vignettesShauren
2024-03-14Core/DataStores: updated DB2 structures to 4.4.0.53750Ovahlord
2024-03-13Core/Creatures: added PetSpellDataId and Civilian fields to creature_template...Ovahlord
2024-03-13Core/PacketIO: Update to 4.4.0.53627 (#29805)MaxtorCoder
2024-03-12Core/Maps: dropped Garrison implementationOvahlord
2024-03-10Core/DataStores: duc-taped buildOvahlord
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
2024-01-30Core/Creatures: Move immunities to separate table and implemented setting imm...Shauren
2024-01-16Core/Bnet: Prevent crashes cauised be invalid values in salt column in battle...Shauren
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2023-12-29Core/Database: Fixed a shutdown crash happening if worldserver did not fully ...Shauren
2023-12-28Fix bfbda8dcce8d19dda0ee3d8f96d176901902e102Shauren
2023-12-27Core/Database: Replace union with std::variant in TransactionShauren
2023-12-26Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...Shauren
2023-12-21Core/Database: Fixed worldserver hanging if opening a connection to database ...Shauren
2023-12-17Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...Shauren