| Commit message (Expand) | Author | Files | Lines |
2013-04-28 | Fixed compilation on Linux | madmaxoft@gmail.com | 3 | -7/+7 |
2013-04-28 | Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECT | keyboard.osh@gmail.com | 3 | -27/+30 |
2013-04-19 | Fixed Linux compilation, slight code cleanup | madmaxoft@gmail.com | 5 | -17/+14 |
2013-04-18 | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 5 | -0/+41 |
2013-04-07 | 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.com | 1 | -1/+3 |
2013-04-04 | Fixed personal crafting grid not being tossed on inventory close. | madmaxoft@gmail.com | 5 | -7/+13 |
2013-04-02 | Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate | keyboard.osh@gmail.com | 1 | -1/+1 |
2013-03-18 | Added support for the packet #28 (0x1C): ENTITY_VELOCITY | keyboard.osh@gmail.com | 5 | -0/+27 |
2013-03-14 | Release 1.5 supported, yay :) | madmaxoft@gmail.com | 5 | -9/+108 |
2013-03-11 | Initial nether composition generator | madmaxoft@gmail.com | 2 | -3/+3 |
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 1 | -2/+2 |
2013-03-03 | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 5 | -0/+27 |
2013-02-21 | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 7 | -15/+16 |
2013-02-18 | Minecarts can now be placed. | madmaxoft@gmail.com | 7 | -0/+56 |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2 | -6/+7 |
2013-01-05 | Added version 1.4.7 to the list of supported versions. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-12-28 | cPickup now uses full cItem, instead of a pointer | madmaxoft@gmail.com | 2 | -6/+6 |
2012-12-27 | Fixed 1.4.6 falling blocks. | madmaxoft@gmail.com | 1 | -15/+7 |
2012-12-26 | Adjusted the protocol framework to support different types of falling block spawning. | madmaxoft@gmail.com | 7 | -28/+88 |
2012-12-24 | Added the 1.4.6 protocol | madmaxoft@gmail.com | 9 | -75/+183 |
2012-11-20 | Aggressive debug mode cByteBuffer validity checking. | madmaxoft@gmail.com | 3 | -1/+7 |
2012-11-15 | Added an assert for unknown protocol, so that the function isn't missed when upgrading to a new protocol. | madmaxoft@gmail.com | 1 | -0/+1 |
2012-11-15 | Added support for 1.4.4 client, using the 1.4.2 protocol class | madmaxoft@gmail.com | 3 | -14/+44 |
2012-11-11 | PrimaryServerVersion is not force-saved into settings.ini. | madmaxoft@gmail.com | 1 | -0/+2 |
2012-11-10 | Protocol 1.4.2: found out and fixed the reason behind the fake "login" packet: the locale_viewdistance packet had been extended | madmaxoft@gmail.com | 2 | -3/+11 |
2012-11-01 | Refactored the world time. | madmaxoft@gmail.com | 7 | -15/+13 |
2012-10-31 | Pickups no longer crash clients. | luksor111@gmail.com | 2 | -2/+22 |
2012-10-31 | Initial 1.4.2 support. | luksor111@gmail.com | 4 | -2/+159 |
2012-10-31 | Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version | madmaxoft@gmail.com | 2 | -9/+60 |
2012-10-21 | My OCD has alpha-sorted some stuff :) | madmaxoft@gmail.com | 7 | -144/+130 |
2012-10-21 | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 7 | -157/+200 |
2012-10-20 | Double chests are now working, and with sound. (FS #69) | madmaxoft@gmail.com | 1 | -13/+13 |
2012-10-20 | PACKET_DESTROY_ENTITY isn't sent for self when the player is kicked (FS #254) | madmaxoft@gmail.com | 1 | -0/+6 |
2012-10-18 | Fixed item damage value not being read from the 1.3.2 protocol (wtf, why was it disabled?) | madmaxoft@gmail.com | 1 | -1/+1 |
2012-10-07 | Split the name for signed and unsigned int writing in cProtocol. | madmaxoft@gmail.com | 2 | -3/+3 |
2012-10-06 | Fixed player respawning crashing the server. | madmaxoft@gmail.com | 1 | -1/+8 |
2012-10-03 | Added the "collect pickup" sound to 1.3.2 | madmaxoft@gmail.com | 2 | -0/+23 |
2012-09-30 | Added falling block entities. Sand and gravel now properly fall down | faketruth | 5 | -1/+37 |
2012-09-29 | Beds can be slept in now (it doesn't change the time though) | faketruth | 5 | -2/+31 |
2012-09-29 | Fixed memory leaks in cWindow and cProtocolRecognizer | madmaxoft@gmail.com | 1 | -0/+1 |
2012-09-25 | Added the block dig animation packet (patch contributed by l0udPL) | madmaxoft@gmail.com | 7 | -3/+42 |
2012-09-25 | Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247) | madmaxoft@gmail.com | 5 | -2/+12 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 3 | -16/+16 |
2012-09-23 | Source files cleanup: ChunkDataSerializer is Protocol-related | madmaxoft@gmail.com | 4 | -2/+226 |
2012-09-23 | Source files cleanup: Mobs-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 2 | -2/+2 |
2012-09-23 | Source files cleanup: Protocol-related files in a separate subfolder | madmaxoft@gmail.com | 7 | -0/+3213 |