summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol132.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-11Removed GetProtocolVersion() from the protocols.Howaner1-2/+0
2014-09-08Added GetProtocolVersion() to cProtocol.Howaner1-0/+2
2014-09-08Implemented packet compression.Howaner1-1/+1
2014-09-02Added SetCustomName() to players.Howaner1-1/+8
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-1/+1
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-2/+2
2014-07-13Fixed MSVC warnings in SoundEffect functions.madmaxoft1-7/+3
2014-07-13Changed BroadcastSoundEffect function to take floating pos.Howaner1-11/+8
2014-06-27Added generic entity-collecting.Mattes D1-4/+4
2014-06-08Fixed deadlock when moving players to other worlds.Mattes D1-1/+1
2014-04-29Moved the rest of the Crypto objects into their own respective files.madmaxoft1-15/+3
2014-04-29Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.madmaxoft1-1/+1
2014-04-18Small style changesjfhumann1-2/+2
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-7/+11
2014-04-04More Clang warning fixes in the protocols.madmaxoft1-28/+37
2014-04-04Fixed some Clang warnings in protocols.madmaxoft1-1/+1
2014-03-12Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho1-1/+1
2014-03-11Fixed a load of format string errorsTycho1-1/+1
2014-03-07WarningsTycho1-1/+1
2014-02-16Add Locale to ClientHandleHowaner1-1/+1
2014-02-04Improved Type safety of eBlockFaceTycho1-1/+1
2014-01-23PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft1-116/+33
2014-01-19Switched EnchantmentSerilizer to namespaceTycho1-2/+2
2014-01-19Spilt Writing of Enchantments to seperate classTycho1-2/+3
2014-01-17Removed internal cEntity::GetRot() usage.madmaxoft1-4/+4
2014-01-16Removed obsoleted functionsTiger Wang1-1/+1
2014-01-06Fixed a few MSVC warnings.madmaxoft1-2/+2
2014-01-05Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex1-1/+12
2014-01-02More memory alignment fixes.madmaxoft1-3/+3
2013-12-20Fixed minor warnings.madmaxoft1-2/+2
2013-11-27Fixed the remaining derpsAlexander Harkness1-1/+1
2013-11-25Further attempts to fix compileTiger Wang1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-12Bundled fixes [SEE DESC]Tiger Wang1-3/+3
2013-10-11Third round of fixesTiger Wang1-1/+5
2013-10-08Initial Metadata Commit [SEE DESC]Tiger Wang1-2/+1
2013-09-08Implemented proper chunk unloading in all 1.3.2+ clientsmadmaxoft1-2/+11
2013-08-20Fixed player spawning.madmaxoft1-3/+0
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-2/+2
2013-08-16Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft1-0/+1
2013-07-30Tab completion packet is handled and sent.madmaxoft1-1/+39
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-902/+902
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-6/+67
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com1-5/+15
2013-05-07Protocol132: Replaced magic numbers with symbolic packet namesmadmaxoft@gmail.com1-5/+8
2013-04-28Fixed compilation on Linuxmadmaxoft@gmail.com1-3/+3
2013-04-28Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECTkeyboard.osh@gmail.com1-6/+6
2013-03-11Initial nether composition generatormadmaxoft@gmail.com1-1/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-2/+2
2012-12-24Added the 1.4.6 protocolmadmaxoft@gmail.com1-2/+0
2012-11-20Aggressive debug mode cByteBuffer validity checking.madmaxoft@gmail.com1-0/+2
2012-10-21My OCD has alpha-sorted some stuff :)madmaxoft@gmail.com1-28/+16
2012-10-21Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com1-13/+30
2012-10-20Double chests are now working, and with sound. (FS #69)madmaxoft@gmail.com1-13/+13
2012-10-20PACKET_DESTROY_ENTITY isn't sent for self when the player is kicked (FS #254)madmaxoft@gmail.com1-0/+6
2012-10-18Fixed item damage value not being read from the 1.3.2 protocol (wtf, why was it disabled?)madmaxoft@gmail.com1-1/+1
2012-10-06Fixed player respawning crashing the server.madmaxoft@gmail.com1-1/+8
2012-10-03Added the "collect pickup" sound to 1.3.2madmaxoft@gmail.com1-0/+22
2012-09-25Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com1-1/+18
2012-09-25Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com1-0/+2
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-5/+5
2012-09-23Source files cleanup: ChunkDataSerializer is Protocol-relatedmadmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: Mobs-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com1-9/+9
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com1-1/+1
2012-09-23Fixed position confirming for 1.3.2 (FS #245)madmaxoft@gmail.com1-0/+3
2012-09-23Fixed entity equipment packet in the 1.3.2 protocol.madmaxoft@gmail.com1-0/+15
2012-09-21Working shift-click support in crafting areas; window update working in 1.3.2madmaxoft@gmail.com1-0/+21
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com1-1/+2
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-0/+18
2012-09-06Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com1-9/+103
2012-09-06Removed excessive debug logging in cProtocol132madmaxoft@gmail.com1-30/+4
2012-09-05Added the possibility of reserved player slots by implementing the HandleHandshake hook!faketruth1-0/+5
2012-09-04Hopefully fixed pointer arithmetic problems in GCC compilation in cProtocol132madmaxoft@gmail.com1-1/+1
2012-09-04Removed OS dependencies from CryptoPP; Removed unused modules that didn't compile on some platformsmadmaxoft@gmail.com1-3/+5
2012-09-02Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)madmaxoft@gmail.com1-22/+102
2012-08-31Progress on the 1.3.2 protocol.madmaxoft@gmail.com1-20/+319
2012-08-30Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14)madmaxoft@gmail.com1-4/+196
2012-08-30Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com1-0/+65