summaryrefslogtreecommitdiffstats
path: root/src/Protocol/ProtocolRecognizer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added GetProtocolVersion() to cProtocol.Howaner2014-09-081-2/+2
|
* Started implementing of the 1.8 protocol.Howaner2014-09-041-1/+24
|
* Make sure packets are validworktycho2014-09-011-6/+24
| | | Fixes CID 66408, 66409 and 72045
* Merge pull request #1339 from mc-server/HooksSTRWarrior2014-08-201-13/+15
|\ | | | | Added HOOK_SERVER_PING
| * Renamed a_Motd to a_ServerDescription.Howaner2014-08-201-4/+4
| |
| * Added a_ClientHandle to the HOOK_SERVER_PING hook.Howaner2014-08-201-0/+3
| |
| * Added "HOOK_SERVER_PING" call to older protocolsHowaner2014-08-201-13/+12
| |
* | Exported daylight cycle flag to the protocol.Howaner2014-08-111-2/+2
|/
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-4/+4
|\ | | | | | | | | | | | | | | 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
| |
| * Fixed attempts to call c_str on ChatColorsarchshift2014-07-191-2/+2
| |
| * Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
| |
* | Merge branch 'master' into portalsTiger Wang2014-07-181-11/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * ProtocolRecognizer.cpp: removed unused NumBytesReadarchshift2014-07-181-2/+0
| |
| * Basic style fixes.madmaxoft2014-07-171-3/+3
| |
| * Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-2/+2
| |
| * Fixed respawningTiger Wang2014-06-291-2/+2
| | | | | | | | * Fixes #1103
| * Added generic entity-collecting.Mattes D2014-06-271-2/+2
| | | | | | | | | | Now any cEntity can be collected, not only cPickups. This should help PR #1098.
* | Merge branch 'master' into portalsTiger Wang2014-06-211-0/+1
|\| | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Entity.h src/Entities/Player.h
| * Nullify deleted pointers.archshift2014-06-191-0/+1
| |
| * Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-2/+2
| | | | | | | | Fixes #1039, fixes #851
* | Portals animate and delay correctlyTiger Wang2014-06-121-2/+2
| |
* | Implemented end and nether portalsTiger Wang2014-05-311-2/+2
|/
* Statistic Managerandrew2014-05-111-0/+10
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-2/+2
|
* Fixed warnings in ClientHandle.madmaxoft2014-05-011-1/+1
|
* Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-0/+23
|\ | | | | | | | | | | | | | | Conflicts: src/Authenticator.cpp src/ClientHandle.cpp src/Entities/Minecart.cpp src/Protocol/Protocol17x.cpp
| * Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-0/+10
| | | | | | | | Server works both in online and offline modes with 1.7.9.
| * Initial 1.7.6 protocol support.madmaxoft2014-04-141-0/+13
| | | | | | | | Doesn't work yet because of missing UUIDs.
* | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-6/+7
|/
* More Clang warning fixes in the protocols.madmaxoft2014-04-041-3/+3
|
* Fixed some Clang warnings in protocols.madmaxoft2014-04-041-1/+1
|
* WarningsTycho2014-03-071-1/+1
|
* Manual merge (Fixed conflicts)andrew2014-02-201-0/+18
|\
| * Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+8
| | | | | | | | + Implemented paintings
| * Implemented cCompositeChat.madmaxoft2014-02-151-0/+10
| | | | | | | | | | 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/+10
| |
* | Implementation of in-game mapsandrew2014-02-131-0/+20
|/
* PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-1/+1
|
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-0/+10
|\
| * Removed unneeded paramtersTiger Wang2014-01-191-2/+2
| |
| * 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/+10
| | | | | | | | | | | | | | * 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-1/+31
|/
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+10
| | | | It is not yet exported in the API, though.
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+1
|
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+10
|
* Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-0/+20
|
* Renamed animation functionTiger Wang2013-12-071-2/+2
| | | | | Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know.
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+10
| | | | | Conflicts: VC2008/MCServer.vcproj
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+10
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+905