summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol17x.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+1
| | | | | | Fixes #2603 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
* Refactored cProtocol Chat handlingtycho2015-09-211-8/+2
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Improved mapsTiger Wang2015-07-141-3/+1
|
* Added system and above action bar chat messagesjan642015-06-021-0/+6
|
* Merge pull request #1848 from scottwillmoore/ImplementTitleCommandMattes D2015-05-261-0/+7
|\ | | | | Implement backend for /title command
| * Implement backend for /title commandScott Moore2015-04-131-0/+7
| |
* | Added support for additional data in the ParticleEffect Packettycho2015-05-071-0/+1
|/ | | | Also started refactoring how broadcasts are handled
* Unified cPacketizer across all protocols.Mattes D2015-03-221-94/+18
|
* Fixed signedness warnings in Protocol.Mattes D2015-03-211-1/+1
|
* Fixed signedness issues in protocols.Mattes D2015-03-211-0/+5
|
* Unified cByteBuffer types.Mattes D2015-03-211-6/+9
| | | | cByteBuffer now reads and writes any of the [U]Int<N> types.
* Improved furnacesTiger Wang2014-10-031-1/+1
| | | | | | | | * Fixed progress bar on 1.8 * Fixed bugs * Improved code * Fixes #1068 * Fixes #1070
* Rewritten plugin messages, vanilla are being parsed directly.madmaxoft2014-09-301-0/+3
| | | | This should finally fix the compatibility problems between 1.7 and 1.8 protocols with the changes in the vanilla plugin messages.
* Dropped support for <1.7.xTiger Wang2014-09-271-3/+0
|
* Fixed players custom name in 1.8Howaner2014-09-261-1/+1
|
* Exported player list states to extra functions.Howaner2014-09-181-70/+74
|
* Moved chat json creating to the CompositeChat class.Howaner2014-09-131-3/+1
|
* 1.8: Fixed maps.Howaner2014-09-131-2/+2
|
* 1.8: Added ParticleEffect packet.Howaner2014-09-111-1/+1
|
* Added the player list to the 1.8 protocol.Howaner2014-09-091-1/+1
|
* Merge branch 'master' into 1.8-ProtocolHowaner2014-09-091-7/+7
|\
| * Alpha-sorted protocol 1.7 senders.Mattes D2014-09-061-7/+7
| |
* | Recoded cProtocol180 class.Howaner2014-09-081-24/+19
| |
* | 1.8: Fixed tab complete.Howaner2014-09-081-1/+1
| |
* | Fixed more 1.8 packets.Howaner2014-09-081-7/+7
| |
* | Added GetProtocolVersion() to cProtocol.Howaner2014-09-081-1/+0
| |
* | Fixed client errors.Howaner2014-09-041-2/+1
| |
* | Added more 1.8 protocol things.Howaner2014-09-041-8/+10
| |
* | Started implementing of the 1.8 protocol.Howaner2014-09-041-4/+10
|/
* Exported daylight cycle flag to the protocol.Howaner2014-08-111-1/+1
|
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-1/+1
|\ | | | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Player.cpp src/Root.cpp src/World.cpp
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
| |
* | Fix failed merge and other issuesTiger Wang2014-07-181-1/+1
| |
* | Merge branch 'master' into portalsTiger Wang2014-07-181-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp src/ClientHandle.h src/Entities/Player.cpp src/Entities/Player.h src/Generating/FinishGen.cpp src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol16x.cpp src/Protocol/Protocol16x.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/Root.h src/World.cpp
| * Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
| |
| * Fixed respawningTiger Wang2014-06-291-1/+1
| | | | | | | | * Fixes #1103
| * Added generic entity-collecting.Mattes D2014-06-271-1/+1
| | | | | | | | | | Now any cEntity can be collected, not only cPickups. This should help PR #1098.
* | Portals animate and delay correctlyTiger Wang2014-06-121-1/+1
|/
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+5
| | | | Fixes #1039, fixes #851
* Statistic Managerandrew2014-05-111-0/+1
|
* Fixed connection encryption.madmaxoft2014-05-031-1/+1
| | | | Fixes #975.
* Fixed warnings in ClientHandle.madmaxoft2014-05-011-1/+1
|
* Moved the rest of the Crypto objects into their own respective files.madmaxoft2014-04-291-3/+4
|
* Merge branch 'master' into Enchantingdaniel09162014-04-161-1/+21
|\
| * Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-1/+4
| | | | | | | | Server works both in online and offline modes with 1.7.9.
| * Initial 1.7.6 protocol support.madmaxoft2014-04-141-0/+17
| | | | | | | | Doesn't work yet because of missing UUIDs.
* | Merge remote-tracking branch 'upstream/master' into Enchantingdaniel09162014-04-071-23/+49
|\|
| * More Clang warning fixes in the protocols.madmaxoft2014-04-041-2/+2
| |
| * Fixed some Clang warnings in protocols.madmaxoft2014-04-041-1/+1
| |
| * 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
| |\
| * | Scoreboard protocol supportandrew2014-01-211-0/+3
| | |
* | | Some updates for enchanting (2)daniel09162014-01-311-1/+1
| | |
* | | Some updates for enchantingdaniel09162014-01-241-1/+1
| | |
* | | first changes for enchanting (not finished)daniel09162014-01-201-0/+1
| |/ |/| | | | | | | | | | | | | - added enchanting table block handler and added it to the blockhandler - added enchanting window - drop item in the slot 0 when the player close the window - added enchanting packet (1.7 only) - some more...
* | 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
* 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