summaryrefslogtreecommitdiffstats
path: root/source/Protocol (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-2417-7588/+0
* Merge remote-tracking branch 'origin/fixes'.madmaxoft2013-11-133-14/+50
|\
| * Bundled fixes [SEE DESC]Tiger Wang2013-11-123-9/+13
| * Bundled fixes [SEE DESC]Tiger Wang2013-11-101-3/+3
| * Bundled fixes [SEE DESC]Tiger Wang2013-11-101-5/+35
* | Protocol 1.7: Fixed crashes and d/c with bad packets.madmaxoft2013-11-101-3/+3
* | Using DoWithPlayer instead of FindAndDoWithPlayer for callbacks.STRWarrior2013-11-101-0/+2
* | Protocol 1.7: Attempt at fixing SoundParticleEffect packet.madmaxoft2013-11-101-5/+3
* | Fixed Player animation packet.madmaxoft2013-11-101-1/+1
|/
* Fixed sprinting in 1.7 protocol.madmaxoft2013-11-081-1/+17
* Declaring 1.7.2 compatibility.madmaxoft2013-11-082-2/+3
* cProtocol::SendWindowOpen() signature changed.madmaxoft2013-11-0811-42/+47
* Protocol 1.7: Fixed using entities.madmaxoft2013-11-081-2/+1
* Protocol 1.7: Copied Mob Metadata code from 1.2.5.madmaxoft2013-11-083-19/+197
* Added hardcore client effectTiger Wang2013-11-071-1/+1
* Fix for entity spawning in generalTiger Wang2013-11-071-3/+3
* Possible fix for 1.7 pickup spawningTiger Wang2013-11-071-1/+1
* Protocol 1.7: Fixed the Spawn Mob packet.madmaxoft2013-11-071-1/+1
* Protocol 1.7: Added the remaining server-bound packets.madmaxoft2013-11-062-15/+99
* Protocol 1.7: Added more server-bound packets.madmaxoft2013-11-062-25/+138
* Protocol 1.7: Finished the client-bound packets.madmaxoft2013-11-061-7/+32
* Protocol 1.7: More client-bound packets.madmaxoft2013-11-051-17/+27
* Removed the obsolete SendWholeInventory(cInventory &) function.madmaxoft2013-11-056-23/+0
* Protocol 1.7: Added more client-bound packets.madmaxoft2013-11-042-15/+166
* Protocol 1.7: Added client status packet.madmaxoft2013-11-031-1/+22
* Protocol 1.7: Rewritten packet-sending to use cPacketizer.madmaxoft2013-11-032-166/+402
* Protocol 1.7: Implemented the first batch of sent packets.madmaxoft2013-11-016-3/+658
* Protocol 1.7: Added skeleton functions for reading client packets.madmaxoft2013-10-312-20/+349
* Protocol 1.7: Added status ping handling.madmaxoft2013-10-302-0/+27
* Added 1.7 to protocol recognizer.madmaxoft2013-10-306-11/+447
* Renamed cWindow constants to include the "wt" prefix.madmaxoft2013-10-281-1/+1
* Removed cRoot:m_PrimaryServerVersion from Lua API.madmaxoft2013-10-231-3/+3
* Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata.madmaxoft2013-10-133-36/+268
|\
| * 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-113-72/+101
| * 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-083-35/+195
* | Fixed rounding errors in cProtocol125::SendExplosion().madmaxoft2013-09-191-6/+9
* | Added support for 1.6.3 and 1.6.4 protocols.madmaxoft2013-09-194-2/+14
|/
* Fixed a crash on immediate re-login.madmaxoft2013-09-091-1/+1
* Implemented proper chunk unloading in all 1.3.2+ clientsmadmaxoft2013-09-081-2/+11
* Implemented SteerVehicle packet.madmaxoft2013-09-061-0/+4
* Merge remote-tracking branch 'upstream/master'Tiger Wang2013-09-021-3/+0
|\
| * Fixed player spawning.madmaxoft2013-08-201-3/+0
* | Implemented xoft's suggestions [SEE DESC]Tiger Wang2013-08-297-12/+12
* | Fixed Minecart spawning issuesTiger Wang2013-08-287-22/+28
|/
* Moved entities into the Entities subfolder.madmaxoft2013-08-194-11/+11
* Added cWindow property manipulation API.madmaxoft2013-08-185-20/+20
* Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft2013-08-162-0/+2
* Moved MaxPlayers and Description from cWorld to cServer.madmaxoft2013-08-111-8/+9
* Tab completion packet is handled and sent.madmaxoft2013-07-307-171/+234
* Added the "Edit Sign" packet sent to the client placing a sign.madmaxoft2013-07-297-0/+44
* Changed everyting to Unix line endings.Alexander Harkness2013-07-2915-4916/+4916
* First implementation of movement-related hunger and APImadmaxoft@gmail.com2013-07-121-1/+1
* Server sends PlayerMaxSpeed after a respawn.madmaxoft@gmail.com2013-07-082-1/+13
* 1.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com2013-07-086-2/+88
* Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com2013-07-072-15/+23
* Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com2013-07-075-99/+145
* Declaring full 1.6.1 compatibilitymadmaxoft@gmail.com2013-07-051-2/+2
* Unmounting vehicles implemented in the 1.6.1 waymadmaxoft@gmail.com2013-07-052-0/+38
* Fixed 1.6.1's movement speedmadmaxoft@gmail.com2013-07-052-4/+25
* Initial 1.6.1 protocol support.madmaxoft@gmail.com2013-07-055-1/+195
* More TNT fixes.madmaxoft@gmail.com2013-06-185-5/+5
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-022-6/+70
* 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