summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-215/+0
* cProtocol::SendWindowOpen() signature changed.madmaxoft2013-11-081-1/+1
* Removed the obsolete SendWholeInventory(cInventory &) function.madmaxoft2013-11-051-1/+0
* Protocol 1.7: Implemented the first batch of sent packets.madmaxoft2013-11-011-0/+1
* Added 1.7 to protocol recognizer.madmaxoft2013-10-301-0/+21
* Implemented xoft's suggestions [SEE DESC]Tiger Wang2013-08-291-1/+1
* Fixed Minecart spawning issuesTiger Wang2013-08-281-1/+1
* Added cWindow property manipulation API.madmaxoft2013-08-181-1/+1
* Tab completion packet is handled and sent.madmaxoft2013-07-301-52/+53
* Added the "Edit Sign" packet sent to the client placing a sign.madmaxoft2013-07-291-0/+1
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-192/+192
* Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com2013-07-071-6/+8
* More TNT fixes.madmaxoft@gmail.com2013-06-181-1/+1
* Fixed Linux compilation, slight code cleanupmadmaxoft@gmail.com2013-04-191-1/+1
* Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com2013-04-181-0/+1
* Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com2013-04-041-1/+1
* Added support for the packet #28 (0x1C): ENTITY_VELOCITYkeyboard.osh@gmail.com2013-03-181-0/+1
* Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com2013-03-031-0/+1
* Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com2013-02-211-1/+1
* Minecarts can now be placed.madmaxoft@gmail.com2013-02-181-0/+1
* Adjusted the protocol framework to support different types of falling block spawning.madmaxoft@gmail.com2012-12-261-0/+2
* Added the 1.4.6 protocolmadmaxoft@gmail.com2012-12-241-2/+8
* Refactored the world time.madmaxoft@gmail.com2012-11-011-1/+1
* My OCD has alpha-sorted some stuff :)madmaxoft@gmail.com2012-10-211-6/+6
* Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com2012-10-211-43/+44
* Split the name for signed and unsigned int writing in cProtocol.madmaxoft@gmail.com2012-10-071-1/+1
* Added falling block entities. Sand and gravel now properly fall downfaketruth2012-09-301-0/+1
* Beds can be slept in now (it doesn't change the time though)faketruth2012-09-291-0/+1
* Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com2012-09-251-0/+1
* Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com2012-09-251-0/+1
* Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-0/+173