index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-27T19:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Packets
Age
Commit message (
Expand
)
Author
2012-01-31
Core/Items: Some work on hotfixes and SMSG_DB_REPLY
Shauren
2012-01-20
Core/ByteBuffer: Implemented ReadXorByte, usefull when reading guid bytes bas...
Rat
2012-01-19
Core/Packets: Moved Bit related functions to ByteBuffer from WorldPacket
Rat
2012-01-12
Core/Opcodes: Few opcodes from WPP
Gyx
2012-01-10
Core/ByteBuffer: fixed bitreader, this fixes the "strange movement" bug
Rat
2012-01-07
Merge branch 'master' into 4.x
Nay
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-12-27
Merge branch 'master' into 4.x and some warning fixes
Spp
2011-11-27
Cosmetic changes and typo fixes
Shauren
2011-11-27
Add missed change to previous commit and fix a typo in BitStream::Empty
Nay
2011-11-27
Core/Packets: Simplified ByteBuffer constructor
Shauren
2011-11-27
Core/PacketIO: Fixed memory leak in HandlePlayerLoginOpcode and cleaned some ...
Shauren
2011-11-26
Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.x
Rat
2011-11-26
Core/Packets: Implemented BitStream helper class
Rat
2011-11-25
Core/Items
Shauren
2011-11-20
Initial Commit for client version change to 4.2.2 (14545)
Rat
2011-09-29
Cosmetic: Multiple cosmetic changes
Spp
2011-09-29
Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"
Spp
2011-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-08-01
Core: Some more missing changes from previous commit (Pass by const reference...
Spp-
2011-08-01
Core: Pass by const reference for simple objects replaced with pass by value
Spp-
2011-04-29
Add spaces after commas
leak
2011-02-20
Core/Log: Implement log masks for debug log level, to allow selective debug o...
Machiavelli
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-23
Core: Removed more operator workarounds for ACE_Singleton (missed previously ...
Shauren
2010-10-07
REALLY fix the CRLF-crap...
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-08-08
*Implement spell casting on transports (no more out of range error, etc)
QAston
2010-07-31
Remove duplicate "Error:" from some outError messages...
click
2010-06-07
* Nope still won't build yet
Brian
2010-06-06
* Restructuring shared.
XTZGZoReX