summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol132.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for <1.7.xTiger Wang2014-09-271-880/+0
* Merge branch 'master' into EntityCustomNameHowaner2014-09-231-1/+1
|\
| * Removed GetProtocolVersion() from the protocols.Howaner2014-09-111-2/+0
| * Added GetProtocolVersion() to cProtocol.Howaner2014-09-081-0/+2
| * Implemented packet compression.Howaner2014-09-081-1/+1
* | Added SetCustomName() to players.Howaner2014-09-021-1/+8
|/
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed MSVC warnings in SoundEffect functions.madmaxoft2014-07-131-7/+3
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-11/+8
* Added generic entity-collecting.Mattes D2014-06-271-4/+4
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
* Moved the rest of the Crypto objects into their own respective files.madmaxoft2014-04-291-15/+3
* Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.madmaxoft2014-04-291-1/+1
* Small style changesjfhumann2014-04-181-2/+2
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-7/+11
* More Clang warning fixes in the protocols.madmaxoft2014-04-041-28/+37
* Fixed some Clang warnings in protocols.madmaxoft2014-04-041-1/+1
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
* Fixed a load of format string errorsTycho2014-03-111-1/+1
* WarningsTycho2014-03-071-1/+1
* Add Locale to ClientHandleHowaner2014-02-161-1/+1
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
* PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-116/+33
* Switched EnchantmentSerilizer to namespaceTycho2014-01-191-2/+2
* Spilt Writing of Enchantments to seperate classTycho2014-01-191-2/+3
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-4/+4
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
* Fixed a few MSVC warnings.madmaxoft2014-01-061-2/+2
* Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex2014-01-051-1/+12
* More memory alignment fixes.madmaxoft2014-01-021-3/+3
* Fixed minor warnings.madmaxoft2013-12-201-2/+2
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
* Moved source to srcAlexander Harkness2013-11-241-0/+950