summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol125.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-1869/+0
* cProtocol::SendWindowOpen() signature changed.madmaxoft2013-11-081-6/+6
* Protocol 1.7: Copied Mob Metadata code from 1.2.5.madmaxoft2013-11-081-15/+1
* Removed the obsolete SendWholeInventory(cInventory &) function.madmaxoft2013-11-051-9/+0
* Renamed cWindow constants to include the "wt" prefix.madmaxoft2013-10-281-1/+1
* Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata.madmaxoft2013-10-131-29/+255
|\
| * Eight round of fixesTiger Wang2013-10-131-3/+2
| * Seventh round of fixesTiger Wang2013-10-131-21/+21
| * Fourth round of fixesTiger Wang2013-10-111-125/+143
| * Third round of fixesTiger Wang2013-10-111-69/+88
| * Second round of fixesTiger Wang2013-10-091-36/+62
| * Initial round of fixesTiger Wang2013-10-081-4/+4
| * Initial Metadata Commit [SEE DESC]Tiger Wang2013-10-081-28/+192
* | Fixed rounding errors in cProtocol125::SendExplosion().madmaxoft2013-09-191-6/+9
|/
* Fixed a crash on immediate re-login.madmaxoft2013-09-091-1/+1
* Implemented xoft's suggestions [SEE DESC]Tiger Wang2013-08-291-3/+3
* Fixed Minecart spawning issuesTiger Wang2013-08-281-5/+8
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-4/+4
* Added cWindow property manipulation API.madmaxoft2013-08-181-15/+15
* Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft2013-08-161-0/+1
* Tab completion packet is handled and sent.madmaxoft2013-07-301-0/+10
* Added the "Edit Sign" packet sent to the client placing a sign.madmaxoft2013-07-291-0/+13
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-1636/+1636
* 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