summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-0/+1
|\
| * Removed unneeded paramtersTiger Wang2014-01-191-1/+1
| |
| * Changed SendBlockEntity format slightlyTiger Wang2014-01-191-2/+1
| | | | | | | | | | * Writing NBT is now in Protocol, not BlockEntity files * Fixed a last output bug
| * Improved command blocksTiger Wang2014-01-191-0/+2
| | | | | | | | | | | | | | * Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity
* | Scoreboard protocol supportandrew2014-01-211-0/+4
|/
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+1
| | | | It is not yet exported in the API, though.
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+1
|
* Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-0/+2
|
* Renamed animation functionTiger Wang2013-12-071-1/+1
| | | | | Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know.
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+2
| | | | | Conflicts: VC2008/MCServer.vcproj
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-1/+2
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+215