summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol125.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* First implementation of movement-related hunger and APImadmaxoft@gmail.com2013-07-121-1/+1
* 1.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com2013-07-081-0/+24
* Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com2013-07-071-61/+80
* More TNT fixes.madmaxoft@gmail.com2013-06-181-1/+1
* Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2013-05-241-2/+1
* Refactored window clicking code to use different click actionsmadmaxoft@gmail.com2013-05-081-1/+41
* Fixed compilation on Linuxmadmaxoft@gmail.com2013-04-281-2/+2
* Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECTkeyboard.osh@gmail.com2013-04-281-6/+10
* Fixed Linux compilation, slight code cleanupmadmaxoft@gmail.com2013-04-191-12/+9
* Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com2013-04-181-0/+28
* Fixed bug in entities movement: Corrected proper flooring of double values for the relative move packet, and teleport packet. Also, made the velocity packet to be sent first than the positions packets.keyboard.osh@gmail.com2013-04-071-1/+3
* Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com2013-04-041-2/+8
* Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdatekeyboard.osh@gmail.com2013-04-021-1/+1
* Added support for the packet #28 (0x1C): ENTITY_VELOCITYkeyboard.osh@gmail.com2013-03-181-0/+16
* Initial nether composition generatormadmaxoft@gmail.com2013-03-111-2/+2
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-091-2/+2
* Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com2013-03-031-0/+14
* Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com2013-02-211-5/+5
* Minecarts can now be placed.madmaxoft@gmail.com2013-02-181-0/+20
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-4/+5
* cPickup now uses full cItem, instead of a pointermadmaxoft@gmail.com2012-12-281-3/+3
* Adjusted the protocol framework to support different types of falling block spawning.madmaxoft@gmail.com2012-12-261-0/+11
* Added the 1.4.6 protocolmadmaxoft@gmail.com2012-12-241-5/+8
* Aggressive debug mode cByteBuffer validity checking.madmaxoft@gmail.com2012-11-201-1/+3
* Refactored the world time.madmaxoft@gmail.com2012-11-011-2/+3
* My OCD has alpha-sorted some stuff :)madmaxoft@gmail.com2012-10-211-49/+50
* Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com2012-10-211-1/+11
* Split the name for signed and unsigned int writing in cProtocol.madmaxoft@gmail.com2012-10-071-2/+2
* Added falling block entities. Sand and gravel now properly fall downfaketruth2012-09-301-1/+24
* Beds can be slept in now (it doesn't change the time though)faketruth2012-09-291-2/+18
* Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com2012-09-251-2/+10
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-7/+7
* Source files cleanup: ChunkDataSerializer is Protocol-relatedmadmaxoft@gmail.com2012-09-231-1/+1
* Source files cleanup: Mobs-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-231-1/+1
* Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-0/+1391