summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol125.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for <1.7.xTiger Wang2014-09-271-2175/+0
* Merge branch 'master' into FixesHowaner2014-09-261-16/+16
|\
| * Merge branch 'master' into redstoneTestsTycho2014-09-251-16/+74
| |\
| * | Added first test to show the object can be createdTycho2014-09-171-16/+16
* | | Fixed players custom name in 1.8Howaner2014-09-261-18/+4
| |/ |/|
* | Merge branch 'master' into EntityCustomNameHowaner2014-09-231-9/+68
|\ \
| * | Exported player list states to extra functions.Howaner2014-09-181-13/+58
| * | 1.8: Fixed maps.Howaner2014-09-131-2/+2
| * | Removed GetProtocolVersion() from the protocols.Howaner2014-09-111-2/+1
| * | 1.8: Added ParticleEffect packet.Howaner2014-09-111-1/+1
| * | Added the player list to the 1.8 protocol.Howaner2014-09-091-3/+9
| * | Added GetProtocolVersion() to cProtocol.Howaner2014-09-081-1/+2
| * | Implemented packet compression.Howaner2014-09-081-1/+1
| |/
* / Added SetCustomName() to players.Howaner2014-09-021-12/+11
|/
* Exported daylight cycle flag to the protocol.Howaner2014-08-111-1/+4
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-4/+4
|\
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-4/+4
* | Fix failed merge and other issuesTiger Wang2014-07-181-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-181-54/+54
|\|
| * Fixed tabs used for alignment.madmaxoft2014-07-171-9/+9
| * Basic style fixes.madmaxoft2014-07-171-2/+2
| * Normalized comments.madmaxoft2014-07-171-37/+37
| * Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
| * Fixed respawningTiger Wang2014-06-291-3/+3
| * Added generic entity-collecting.Mattes D2014-06-271-2/+2
* | Portals animate and delay correctlyTiger Wang2014-06-121-4/+4
* | Merge branch 'master' into portalsTiger Wang2014-06-101-1/+10
|\|
| * Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-3/+12
* | Implemented end and nether portalsTiger Wang2014-05-311-2/+2
|/
* Statistic Managerandrew2014-05-111-0/+28
* Fixed warnings in ClientHandle.madmaxoft2014-05-011-1/+1
* Merge pull request #940 from Howaner/GlobalFixesMattes D2014-04-281-1/+1
|\
| * Revert "Changed the old invulnerable methods from the wither to the new."Howaner2014-04-281-8/+1
| * Changed the old invulnerable methods from the wither to the new.Howaner2014-04-261-1/+8
| * FixesHowaner2014-04-261-1/+1
* | Fixed projectile source filenames, indentationsarchshift2014-04-281-1/+1
* | Moved cArrowEntity out of ProjectileEntity.harchshift2014-04-271-1/+1
|/
* Merge pull request #909 from jfhumann/fixesMattes D2014-04-221-14/+18
|\
| * Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-0/+42
| |\
| * | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-14/+18
* | | Modified many thingsdaniel09162014-04-171-2/+0
* | | Merge branch 'master' into Enchantingdaniel09162014-04-161-0/+42
|\ \ \ | | |/ | |/|
| * | Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-0/+42
| |/
* | Fixed Errorsdaniel09162014-04-071-2/+2
* | Merge remote-tracking branch 'upstream/master' into Enchantingdaniel09162014-04-071-73/+147
|\|
| * Explicit change record size.madmaxoft2014-04-041-1/+1
| * More Clang warning fixes in the protocols.madmaxoft2014-04-041-69/+70
| * Fixed some Clang warnings in protocols.madmaxoft2014-04-041-1/+1
| * Merge pull request #831 from mc-server/WitherMattes D2014-04-021-0/+8
| |\
| | * Protocol: Wither metadataandrew2014-03-251-0/+8
| * | Console logging supports cCompositeChat as its parameters.madmaxoft2014-03-311-22/+1
| |/
| * Removed unused macroTycho2014-03-101-13/+0
| * Merge pull request #777 from jfhumann/issue317Mattes D2014-03-091-1/+10
| |\
| | * Adjusted style of switch/caseJan-Fabian Humann2014-03-091-15/+5
| | * Changed if-else to switch-caseJan-Fabian Humann2014-03-081-13/+11
| | * Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting.Jan-Fabian Humann2014-03-081-1/+22
| * | WarningsTycho2014-03-071-1/+1
| |/
| * Manual merge (Fixed conflicts)andrew2014-02-201-0/+38
| |\
| | * Implemented cCompositeChat.madmaxoft2014-02-151-0/+38
| * | Map decorators; Map clientsandrew2014-02-181-0/+25
| * | Implementation of in-game mapsandrew2014-02-131-0/+27
| |/
| * Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
* | added EnchantItemPacket to older Protocolsdaniel09162014-02-011-1/+4
* | Some updates for enchanting (2)daniel09162014-01-311-0/+15
|/
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-9/+9
* Removed obsoleted functionsTiger Wang2014-01-161-5/+5
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+14
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+9
* Fixed pre 1.7 clients crashing.STRWarrior2013-12-151-2/+2
* Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-0/+30
* Renamed animation functionTiger Wang2013-12-071-2/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+18
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+15
* Moved source to srcAlexander Harkness2013-11-241-0/+1869