1. b74232c Add public static method 'get_world_by_name'; update server version number by WHR · 3 years, 2 months ago
  2. 3b4339d Get Minecraft version dynamically by WHR · 3 years, 11 months ago
  3. 908bbf7 Client: GNU compatibility fixes by WHR · 4 years, 6 months ago
  4. 4955078 Client: update man page; fix an use-after-free bug by WHR · 4 years, 6 months ago
  5. 6cf870b Client: remove a debug message by WHR · 4 years, 6 months ago
  6. aa08dda Add project URL and Git repository URL in mcmod.info by WHR · 4 years, 6 months ago
  7. fb600c8 Declare the mod being compatible with Minecraft 1.12.* by WHR · 4 years, 6 months ago
  8. 5879e3e Server: add patch level to version number by WHR · 4 years, 6 months ago
  9. 4ec6f29 Update mcipm(1) man page to include option '--sort' to entitystat subcommand by WHR · 4 years, 6 months ago
  10. 02a2036 Client: add patch level to version number by WHR · 4 years, 6 months ago
  11. 90031d1 Client: entitystat: implement option '--sort' by WHR · 4 years, 6 months ago
  12. e6389cc Client: string offset variables are now signed integers; add copyright and license information on '--version' output by WHR · 4 years, 6 months ago
  13. aea417b Copy 'COPYING' file into .jar file by WHR · 4 years, 6 months ago
  14. 5acdcaf Add mcipm(1) man page by WHR · 4 years, 7 months ago
  15. 63a01e4 Fix entity type minecraft:player not found when using 'mcipm entitystat -t minecraft:player ...' by WHR · 4 years, 7 months ago
  16. e85a0e2 Pack nested structs by WHR · 4 years, 7 months ago
  17. b5c76de Client: check for minimal entity entry length by WHR · 4 years, 7 months ago
  18. 2300ba6 Add more available colums for entitystat subcommand by WHR · 4 years, 7 months ago
  19. bce12c3 Remove some debug messages by WHR · 4 years, 7 months ago
  20. ae3b499 Fix/change some default colum names by WHR · 4 years, 7 months ago
  21. 698421d Add kill subcommand by WHR · 4 years, 7 months ago
  22. 1a8cb27 Add copyright and license header for all source files; add LICENSE by WHR · 4 years, 7 months ago
  23. a5cfb41 Refactor option handling code of entitystat subcommand a little by WHR · 4 years, 7 months ago
  24. 072c918 Implement MCIPM_GET_ENTITIES_SELECTOR_ENTITY_TYPE by WHR · 4 years, 7 months ago
  25. 621d5e8 Add error code marcos in packet.h by WHR · 4 years, 7 months ago
  26. 78ab7ae Implement select entity by numeric instance ID by WHR · 4 years, 7 months ago
  27. 4d41995 Implement MCIPM_REPLY_ERROR by WHR · 4 years, 7 months ago
  28. b37a7a5 Fix EntityStatistics can't get player entity type name; try to truncate output to fit window width in entitystat by WHR · 4 years, 7 months ago
  29. 395114a Implements entitystat subcommand printing entities by WHR · 4 years, 7 months ago
  30. 560bc67 Add incomplete output format code for mcipm(1) tool by WHR · 4 years, 7 months ago
  31. d30ba38 Implement MCIPM_REPLY_ENTITIES by WHR · 4 years, 7 months ago
  32. 9480c86 Implementing entitystat tool by WHR · 4 years, 7 months ago
  33. 2b96809 Implement version query; add client code by WHR · 4 years, 7 months ago
  34. 9db3e04 Add protocol decoder by WHR · 4 years, 7 months ago
  35. e698144 Fix ServerJNRUnixDomainSocketChannel doesn't have an argument-less constructor; use jnr.enxio.channels.NativeSelectorProvider for ServerJNRUnixDomainSocketChannel by WHR · 4 years, 7 months ago
  36. 04d6517 Try to bind and listen on an Unix domain socket by WHR · 4 years, 7 months ago
  37. 56b937b JNR Unix domain socket implementation channel wrapper for Netty has just passed compilation... by WHR · 4 years, 7 months ago