summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol125.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-11Exported daylight cycle flag to the protocol.Howaner1-1/+4
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-4/+4
2014-07-18Fix failed merge and other issuesTiger Wang1-1/+1
2014-07-17Fixed tabs used for alignment.madmaxoft1-9/+9
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-07-17Normalized comments.madmaxoft1-37/+37
2014-07-13Changed BroadcastSoundEffect function to take floating pos.Howaner1-1/+1
2014-06-29Fixed respawningTiger Wang1-3/+3
2014-06-27Added generic entity-collecting.Mattes D1-2/+2
2014-06-12Portals animate and delay correctlyTiger Wang1-4/+4
2014-06-08Fixed deadlock when moving players to other worlds.Mattes D1-3/+12
2014-05-31Implemented end and nether portalsTiger Wang1-2/+2
2014-05-11Statistic Managerandrew1-0/+28
2014-05-01Fixed warnings in ClientHandle.madmaxoft1-1/+1
2014-04-28Revert "Changed the old invulnerable methods from the wither to the new."Howaner1-8/+1
2014-04-28Fixed projectile source filenames, indentationsarchshift1-1/+1
2014-04-27Moved cArrowEntity out of ProjectileEntity.harchshift1-1/+1
2014-04-26Changed the old invulnerable methods from the wither to the new.Howaner1-1/+8
2014-04-26FixesHowaner1-1/+1
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-14/+18
2014-04-17Modified many thingsdaniel09161-2/+0
2014-04-14Implemented the 1.7.6 protocol and authenticator.madmaxoft1-0/+42
2014-04-07Fixed Errorsdaniel09161-2/+2
2014-04-04Explicit change record size.madmaxoft1-1/+1
2014-04-04More Clang warning fixes in the protocols.madmaxoft1-69/+70
2014-04-04Fixed some Clang warnings in protocols.madmaxoft1-1/+1
2014-03-31Console logging supports cCompositeChat as its parameters.madmaxoft1-22/+1
2014-03-25Protocol: Wither metadataandrew1-0/+8
2014-03-10Removed unused macroTycho1-13/+0
2014-03-09Adjusted style of switch/caseJan-Fabian Humann1-15/+5
2014-03-08Changed if-else to switch-caseJan-Fabian Humann1-13/+11
2014-03-08Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting.Jan-Fabian Humann1-1/+22
2014-03-07WarningsTycho1-1/+1
2014-02-18Map decorators; Map clientsandrew1-0/+25
2014-02-15Implemented cCompositeChat.madmaxoft1-0/+38
2014-02-13Implementation of in-game mapsandrew1-0/+27
2014-02-04Improved Type safety of eBlockFaceTycho1-2/+2
2014-02-01added EnchantItemPacket to older Protocolsdaniel09161-1/+4
2014-01-31Some updates for enchanting (2)daniel09161-0/+15
2014-01-17Removed internal cEntity::GetRot() usage.madmaxoft1-9/+9
2014-01-16Removed obsoleted functionsTiger Wang1-5/+5
2014-01-09Added cClientHandle::SendPluginMessage().madmaxoft1-0/+14
2013-12-22Implented BroadcastParticleEffectSTRWarrior1-0/+9
2013-12-15Fixed pre 1.7 clients crashing.STRWarrior1-2/+2
2013-12-14Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior1-0/+30
2013-12-07Renamed animation functionTiger Wang1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-16fixed bug and added SpendExperience()Daniel O'Brien1-3/+3
2013-11-15finished #143 I believeDaniel O'Brien1-1/+1
2013-11-14cProtocol add SendExperience() and debuggingDaniel O'Brien1-0/+15
2013-11-08cProtocol::SendWindowOpen() signature changed.madmaxoft1-6/+6
2013-11-08Protocol 1.7: Copied Mob Metadata code from 1.2.5.madmaxoft1-15/+1
2013-11-05Removed the obsolete SendWholeInventory(cInventory &) function.madmaxoft1-9/+0
2013-10-28Renamed cWindow constants to include the "wt" prefix.madmaxoft1-1/+1
2013-10-13Eight round of fixesTiger Wang1-3/+2
2013-10-13Seventh round of fixesTiger Wang1-21/+21
2013-10-11Fourth round of fixesTiger Wang1-125/+143
2013-10-11Third round of fixesTiger Wang1-69/+88
2013-10-09Second round of fixesTiger Wang1-36/+62
2013-10-08Initial round of fixesTiger Wang1-4/+4
2013-10-08Initial Metadata Commit [SEE DESC]Tiger Wang1-28/+192
2013-09-19Fixed rounding errors in cProtocol125::SendExplosion().madmaxoft1-6/+9
2013-09-09Fixed a crash on immediate re-login.madmaxoft1-1/+1
2013-08-29Implemented xoft's suggestions [SEE DESC]Tiger Wang1-3/+3
2013-08-28Fixed Minecart spawning issuesTiger Wang1-5/+8
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-4/+4
2013-08-18Added cWindow property manipulation API.madmaxoft1-15/+15
2013-08-16Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft1-0/+1
2013-07-30Tab completion packet is handled and sent.madmaxoft1-0/+10
2013-07-29Added the "Edit Sign" packet sent to the client placing a sign.madmaxoft1-0/+13
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-1636/+1636
2013-07-12First implementation of movement-related hunger and APImadmaxoft@gmail.com1-1/+1
2013-07-081.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com1-0/+24
2013-07-07Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com1-61/+80
2013-06-18More TNT fixes.madmaxoft@gmail.com1-1/+1
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com1-2/+1
2013-05-08Refactored window clicking code to use different click actionsmadmaxoft@gmail.com1-1/+41
2013-04-28Fixed compilation on Linuxmadmaxoft@gmail.com1-2/+2
2013-04-28Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECTkeyboard.osh@gmail.com1-6/+10
2013-04-19Fixed Linux compilation, slight code cleanupmadmaxoft@gmail.com1-12/+9
2013-04-18Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com1-0/+28
2013-04-07Fixed 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.com1-1/+3
2013-04-04Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com1-2/+8
2013-04-02Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdatekeyboard.osh@gmail.com1-1/+1
2013-03-18Added support for the packet #28 (0x1C): ENTITY_VELOCITYkeyboard.osh@gmail.com1-0/+16
2013-03-11Initial nether composition generatormadmaxoft@gmail.com1-2/+2
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-2/+2
2013-03-03Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com1-0/+14
2013-02-21Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com1-5/+5
2013-02-18Minecarts can now be placed.madmaxoft@gmail.com1-0/+20
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-4/+5
2012-12-28cPickup now uses full cItem, instead of a pointermadmaxoft@gmail.com1-3/+3
2012-12-26Adjusted the protocol framework to support different types of falling block spawning.madmaxoft@gmail.com1-0/+11
2012-12-24Added the 1.4.6 protocolmadmaxoft@gmail.com1-5/+8
2012-11-20Aggressive debug mode cByteBuffer validity checking.madmaxoft@gmail.com1-1/+3
2012-11-01Refactored the world time.madmaxoft@gmail.com1-2/+3
2012-10-21My OCD has alpha-sorted some stuff :)madmaxoft@gmail.com1-49/+50
2012-10-21Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com1-1/+11
2012-10-07Split the name for signed and unsigned int writing in cProtocol.madmaxoft@gmail.com1-2/+2
2012-09-30Added falling block entities. Sand and gravel now properly fall downfaketruth1-1/+24
2012-09-29Beds can be slept in now (it doesn't change the time though)faketruth1-2/+18
2012-09-25Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com1-2/+10
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-7/+7
2012-09-23Source files cleanup: ChunkDataSerializer is Protocol-relatedmadmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: Mobs-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com1-10/+10
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com1-1/+1
2012-09-23Tweaked logging.madmaxoft@gmail.com1-7/+0
2012-09-20Refactored windows.madmaxoft@gmail.com1-8/+19
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-0/+10
2012-09-06Fixed slot parsing in 1.2.5 causing weird behavior ( http://forum.mc-server.org/showthread.php?tid=551&pid=4413#pid4413 )madmaxoft@gmail.com1-1/+1
2012-09-06Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com1-0/+11
2012-09-05Added the possibility of reserved player slots by implementing the HandleHandshake hook!faketruth1-3/+2
2012-09-04Fixed a possible race condition in cClientHandle's packet sending code; prepared for moving cSocket out of cClientHandle's ownership.madmaxoft@gmail.com1-1/+1
2012-09-02Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)madmaxoft@gmail.com1-1/+2
2012-08-31Progress on the 1.3.2 protocol.madmaxoft@gmail.com1-61/+63
2012-08-30Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com1-3/+3
2012-08-30cProtocol handles the initial handshake up to player loginmadmaxoft@gmail.com1-1/+45
2012-08-29Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.madmaxoft@gmail.com1-156/+241
2012-08-28Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com1-303/+434
2012-08-27Cut out all packet handling to a separate cProtocol descendantmadmaxoft@gmail.com1-0/+1104