summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol132.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | ChunkData packet needs this.
* 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
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* 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
| | | | | Now any cEntity can be collected, not only cPickups. This should help PR #1098.
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
| | | | Fixes #1039, fixes #851
* 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
| | | | May Fix #640
* 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
| | | | | | | Created a new class cEnchantmentSerializer to serilize Enchantments to NBT. This breaks a dependecy chain between cChunkGenerator and cWorld. cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments so having it seperate reduces the spread of the frein modifier
* 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
| | | | | | I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function.
* More memory alignment fixes.madmaxoft2014-01-021-3/+3
| | | | Ref.: #420.
* 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