index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T13:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
database
Age
Commit message (
Expand
)
Author
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
Merge pull request #15654 from ShinDarth/resolvedBy
Duarte Duarte
2015-10-06
Core/Ticket keep always trace of GM who resolves the ticket
ShinDarth
2015-10-05
Core/Updater: fixed host parameter is being ignored
joschiwald
2015-10-05
CMake: Fix bad generation of "revision_data.h" not including MYSQL_EXECUTABLE.
Naios
2015-10-05
Core/Updater: Fix mysql in path check/search.
Naios
2015-10-05
Core/Updater: Pipe mysql process output into worldserver log
Shauren
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-24
Core/BuildSystem: Merged crypto and gitrevision into common, cleaned include ...
StormBytePP
2015-08-16
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...
StormBytePP
2015-08-16
Core/BuildSystem: Merge collision, debugging, threading, utilities and config...
StormBytePP