index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-24T21:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
database
/
Database
Age
Commit message (
Expand
)
Author
2015-11-05
Core/Accounts: Unified game account ban checks with 3.3.5 branch
Shauren
2015-11-02
Core/Auth: Added missing lock country check to AuthSession handler
Shauren
2015-10-16
Core/Player: implemented Heirloom Collection
MitchesD
2015-10-05
Core/World: Store account id in CharacterInfo to reduce the amount of databas...
Shauren
2015-10-02
Core/Players: Removed db queries from friend packet builders
Shauren
2015-09-28
Core/Maps: Moved corpse management to map level
Shauren
2015-09-21
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...
StormBytePP
2015-09-13
Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring st...
Shauren
2015-09-10
Core/Spells: Improved spell category cooldown handling
Shauren
2015-09-09
Core/BattlePets: Basics for Battle Pets
horn
2015-09-07
Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444
Shauren
2015-09-04
Core/DBLayer: Allocate a single buffer for entire prepared result set instead...
Shauren
2015-08-30
Core/Players: Implemented serverside validation of reserved/profane names
Shauren
2015-08-27
Only read and delete from corpse table for current map instance. Not for
pete318
2015-08-27
Core/DBLayer: Added compile time validation for prepared statement indexes pa...
Shauren
2015-08-26
Core/DBLayer: Optimized prepared statement query results by eliminating unnee...
Shauren
2015-08-26
Core/Player: implemented Toybox
MitchesD
2015-08-24
Core/DBLayer: Reordered table joins to work around a mysql bug
Shauren
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP