summaryrefslogtreecommitdiffstats
path: root/source/Protocol (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2013-05-242-7/+16
* Added 1.5.2 compatibility.madmaxoft@gmail.com2013-05-084-4/+9
* Refactored window clicking code to use different click actionsmadmaxoft@gmail.com2013-05-083-1/+121
* Protocol132: Replaced magic numbers with symbolic packet namesmadmaxoft@gmail.com2013-05-071-5/+8
* Fixed compilation on Linuxmadmaxoft@gmail.com2013-04-283-7/+7
* Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECTkeyboard.osh@gmail.com2013-04-283-27/+30
* Fixed Linux compilation, slight code cleanupmadmaxoft@gmail.com2013-04-195-17/+14
* Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com2013-04-185-0/+41
* 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-045-7/+13
* 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-185-0/+27
* Release 1.5 supported, yay :)madmaxoft@gmail.com2013-03-145-9/+108
* Initial nether composition generatormadmaxoft@gmail.com2013-03-112-3/+3
* 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-035-0/+27
* Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com2013-02-217-15/+16
* Minecarts can now be placed.madmaxoft@gmail.com2013-02-187-0/+56
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-122-6/+7
* Added version 1.4.7 to the list of supported versions.madmaxoft@gmail.com2013-01-051-1/+1
* cPickup now uses full cItem, instead of a pointermadmaxoft@gmail.com2012-12-282-6/+6
* Fixed 1.4.6 falling blocks.madmaxoft@gmail.com2012-12-271-15/+7
* Adjusted the protocol framework to support different types of falling block spawning.madmaxoft@gmail.com2012-12-267-28/+88
* Added the 1.4.6 protocolmadmaxoft@gmail.com2012-12-249-75/+183
* Aggressive debug mode cByteBuffer validity checking.madmaxoft@gmail.com2012-11-203-1/+7
* Added an assert for unknown protocol, so that the function isn't missed when upgrading to a new protocol.madmaxoft@gmail.com2012-11-151-0/+1
* Added support for 1.4.4 client, using the 1.4.2 protocol classmadmaxoft@gmail.com2012-11-153-14/+44
* PrimaryServerVersion is not force-saved into settings.ini. madmaxoft@gmail.com2012-11-111-0/+2
* Protocol 1.4.2: found out and fixed the reason behind the fake "login" packet: the locale_viewdistance packet had been extendedmadmaxoft@gmail.com2012-11-102-3/+11
* Refactored the world time.madmaxoft@gmail.com2012-11-017-15/+13
* Pickups no longer crash clients.luksor111@gmail.com2012-10-312-2/+22
* Initial 1.4.2 support.luksor111@gmail.com2012-10-314-2/+159
* Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com2012-10-312-9/+60
* My OCD has alpha-sorted some stuff :)madmaxoft@gmail.com2012-10-217-144/+130
* Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com2012-10-217-157/+200
* Double chests are now working, and with sound. (FS #69)madmaxoft@gmail.com2012-10-201-13/+13
* PACKET_DESTROY_ENTITY isn't sent for self when the player is kicked (FS #254)madmaxoft@gmail.com2012-10-201-0/+6
* Fixed item damage value not being read from the 1.3.2 protocol (wtf, why was it disabled?)madmaxoft@gmail.com2012-10-181-1/+1
* Split the name for signed and unsigned int writing in cProtocol.madmaxoft@gmail.com2012-10-072-3/+3
* Fixed player respawning crashing the server.madmaxoft@gmail.com2012-10-061-1/+8
* Added the "collect pickup" sound to 1.3.2madmaxoft@gmail.com2012-10-032-0/+23
* Added falling block entities. Sand and gravel now properly fall downfaketruth2012-09-305-1/+37
* Beds can be slept in now (it doesn't change the time though)faketruth2012-09-295-2/+31
* Fixed memory leaks in cWindow and cProtocolRecognizermadmaxoft@gmail.com2012-09-291-0/+1
* Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com2012-09-257-3/+42
* Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com2012-09-255-2/+12
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-243-16/+16
* Source files cleanup: ChunkDataSerializer is Protocol-relatedmadmaxoft@gmail.com2012-09-234-2/+226
* Source files cleanup: Mobs-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-232-2/+2
* Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com2012-09-237-0/+3213