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
/
source
/
Protocol
/
ProtocolRecognizer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for 1.6.3 and 1.6.4 protocols.
madmaxoft
2013-09-19
1
-0
/
+6
*
Implemented xoft's suggestions [SEE DESC]
Tiger Wang
2013-08-29
1
-2
/
+2
*
Fixed Minecart spawning issues
Tiger Wang
2013-08-28
1
-2
/
+2
*
Added cWindow property manipulation API.
madmaxoft
2013-08-18
1
-2
/
+2
*
Moved MaxPlayers and Description from cWorld to cServer.
madmaxoft
2013-08-11
1
-8
/
+9
*
Tab completion packet is handled and sent.
madmaxoft
2013-07-30
1
-0
/
+10
*
Added the "Edit Sign" packet sent to the client placing a sign.
madmaxoft
2013-07-29
1
-0
/
+10
*
Changed everyting to Unix line endings.
Alexander Harkness
2013-07-29
1
-771
/
+771
*
1.6.2 protocol implemented, both in MCServer and in ProtoProxy
madmaxoft@gmail.com
2013-07-08
1
-0
/
+7
*
Improved function names for protocol packet sending; alpha-sorted the function lists
madmaxoft@gmail.com
2013-07-07
1
-20
/
+41
*
Initial 1.6.1 protocol support.
madmaxoft@gmail.com
2013-07-05
1
-0
/
+8
*
More TNT fixes.
madmaxoft@gmail.com
2013-06-18
1
-1
/
+1
*
Added 1.5.2 compatibility.
madmaxoft@gmail.com
2013-05-08
1
-0
/
+3
*
Fixed Linux compilation, slight code cleanup
madmaxoft@gmail.com
2013-04-19
1
-2
/
+2
*
Initial implementation of explosions and TNT block
keyboard.osh@gmail.com
2013-04-18
1
-0
/
+10
*
Fixed personal crafting grid not being tossed on inventory close.
madmaxoft@gmail.com
2013-04-04
1
-2
/
+2
*
Added support for the packet #28 (0x1C): ENTITY_VELOCITY
keyboard.osh@gmail.com
2013-03-18
1
-0
/
+8
*
Release 1.5 supported, yay :)
madmaxoft@gmail.com
2013-03-14
1
-0
/
+8
*
Player can sit in minecarts (but not move them yet)
madmaxoft@gmail.com
2013-03-03
1
-0
/
+10
*
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
2013-02-21
1
-2
/
+2
*
Minecarts can now be placed.
madmaxoft@gmail.com
2013-02-18
1
-0
/
+10
*
Adjusted the protocol framework to support different types of falling block spawning.
madmaxoft@gmail.com
2012-12-26
1
-0
/
+10
*
Added the 1.4.6 protocol
madmaxoft@gmail.com
2012-12-24
1
-3
/
+10
*
Added an assert for unknown protocol, so that the function isn't missed when upgrading to a new protocol.
madmaxoft@gmail.com
2012-11-15
1
-0
/
+1
*
Added support for 1.4.4 client, using the 1.4.2 protocol class
madmaxoft@gmail.com
2012-11-15
1
-11
/
+36
*
Refactored the world time.
madmaxoft@gmail.com
2012-11-01
1
-2
/
+2
*
Initial 1.4.2 support.
luksor111@gmail.com
2012-10-31
1
-0
/
+6
*
Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version
madmaxoft@gmail.com
2012-10-31
1
-9
/
+53
*
My OCD has alpha-sorted some stuff :)
madmaxoft@gmail.com
2012-10-21
1
-44
/
+44
*
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
2012-10-21
1
-1
/
+13
*
Added falling block entities. Sand and gravel now properly fall down
faketruth
2012-09-30
1
-0
/
+10
*
Beds can be slept in now (it doesn't change the time though)
faketruth
2012-09-29
1
-0
/
+10
*
Fixed memory leaks in cWindow and cProtocolRecognizer
madmaxoft@gmail.com
2012-09-29
1
-0
/
+1
*
Added the block dig animation packet (patch contributed by l0udPL)
madmaxoft@gmail.com
2012-09-25
1
-0
/
+10
*
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
2012-09-25
1
-0
/
+8
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-4
/
+4
*
Source files cleanup: Protocol-related files in a separate subfolder
madmaxoft@gmail.com
2012-09-23
1
-0
/
+542