Skip to content
Success

#167 (Feb 9, 2013, 7:04:17 AM)

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