aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
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