Summary
- Initial commit. Man the Minecraft protocol is sucky. (commit: f065635) (details)
- Fix a few definitions (commit: c9f78a9) (details)
- Crush packets for speed and add basic toStrings (commit: 83275df) (details)
- Strings can be treated as short_short (commit: ea5584f) (details)
- Added the direction byte to 0x0F (commit: ec1829d) (details)
- Hopefully fix issue #2 by using an unsigned byte (commit: 5962ebd) (details)
- Micro optimize by using ubyte in skips (commit: f38ef71) (details)
- Fix 0x17 (commit: 3b7df92) (details)
- 0x47 is byte not boolean, shouldn't make a difference (commit: e0b38c9) (details)
- Create new OPTIONAL_MOTION instruction and use it in 0x17 (commit: 05019bd) (details)
- Change to Mendax and refactor stuff. (commit: 51174c2) (details)
- Update for 1.4. Please note this is really messed and doesn't seem to (commit: 52e81de) (details)
- Is ammar2 a wizard? (commit: 9e4ecf1) (details)
- Because server admins are bitchy we need to support 1.3 as well (commit: 3c0f9bc) (details)
- Update to 1.4.4 (commit: 166fc79) (details)
- Update version number to 1.4.4 - cosmetic change (commit: b4661a5) (details)
- Fix potential issue with maps and frames. (commit: 1999076) (details)
- Update to protocol version 51 (commit: 2100b66) (details)
- No packet 15 anymore. (commit: 2e8c511) (details)
- Actually a boolean, but still 1 byte so only a visual difference. (commit: 12eff81) (details)
- Potentially dramatically reduce CPU usage at the cost of 1 megabytes of (commit: 684600a) (details)
- Require a buffer to be passed along. (commit: 6bb9a14) (details)