summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol17x.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented custom names and loreTiger Wang2014-01-151-5/+55
| | | | | | + Added custom names and lore + Added saving and loading + Added writing and parsing of NBT
* Added handshake processing to protocol 1.7.madmaxoft2014-01-131-2/+23
| | | | This fixes #495
* Fixed wrong packet number for PluginMessage packet.madmaxoft2014-01-091-1/+1
|
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+12
| | | | It is not yet exported in the API, though.
* Merge pull request #516 from mc-server/faviconAlexander Harkness2014-01-071-1/+1
|\ | | | | Fixed favicons
| * Fixed faviconsTiger Wang2014-01-071-1/+1
| |
* | Plugin messages are received and handed to plugins.madmaxoft2014-01-071-1/+1
|/ | | | Note that MCS doesn't currently handle any channel registrations, this will come later on.
* Merge pull request #514 from derouinw/masterMattes D2014-01-071-0/+3
|\ | | | | Implement favicon for 1.7.2
| * A few more touch upsBill Derouin2014-01-071-11/+1
| |
| * Implement favicon for 1.7.2Bill Derouin2014-01-071-0/+13
| | | | | | | | | | Favicon data is a png encoded in base64 which is stored in the server and sent in the server response packet
* | Fixed a few MSVC warnings.madmaxoft2014-01-071-1/+1
| |
* | Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+0
|/
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+18
|
* Fixed PlayerAbilities and creativeTiger Wang2013-12-191-10/+3
|
* Fixed player falling through the floor on spawn.madmaxoft2013-12-171-1/+5
| | | | The 1.7 client seems to have math issues with exact coords. Adding 0.001 to the Y coord fixed the problem.
* Fixed player spawning packet.madmaxoft2013-12-151-1/+1
| | | | The player was spawned 1.62 blocks below their pos. This fixes #323.
* 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
|\ | | | | Entity Effects
| * 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
| | | | | Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know.
* Removed stray printf, again.Samuel Barney2013-12-021-1/+0
|
* Switched to using provided ReadItem function.Samuel Barney2013-12-021-17/+3
| | | | Fixed misplacing when clicking on the bottom of bottom slabs and the top of top slabs.
* 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
| | | | | Conflicts: VC2008/MCServer.vcproj
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+12
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+1917