summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol17x.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WarningsTycho2014-03-071-1/+1
|
* Manual merge (Fixed conflicts)andrew2014-02-201-12/+27
|\
| * Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+1
| | | | | | | | + Implemented paintings
| * Implemented cCompositeChat.madmaxoft2014-02-151-12/+26
| | | | | | | | | | This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678.
* | Map decorators; Map clientsandrew2014-02-181-0/+1
| |
* | Implementation of in-game mapsandrew2014-02-131-0/+2
|/
* Protocol 1.7: Forced encryption on all connections.madmaxoft2014-01-281-0/+2
| | | | This is for testing purposes only, to find bugs in the encryption. Once the encryption is deemed stable, it will be enabled only for servers with enabled Authentication.
* Merged branch 'master' into ChangeToPolarSSL.madmaxoft2014-01-251-0/+4
|\
| * Comm logging is available in both Debug and Release modes.madmaxoft2014-01-251-2/+0
| |
| * Added per-connection comm logging in debug mode.madmaxoft2014-01-241-0/+5
| | | | | | | | It is meant for debugging only, so it is compiled only into debug mode. It is activated by starting the server with "/logcomm" parameter.
* | PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-7/+6
|/
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-0/+2
|\
| * Removed unneeded paramtersTiger Wang2014-01-191-1/+1
| |
| * Changed SendBlockEntity format slightlyTiger Wang2014-01-191-2/+2
| | | | | | | | | | * 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/+3
|/
* Added packet diagnostics to 1.7 protocol.madmaxoft2014-01-161-2/+4
| | | | When the packet is mis-interpreted, a log message is output about the packet type and lengths.
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+1
| | | | It is not yet exported in the API, though.
* Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex2014-01-051-0/+14
| | | | | | I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function.
* 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
|
* Fixed threading issues affecting cProtocol172.madmaxoft2013-12-131-28/+28
|
* Renamed animation functionTiger Wang2013-12-071-1/+1
| | | | | Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know.
* Fixed the remaining derpsAlexander Harkness2013-11-271-2/+2
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+1
| | | | | Conflicts: VC2008/MCServer.vcproj
* Further attempts to fix compileTiger Wang2013-11-251-2/+2
|
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+1
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+258