index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-24T18: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
2016-08-18
Core/Globals: delete another synch query using CharacterInfo map
ariel-
2016-08-10
Server/Database: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-08-10
Server/Database: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-08-04
Core\Command: remove account_muted data on account deletion
ForesterDev
2016-07-16
Core/Misc: remove two synch queries and replace them with CharacterInfo cache
ariel-
2016-07-02
Core/Misc: Better description for a log
Aokromes
2016-06-23
Core/Player: Add option to prevent rename during character customization
psayafan
2016-05-25
* DB/Graveyards: Added a comment field to describe the graveyards in `graveya...
Aokromes
2016-05-10
Core/Common: Move the query callback header to the database project
Naios
2016-04-28
Core/Misc: Fixed warnings found by GCC 6
Shauren
2016-04-09
Core/Misc: MSVC warning fixes
Shauren
2016-03-24
Core/Database: Converted the database library to a shared library.
Naios
2016-03-13
Core/Players: Split playerBytes fields in characters table
Shauren
2016-03-12
Core/Auth: Fixed login for accounts with accented characters
Shauren
2016-03-11
Core/Database: Move singleton instances into compilation units
Naios
2016-03-03
Core/Database: Use RAII for resource management in MySQLConnection
Naios
2016-03-03
Core/Database: Move DatabaseWorkerPool into it's own translation unit
Naios
2016-03-03
Core/Database: Use RAII instead of raw pointers for resource management
Naios
2016-03-03
Core/Database: Close the databases correctly when the DBUpdater fails
Naios
2016-02-15
Core/Auth: Moved expiring bans to background task - no longer blocking querie...
Shauren
2016-02-14
Core/Auth: Performance/security improvements
Shauren
2016-02-10
Maps/Instances: Implement handling of CMSG_SET_SAVED_INSTANCE_EXTEND
treeston
2016-01-01
Update copyright note for 2016
Rushor
2015-12-07
Core/Quest: Fix issues reported by static analysis
jackpoz
2015-11-14
Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...
Shauren
2015-11-13
Fix build for mysql versions older than 5.7
Shauren
2015-11-12
Core/DBLayer: Ensure that MySQL version used when compiling is the same as li...
Shauren
2015-11-07
Updated url for tc wiki
Vincent-Michael
2015-11-05
Core/Accounts: Fixed ban check after 517a30d7c189b0530711f78508f9731e31fe5a53
Shauren
2015-11-03
Core/Ticket improved ticket system
ShinDarth
2015-11-01
Core/Accounts: Check active column when determining if account is banned or not
Shauren
2015-10-31
Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring st...
Shauren
2015-10-31
Core/DBLayer: Sprinkle some async magic on worldserver auth/session load process
Shauren
2015-10-29
Core/World: Store account id in CharacterInfo to reduce the amount of databas...
Shauren
2015-10-29
Core/Spells: Improved spell category cooldown handling
Shauren
2015-10-28
Core/Battleground: implement deserters tracker feature
ShinDarth
2015-10-12
Core/BG fix .character changefaction pvpstats victories amount
ShinDarth
2015-10-06
Core/Ticket keep always trace of GM who resolves the ticket
ShinDarth
2015-09-29
Core/Maps: Moved corpse management to map level
Shauren
2015-09-28
Auction house changes:
pete318
2015-09-27
Core/DBLayer: Allocate a single buffer for entire prepared result set instead...
Shauren
2015-09-27
Core/DBLayer: Added compile time validation for prepared statement indexes pa...
Shauren
2015-09-27
Core/DBLayer: Optimized prepared statement query results by eliminating unnee...
Shauren
2015-09-22
Map local guids 6.x -> 3.3.35:
pete318
2015-09-21
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...
StormBytePP
2015-08-16
Core/BuildSystem: Merge collision, debugging, threading, utilities and config...
StormBytePP