index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Protocol
/
ProtocolRecognizer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-77
/
+77
*
Merge pull request #1502 from mc-server/furnaces
Tiger Wang
2014-10-18
1
-1
/
+1
|
\
|
*
Improved furnaces
Tiger Wang
2014-10-03
1
-1
/
+1
*
|
cClientHandle: Added protocol version knowledge.
Mattes D
2014-10-05
1
-0
/
+1
|
/
*
Style fixes.
madmaxoft
2014-09-29
1
-3
/
+3
*
Compilation fix
Tiger Wang
2014-09-28
1
-1
/
+1
*
Bug fix
Tiger Wang
2014-09-27
1
-2
/
+15
*
Dropped support for <1.7.x
Tiger Wang
2014-09-27
1
-202
/
+3
*
Fixed players custom name in 1.8
Howaner
2014-09-26
1
-2
/
+2
*
Code improvements.
Howaner
2014-09-19
1
-1
/
+1
*
Merge branch 'master' into 1.8-Protocol
Howaner
2014-09-19
1
-1
/
+1
|
\
|
*
Initial BungeeCord support.
madmaxoft
2014-09-17
1
-1
/
+1
*
|
Exported player list states to extra functions.
Howaner
2014-09-18
1
-2
/
+42
*
|
1.8: Fixed maps.
Howaner
2014-09-13
1
-4
/
+4
*
|
Removed GetProtocolVersion() from the protocols.
Howaner
2014-09-11
1
-1
/
+1
*
|
1.8: Added ParticleEffect packet.
Howaner
2014-09-11
1
-2
/
+2
*
|
Added the player list to the 1.8 protocol.
Howaner
2014-09-09
1
-2
/
+2
*
|
Added GetProtocolVersion() to cProtocol.
Howaner
2014-09-08
1
-2
/
+2
*
|
Started implementing of the 1.8 protocol.
Howaner
2014-09-04
1
-1
/
+24
|
/
*
Make sure packets are valid
worktycho
2014-09-01
1
-6
/
+24
*
Merge pull request #1339 from mc-server/Hooks
STRWarrior
2014-08-20
1
-13
/
+15
|
\
|
*
Renamed a_Motd to a_ServerDescription.
Howaner
2014-08-20
1
-4
/
+4
|
*
Added a_ClientHandle to the HOOK_SERVER_PING hook.
Howaner
2014-08-20
1
-0
/
+3
|
*
Added "HOOK_SERVER_PING" call to older protocols
Howaner
2014-08-20
1
-13
/
+12
*
|
Exported daylight cycle flag to the protocol.
Howaner
2014-08-11
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'origin/master' into portals
Tiger Wang
2014-07-22
1
-4
/
+4
|
\
|
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
|
*
Fixed attempts to call c_str on ChatColors
archshift
2014-07-19
1
-2
/
+2
|
*
Fixed style: spaces after commas.
madmaxoft
2014-07-19
1
-1
/
+1
*
|
Merge branch 'master' into portals
Tiger Wang
2014-07-18
1
-11
/
+9
|
\
|
|
*
ProtocolRecognizer.cpp: removed unused NumBytesRead
archshift
2014-07-18
1
-2
/
+0
|
*
Basic style fixes.
madmaxoft
2014-07-17
1
-3
/
+3
|
*
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-2
/
+2
|
*
Fixed respawning
Tiger Wang
2014-06-29
1
-2
/
+2
|
*
Added generic entity-collecting.
Mattes D
2014-06-27
1
-2
/
+2
*
|
Merge branch 'master' into portals
Tiger Wang
2014-06-21
1
-0
/
+1
|
\
|
|
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
|
*
Fixed deadlock when moving players to other worlds.
Mattes D
2014-06-08
1
-2
/
+2
*
|
Portals animate and delay correctly
Tiger Wang
2014-06-12
1
-2
/
+2
*
|
Implemented end and nether portals
Tiger Wang
2014-05-31
1
-2
/
+2
|
/
*
Statistic Manager
andrew
2014-05-11
1
-0
/
+10
*
Fixed MSVC 64-bit build warnings.
Mattes D
2014-05-09
1
-2
/
+2
*
Fixed warnings in ClientHandle.
madmaxoft
2014-05-01
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into fixes
jfhumann
2014-04-18
1
-0
/
+23
|
\
|
*
Implemented the 1.7.6 protocol and authenticator.
madmaxoft
2014-04-14
1
-0
/
+10
|
*
Initial 1.7.6 protocol support.
madmaxoft
2014-04-14
1
-0
/
+13
*
|
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-6
/
+7
|
/
*
More Clang warning fixes in the protocols.
madmaxoft
2014-04-04
1
-3
/
+3
*
Fixed some Clang warnings in protocols.
madmaxoft
2014-04-04
1
-1
/
+1
*
Warnings
Tycho
2014-03-07
1
-1
/
+1
*
Manual merge (Fixed conflicts)
andrew
2014-02-20
1
-0
/
+18
|
\
|
*
Implemented paintings, fixes #689
Tiger Wang
2014-02-18
1
-0
/
+8
|
*
Implemented cCompositeChat.
madmaxoft
2014-02-15
1
-0
/
+10
*
|
Map decorators; Map clients
andrew
2014-02-18
1
-0
/
+10
*
|
Implementation of in-game maps
andrew
2014-02-13
1
-0
/
+20
|
/
*
PolarSSL is fully used for 1.3.2 protocol encryption.
madmaxoft
2014-01-23
1
-1
/
+1
*
Merge branch 'master' of https://github.com/mc-server/MCServer
andrew
2014-01-21
1
-0
/
+10
|
\
|
*
Removed unneeded paramters
Tiger Wang
2014-01-19
1
-2
/
+2
|
*
Changed SendBlockEntity format slightly
Tiger Wang
2014-01-19
1
-2
/
+2
|
*
Improved command blocks
Tiger Wang
2014-01-19
1
-0
/
+10
*
|
Scoreboard protocol support
andrew
2014-01-21
1
-1
/
+31
|
/
*
Added cClientHandle::SendPluginMessage().
madmaxoft
2014-01-09
1
-0
/
+10
*
Fixed a few MSVC warnings.
madmaxoft
2014-01-06
1
-1
/
+1
*
Implented BroadcastParticleEffect
STRWarrior
2013-12-22
1
-0
/
+10
*
Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.
STRWarrior
2013-12-14
1
-0
/
+20
*
Renamed animation function
Tiger Wang
2013-12-07
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-26
1
-0
/
+10
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-0
/
+10
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+905