index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T21:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Packets
/
ByteBuffer.h
Age
Commit message (
Expand
)
Author
2013-05-21
Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic ch...
Spp
2013-03-26
Core: Fix compile with WITH_COREDEBUG option enabled
Spp
2013-03-25
Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....
Spp
2013-03-08
First step of comment style refactoring to doxygen-style.
Nefarion
2013-01-30
Core/Misc: Remove some calls to const_cast
Spp
2013-01-14
Core/Misc: Apply codestyle to multiple files
Spp
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-11-17
Crash Fix after b99c347
Spp
2012-09-13
Core/Calendar: Fixed breaking calendar event UI after relogging
Shauren
2012-08-05
Core/ByteBuffer: Print stack trace in ByteBufferException::PrintError.
LordJZ
2012-08-03
Fix compile under windows
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-06-29
Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...
Shauren
2012-03-29
Core/DBLayer: More prepared statement corrections
Shauren
2012-03-04
Core: Adjust parameter output values to avoid excessive warning outputs on GC...
click
2012-02-29
Core/Packets: Fixed exceptions being incorrectly thrown when appending empty ...
Shauren
2012-02-29
Update src/server/shared/Packets/ByteBuffer.h
teyrnon
2012-02-29
Core: Build fix (for real this time) and warning fix
Shauren
2012-02-28
Fixed build broken in 218ed813d0a2d26fd594ddafa2132cc7c5209bb4
Shauren
2012-02-28
Core/Misc: Add more extensive ByteBuffer exceptions to trace down seemingly r...
Machiavelli
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
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