summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol17x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed PlayerAbilities and creativeTiger Wang2013-12-191-10/+3
* Fixed player falling through the floor on spawn.madmaxoft2013-12-171-1/+5
* Fixed player spawning packet.madmaxoft2013-12-151-1/+1
* Moved reading flags to the protocol.STRWarrior2013-12-151-1/+19
* Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-151-2/+10
* Merge pull request #431 from mc-server/Entity_EffectsMattes D2013-12-141-0/+24
|\
| * Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-0/+24
* | Removed leftover debugging messages from cProtocol172.madmaxoft2013-12-141-4/+0
|/
* Fixed threading issues affecting cProtocol172.madmaxoft2013-12-131-163/+163
* Fixed protocol 1.7 recovery after unknown packet.madmaxoft2013-12-121-4/+0
* Fixed tabcompletion packet, fixes #356Tiger Wang2013-12-081-8/+4
* Fixed falling block metas, fixes #406Tiger Wang2013-12-081-1/+1
* Renamed animation functionTiger Wang2013-12-071-2/+2
* Removed stray printf, again.Samuel Barney2013-12-021-1/+0
* Switched to using provided ReadItem function.Samuel Barney2013-12-021-17/+3
* Removed stray printf.Samuel Barney2013-12-021-1/+0
* Fixed 1.7 slab and stair placement.Samuel Barney2013-12-021-0/+19
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+15
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+12
* Moved source to srcAlexander Harkness2013-11-241-0/+1917