aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Packets
AgeCommit message (Expand)Author
2012-08-10Core/PacketIO: Added WriteString method to ByteBuffer allowing to write strin...Shauren
2012-08-10Core/PacketIO:kaelima
2012-08-07Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
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-08-01Core/ByteBuffer: Fix a subscript out of range exception (in debug mode) when ...Nay
2012-07-11Core/MiscShauren
2012-07-09Core/Achievements: Implemented guild achievementsShauren
2012-07-05Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2012-07-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.xShauren
2012-07-04Core: Added 4.3.4 opcodes from WPP, commented out some code to fix compile (s...Shauren
2012-06-29Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...Shauren
2012-05-30Fixed some merging errors, there could be more, but at least it compiles.kaelima
2012-05-30Merge git://github.com/TrinityCore/TrinityCore into 4.xkaelima
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-31Core/Items: Some work on hotfixes and SMSG_DB_REPLYShauren
2012-01-20Core/ByteBuffer: Implemented ReadXorByte, usefull when reading guid bytes bas...Rat
2012-01-19Core/Packets: Moved Bit related functions to ByteBuffer from WorldPacketRat
2012-01-12Core/Opcodes: Few opcodes from WPPGyx
2012-01-10Core/ByteBuffer: fixed bitreader, this fixes the "strange movement" bugRat
2012-01-07Merge branch 'master' into 4.xNay
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-27Merge branch 'master' into 4.x and some warning fixesSpp
2011-11-27Cosmetic changes and typo fixesShauren
2011-11-27Add missed change to previous commit and fix a typo in BitStream::EmptyNay
2011-11-27Core/Packets: Simplified ByteBuffer constructorShauren
2011-11-27Core/PacketIO: Fixed memory leak in HandlePlayerLoginOpcode and cleaned some ...Shauren
2011-11-26Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.xRat
2011-11-26Core/Packets: Implemented BitStream helper classRat
2011-11-25Core/ItemsShauren
2011-11-20Initial Commit for client version change to 4.2.2 (14545)Rat
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
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-10-07REALLY fix the CRLF-crap...click
2010-10-07Update 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