summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+9
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-0/+9
* fixed ClientHandle warningsTycho Bickerstaff2013-12-311-0/+1
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+9
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-21/+20
* Merge pull request #450 from mc-server/redstonefixesMattes D2013-12-191-4/+26
|\
| * Fixed PlayerAbilities and creativeTiger Wang2013-12-191-3/+3
| * Fixed 1.7 arm swing animationTiger Wang2013-12-191-1/+23
* | Disconnection message no longer shown if pingTiger Wang2013-12-181-5/+8
* | The "<>" of a player name is now colouredTiger Wang2013-12-181-1/+1
* | Fixed 1.7 player disconnection not calling hookTiger Wang2013-12-181-4/+14
|/
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-1/+1
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-6/+43
* Fixed multiple player spawn broadcasts.madmaxoft2013-12-161-3/+0
* Merge pull request #437 from mc-server/ShootTo_functionSTRWarrior2013-12-151-2/+0
|\
| * This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-151-2/+0
* | Fixed calling OnPlayerJoined() in the wrong place.madmaxoft2013-12-151-6/+1
|/
* Moved reading flags to the protocol.STRWarrior2013-12-151-17/+3
* Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-151-0/+33
* Forgot to commit the ClientHandle.STRWarrior2013-12-141-0/+18
* Unknown packet type extended to 32 bits.madmaxoft2013-12-121-3/+3
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-1/+1
|\
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* | Fixed trapdoors not togglingTiger Wang2013-12-071-1/+1
* | Renamed animation functionTiger Wang2013-12-071-7/+7
* | Fixed bed leave animationTiger Wang2013-12-061-1/+1
* | Updated comments for slabsTiger Wang2013-12-061-5/+6
|/
* Switched to using provided ReadItem function.Samuel Barney2013-12-021-0/+9
* Properly fixed snow height, fixes #98 and #264Tiger Wang2013-11-301-9/+14
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+9
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+12
* Moved source to srcAlexander Harkness2013-11-241-0/+2198