aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
2016-05-25Core/Bnet: Order account list by id when the bnet account has more than 1 gam...Shauren
2016-05-10Core/Common: Move the query callback header to the database projectNaios
2016-05-07Core/Achievements: Add new realm first achievements to list of excluded achie...Shauren
2016-05-02Core/Spells: Implemented RPPM proc effectsShauren
2016-05-01Core/DataStores: Clean up manually named tables/columns in hotfixes database ...Shauren
2016-04-24Core/Hotfix: Fixed startup in bc106abb07dc0afc69c2a9238267081464c05254Vincent-Michael
2016-04-22Core/Misc: Fixed warnings found by GCC 6Shauren
2016-04-11Core/Blackmarket: Implemented black marketGigi1237
2016-04-05Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)Shauren
2016-04-05Core/Misc: MSVC warning fixesShauren
2016-03-28Core: Updated to 6.2.4Shauren
2016-03-28Core/PacketIO: Updated remaining packet structures and enums appearing in pac...Shauren
2016-03-25Core/PacketIO: Updated packet structures to 6.2.4.21355Shauren
2016-03-24Core/Database: Converted the database library to a shared library.Naios
2016-03-11Core/Database: Move singleton instances into compilation unitsNaios
2016-03-03Core/Database: Use RAII for resource management in MySQLConnectionNaios
2016-03-03Core/Database: Move DatabaseWorkerPool into it's own translation unitNaios
2016-03-03Core/Database: Use RAII instead of raw pointers for resource managementNaios
2016-03-03Core/Database: Close the databases correctly when the DBUpdater failsNaios
2016-03-02Merge branch 'pets' of https://github.com/myran2/TrinityCore into myran2-petsDDuarte
2016-01-15Core/Quest: Fix issues reported by static analysisjackpoz
2016-01-10Core/DataStores: Dropped unused DB2 fileShauren
2016-01-05Core/Players: Split playerBytes fields in characters tableShauren
2016-01-03Core/DataStores: Implemented checking PlayerCondition for future useShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-11-24Core/Spells: Implemented scaling spell value with item levelShauren
2015-11-13Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...Shauren
2015-11-13Fix build for mysql versions older than 5.7Shauren
2015-11-12Core/DBLayer: Ensure that MySQL version used when compiling is the same as li...Shauren
2015-11-07Updated url for tc wikiVincent-Michael
2015-11-06Merge pull request #15707 from ShinDarth/pvpstatspete318
2015-11-05Core/Accounts: Unified game account ban checks with 3.3.5 branchShauren
2015-11-02Core/Auth: Added missing lock country check to AuthSession handlerShauren
2015-10-16Core/Player: implemented Heirloom CollectionMitchesD
2015-10-05Core/World: Store account id in CharacterInfo to reduce the amount of databas...Shauren
2015-10-02Core/Players: Removed db queries from friend packet buildersShauren
2015-09-28Core/Maps: Moved corpse management to map levelShauren
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-09-13Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring st...Shauren
2015-09-10Core/Spells: Improved spell category cooldown handlingShauren
2015-09-09Core/BattlePets: Basics for Battle Petshorn
2015-09-07Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444Shauren
2015-09-04Core/DBLayer: Allocate a single buffer for entire prepared result set instead...Shauren
2015-08-30Core/Players: Implemented serverside validation of reserved/profane namesShauren
2015-08-27Only read and delete from corpse table for current map instance. Not forpete318
2015-08-27Core/DBLayer: Added compile time validation for prepared statement indexes pa...Shauren
2015-08-26Core/DBLayer: Optimized prepared statement query results by eliminating unnee...Shauren
2015-08-26Core/Player: implemented ToyboxMitchesD
2015-08-24Core/DBLayer: Reordered table joins to work around a mysql bugShauren
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP