Skip to content

Changes

Started 13 yr ago
Took 3.2 sec
Initial commit. Man the Minecraft protocol is sucky.
(commit: f065635)
md_5 at
Crush packets for speed and add basic toStrings
(commit: 83275df)
md_5 at
Strings can be treated as short_short
(commit: ea5584f)
md_5 at
Added the direction byte to 0x0F
(commit: ec1829d)
md_5 at
Hopefully fix issue #2 by using an unsigned byte
(commit: 5962ebd)
md-5 at
Micro optimize by using ubyte in skips
(commit: f38ef71)
md_5 at
0x47 is byte not boolean, shouldn't make a difference
(commit: e0b38c9)
md_5 at
Create new OPTIONAL_MOTION instruction and use it in 0x17
(commit: 05019bd)
md_5 at
Update for 1.4. Please note this is really messed and doesn't seem to work.
(commit: 52e81de)
md_5 at
Because server admins are bitchy we need to support 1.3 as well
(commit: 3c0f9bc)
md_5 at
Update version number to 1.4.4 - cosmetic change
(commit: b4661a5)
matt at
Actually a boolean, but still 1 byte so only a visual difference.
(commit: 12eff81)
md_5 at
Potentially dramatically reduce CPU usage at the cost of 1 megabytes of ram across the entire Bungee instance.
(commit: 684600a)
md_5 at