| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented SteerVehicle packet. | madmaxoft | 2013-09-06 | 1 | -0/+4 |
* | Merge remote-tracking branch 'upstream/master' | Tiger Wang | 2013-09-02 | 1 | -3/+0 |
|\ |
|
| * | Fixed player spawning. | madmaxoft | 2013-08-20 | 1 | -3/+0 |
* | | Implemented xoft's suggestions [SEE DESC] | Tiger Wang | 2013-08-29 | 7 | -12/+12 |
* | | Fixed Minecart spawning issues | Tiger Wang | 2013-08-28 | 7 | -22/+28 |
|/ |
|
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 4 | -11/+11 |
* | Added cWindow property manipulation API. | madmaxoft | 2013-08-18 | 5 | -20/+20 |
* | Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX. | madmaxoft | 2013-08-16 | 2 | -0/+2 |
* | Moved MaxPlayers and Description from cWorld to cServer. | madmaxoft | 2013-08-11 | 1 | -8/+9 |
* | Tab completion packet is handled and sent. | madmaxoft | 2013-07-30 | 7 | -171/+234 |
* | Added the "Edit Sign" packet sent to the client placing a sign. | madmaxoft | 2013-07-29 | 7 | -0/+44 |
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 15 | -4916/+4916 |
* | First implementation of movement-related hunger and API | madmaxoft@gmail.com | 2013-07-12 | 1 | -1/+1 |
* | Server sends PlayerMaxSpeed after a respawn. | madmaxoft@gmail.com | 2013-07-08 | 2 | -1/+13 |
* | 1.6.2 protocol implemented, both in MCServer and in ProtoProxy | madmaxoft@gmail.com | 2013-07-08 | 6 | -2/+88 |
* | Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes. | madmaxoft@gmail.com | 2013-07-07 | 2 | -15/+23 |
* | Improved function names for protocol packet sending; alpha-sorted the function lists | madmaxoft@gmail.com | 2013-07-07 | 5 | -99/+145 |
* | Declaring full 1.6.1 compatibility | madmaxoft@gmail.com | 2013-07-05 | 1 | -2/+2 |
* | Unmounting vehicles implemented in the 1.6.1 way | madmaxoft@gmail.com | 2013-07-05 | 2 | -0/+38 |
* | Fixed 1.6.1's movement speed | madmaxoft@gmail.com | 2013-07-05 | 2 | -4/+25 |
* | Initial 1.6.1 protocol support. | madmaxoft@gmail.com | 2013-07-05 | 5 | -1/+195 |
* | More TNT fixes. | madmaxoft@gmail.com | 2013-06-18 | 5 | -5/+5 |
* | Enchantments: API and sending to client | madmaxoft@gmail.com | 2013-06-02 | 2 | -6/+70 |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 2 | -7/+16 |
* | Added 1.5.2 compatibility. | madmaxoft@gmail.com | 2013-05-08 | 4 | -4/+9 |
* | Refactored window clicking code to use different click actions | madmaxoft@gmail.com | 2013-05-08 | 3 | -1/+121 |
* | Protocol132: Replaced magic numbers with symbolic packet names | madmaxoft@gmail.com | 2013-05-07 | 1 | -5/+8 |
* | Fixed compilation on Linux | madmaxoft@gmail.com | 2013-04-28 | 3 | -7/+7 |
* | Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECT | keyboard.osh@gmail.com | 2013-04-28 | 3 | -27/+30 |
* | Fixed Linux compilation, slight code cleanup | madmaxoft@gmail.com | 2013-04-19 | 5 | -17/+14 |
* | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 2013-04-18 | 5 | -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.com | 2013-04-07 | 1 | -1/+3 |
* | Fixed personal crafting grid not being tossed on inventory close. | madmaxoft@gmail.com | 2013-04-04 | 5 | -7/+13 |
* | Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate | keyboard.osh@gmail.com | 2013-04-02 | 1 | -1/+1 |
* | Added support for the packet #28 (0x1C): ENTITY_VELOCITY | keyboard.osh@gmail.com | 2013-03-18 | 5 | -0/+27 |
* | Release 1.5 supported, yay :) | madmaxoft@gmail.com | 2013-03-14 | 5 | -9/+108 |
* | Initial nether composition generator | madmaxoft@gmail.com | 2013-03-11 | 2 | -3/+3 |
* | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 2013-03-09 | 1 | -2/+2 |
* | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 2013-03-03 | 5 | -0/+27 |
* | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 2013-02-21 | 7 | -15/+16 |
* | Minecarts can now be placed. | madmaxoft@gmail.com | 2013-02-18 | 7 | -0/+56 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 2 | -6/+7 |
* | Added version 1.4.7 to the list of supported versions. | madmaxoft@gmail.com | 2013-01-05 | 1 | -1/+1 |
* | cPickup now uses full cItem, instead of a pointer | madmaxoft@gmail.com | 2012-12-28 | 2 | -6/+6 |
* | Fixed 1.4.6 falling blocks. | madmaxoft@gmail.com | 2012-12-27 | 1 | -15/+7 |
* | Adjusted the protocol framework to support different types of falling block spawning. | madmaxoft@gmail.com | 2012-12-26 | 7 | -28/+88 |
* | Added the 1.4.6 protocol | madmaxoft@gmail.com | 2012-12-24 | 9 | -75/+183 |
* | Aggressive debug mode cByteBuffer validity checking. | madmaxoft@gmail.com | 2012-11-20 | 3 | -1/+7 |
* | Added an assert for unknown protocol, so that the function isn't missed when upgrading to a new protocol. | madmaxoft@gmail.com | 2012-11-15 | 1 | -0/+1 |
* | Added support for 1.4.4 client, using the 1.4.2 protocol class | madmaxoft@gmail.com | 2012-11-15 | 3 | -14/+44 |
* | PrimaryServerVersion is not force-saved into settings.ini. | madmaxoft@gmail.com | 2012-11-11 | 1 | -0/+2 |
* | 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 | 2012-11-10 | 2 | -3/+11 |
* | Refactored the world time. | madmaxoft@gmail.com | 2012-11-01 | 7 | -15/+13 |
* | Pickups no longer crash clients. | luksor111@gmail.com | 2012-10-31 | 2 | -2/+22 |
* | Initial 1.4.2 support. | luksor111@gmail.com | 2012-10-31 | 4 | -2/+159 |
* | Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version | madmaxoft@gmail.com | 2012-10-31 | 2 | -9/+60 |
* | My OCD has alpha-sorted some stuff :) | madmaxoft@gmail.com | 2012-10-21 | 7 | -144/+130 |
* | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 2012-10-21 | 7 | -157/+200 |
* | Double chests are now working, and with sound. (FS #69) | madmaxoft@gmail.com | 2012-10-20 | 1 | -13/+13 |
* | PACKET_DESTROY_ENTITY isn't sent for self when the player is kicked (FS #254) | madmaxoft@gmail.com | 2012-10-20 | 1 | -0/+6 |
* | Fixed item damage value not being read from the 1.3.2 protocol (wtf, why was it disabled?) | madmaxoft@gmail.com | 2012-10-18 | 1 | -1/+1 |
* | Split the name for signed and unsigned int writing in cProtocol. | madmaxoft@gmail.com | 2012-10-07 | 2 | -3/+3 |
* | Fixed player respawning crashing the server. | madmaxoft@gmail.com | 2012-10-06 | 1 | -1/+8 |
* | Added the "collect pickup" sound to 1.3.2 | madmaxoft@gmail.com | 2012-10-03 | 2 | -0/+23 |
* | Added falling block entities. Sand and gravel now properly fall down | faketruth | 2012-09-30 | 5 | -1/+37 |
* | Beds can be slept in now (it doesn't change the time though) | faketruth | 2012-09-29 | 5 | -2/+31 |
* | Fixed memory leaks in cWindow and cProtocolRecognizer | madmaxoft@gmail.com | 2012-09-29 | 1 | -0/+1 |
* | Added the block dig animation packet (patch contributed by l0udPL) | madmaxoft@gmail.com | 2012-09-25 | 7 | -3/+42 |
* | Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247) | madmaxoft@gmail.com | 2012-09-25 | 5 | -2/+12 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 3 | -16/+16 |
* | Source files cleanup: ChunkDataSerializer is Protocol-related | madmaxoft@gmail.com | 2012-09-23 | 4 | -2/+226 |
* | Source files cleanup: Mobs-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 2012-09-23 | 2 | -2/+2 |
* | Source files cleanup: Protocol-related files in a separate subfolder | madmaxoft@gmail.com | 2012-09-23 | 7 | -0/+3213 |