aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Packets/ByteBuffer.h
AgeCommit message (Expand)Author
2015-01-01Update copyright note for 2015Vincent-Michael
2014-09-20Revert "Core: Fix build for msvc14"Vincent-Michael
2014-09-20Core: Fix build for msvc14Vincent-Michael
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-07Revert "Core: Fix build for vs2014"Vincent-Michael
2014-08-07Core: Fix build for vs2014Vincent-Michael
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-27Core/Network: Allow storing any packet types in Socket write queue to reduce ...Shauren
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-22Replaced all ACE_OS::localtime_r callsleak
2014-06-21Removed ACE dependies from ByteBufferleak
2014-06-07Core/Misc: Kill Whitespace ...Vincent-Michael
2014-05-25Core/Misc: Fix no-pch buildjackpoz
2014-05-25Core/Misc: Throw an exception if client sends invalid float/double datajackpoz
2014-05-18Shared/Packets: Handle crash by throwing an exception insteadjackpoz
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-09-11Core: Fix non PCH buildNay
2013-09-07Core/Thread: Fix race condition converting time values to local timejackpoz
2013-05-21Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic ch...Spp
2013-03-26Core: Fix compile with WITH_COREDEBUG option enabledSpp
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-01-30Core/Misc: Remove some calls to const_castSpp
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-17Crash Fix after b99c347Spp
2012-09-13Core/Calendar: Fixed breaking calendar event UI after reloggingShauren
2012-08-05Core/ByteBuffer: Print stack trace in ByteBufferException::PrintError.LordJZ
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-06-29Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...Shauren
2012-03-29Core/DBLayer: More prepared statement correctionsShauren
2012-03-04Core: Adjust parameter output values to avoid excessive warning outputs on GC...click
2012-02-29Core/Packets: Fixed exceptions being incorrectly thrown when appending empty ...Shauren
2012-02-29Update src/server/shared/Packets/ByteBuffer.hteyrnon
2012-02-29Core: Build fix (for real this time) and warning fixShauren
2012-02-28Fixed build broken in 218ed813d0a2d26fd594ddafa2132cc7c5209bb4Shauren
2012-02-28Core/Misc: Add more extensive ByteBuffer exceptions to trace down seemingly r...Machiavelli
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-29Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"Spp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-08-01Core: Some more missing changes from previous commit (Pass by const reference...Spp-
2011-08-01Core: Pass by const reference for simple objects replaced with pass by valueSpp-
2011-04-29Add spaces after commasleak