1. 8a75ed9 Switch to thread-per-world design for ticking by zml · 11 years ago
  2. 60f32b9 Minor correctness fixes: by Tad Hardesty · 11 years ago
  3. c4644ee Updated message classes for flow-net change. by Tad Hardesty · 11 years ago
  4. 54db50d Added EntityHeadRotation message. Refactored entity update/spawn message creation to allow multiple messages, and put base update in Entity. by Tad Hardesty · 11 years ago
  5. 7c41995 Players can now see each other move: by Tad Hardesty · 11 years ago
  6. 065a84d Further work on entity packet update: by Tad Hardesty · 11 years ago
  7. 0f7b619 Revamped entity metadata system and added some things to TagCompoundUtils. by Tad Hardesty · 11 years ago
  8. 5357763 Started on updating entity packets (not functional). by Tad Hardesty · 11 years ago
  9. bc88c8b Added ClientSettings and PluginMessage packets: by Tad Hardesty · 11 years ago
  10. 08feedc Update for flow-networking changes by Jack Huey · 11 years ago
  11. 6eb7f39 Improved command handling: by Tad Hardesty · 11 years ago
  12. 85495c5 Improved server list handling (with icon support) and actually reload config on reload. by Tad Hardesty · 11 years ago
  13. 7135b5c Updated protocols for flow-net change. by Tad Hardesty · 11 years ago
  14. 1003f1f Updated and tidied codecs for silly flow-net business. by Tad Hardesty · 11 years ago
  15. ca02c93 Added shortcut register inbound and outbound methods. by Tad Hardesty · 11 years ago
  16. b99d1e4 Migrated Health, Experience, SetWindowSlot packets. by Tad Hardesty · 11 years ago
  17. 4353194 Updated ChunkBulkMessage to flow-net. by Tad Hardesty · 11 years ago
  18. 52d32b4 Cleanup and fixes to networking: by Tad Hardesty · 11 years ago
  19. 5fd07be Implemented encrypted connections. by desmin88 · 11 years ago
  20. 3f32a8e Big flow-networking update. by desmin88 · 11 years ago
  21. b5dca8f Begin work on encrypted authentication, decryption of secret and tokens. by desmin88 · 11 years ago
  22. 88716fc Implemented isPrimaryThread and callSyncMethod, along with helper syncIfNeeded. by Tad Hardesty · 11 years ago
  23. 793c07d Moved some inventory stuff from Player to HumanEntity. by Tad Hardesty · 11 years ago
  24. 29f7cc2 Tidied and implemented a few minor properties in Entity and LivingEntity (sans actual functionality). by Tad Hardesty · 11 years ago
  25. c590dcb Tidied Block and BlockState and implemented some missing methods. by Tad Hardesty · 11 years ago
  26. 4fdfa1a Added configuration key for console mode and implemented colors on Windows. by Tad Hardesty · 11 years ago
  27. 61cc5fb Implemented tab-completion and updated JLine version. by Tad Hardesty · 11 years ago
  28. 2b2ef52 Redid large amounts of ConsoleManager to be more sane. by Tad Hardesty · 11 years ago
  29. 60469a7 Added very basic ItemFactory and ItemMeta implementations and re-enabled crafting initialization. by Tad Hardesty · 11 years ago
  30. dd0f7a7 Added simple (no customization) HelpMap implementation. by Tad Hardesty · 11 years ago
  31. 230d1ef Switched to standard SimpleCommandMap and Bukkit's built-in commands. by Tad Hardesty · 11 years ago
  32. 4cb6779 Corrected previous build failure. by Tad Hardesty · 11 years ago
  33. 3d1f1f1 Updated inventories to have owner, type, and new methods. by Tad Hardesty · 11 years ago
  34. 31ef346 Updated JLine dependency. by Tad Hardesty · 11 years ago
  35. 9c404be Improved configuration handling, including a better defaults system. by Tad Hardesty · 11 years ago
  36. 7fd8e6a Removed BlockID and ItemID in favor of Material. by Tad Hardesty · 11 years ago
  37. 2a2dfb6 Reorganized and implemented some LivingEntity health stuff. by Tad Hardesty · 11 years ago
  38. 1b57e34 Removed EntityEffect in favor of Bukkit's PotionEffect. by Tad Hardesty · 11 years ago
  39. ef7526f Only send block changes to players within view, fixing most of the weird lag. by Tad Hardesty · 11 years ago
  40. 3fd23eb Further work on new chunk handling. by Tad Hardesty · 11 years ago
  41. efe143f Further work on sane chunk management: by Tad Hardesty · 11 years ago
  42. 41943ad Cleanup of unused/deprecated chunk loading stuff. Corrected old generator byte order. by Tad Hardesty · 11 years ago
  43. 002645f Work on making chunks unload when they're not in use. by Tad Hardesty · 11 years ago
  44. 182e930 Improved GlowWorld constructor and default world creation. by Tad Hardesty · 11 years ago
  45. fa56a12 Reimplemented chunk snapshots and added back some populators. by Tad Hardesty · 11 years ago
  46. eb8e9c3 Implemented chunk bulk sending. by Tad Hardesty · 11 years ago
  47. 283cc8f Improved ChunkManager generation handling, tidied GlowWorld initialization somewhat. by Tad Hardesty · 11 years ago
  48. 9a5bd5a Update chunk I/O to the Anvil format. by Tad Hardesty · 11 years ago
  49. 48a09ed Started on changing chunks to use vertical sections. by Tad Hardesty · 11 years ago
  50. de3994c Added basic Travis-CI configuration. by Luke Spragg · 11 years ago
  51. f3956b9 Corrected plugin directory creation by Tad Hardesty · 11 years ago
  52. 5f3114a Minor cleanup to error messages in MessageMap and scheduler by Tad Hardesty · 11 years ago
  53. 06c64d5 Update README.md for Gradle by Steven Downer · 11 years ago
  54. 60a1651 Catch 'git describe' errors in build.gradle by Tad Hardesty · 11 years ago
  55. 8b359f6 Update build.gradle by Steven Downer · 11 years ago
  56. 0e5a5ba Tidied GlowBlock and GlowEntity and implemented metadata methods. by Tad Hardesty · 11 years ago
  57. 9a430c9 Tidied and implemented parts of GlowWorld, minor GlowServer implementation fixes. by Tad Hardesty · 11 years ago
  58. c316bfe Organized methods in GlowServer. by Tad Hardesty · 11 years ago
  59. 488bf50 Not-quite-finished new configuration shenanigans, other minor cleanup. by Tad Hardesty · 11 years ago
  60. 9bf2ad1 Updated TimeMessage and BlockChangeMessage. by Tad Hardesty · 11 years ago
  61. 246c93e Allow jar shading with 'shadowJar' task by desmin88 · 11 years ago
  62. e4be9e5 Handle incoming chat and stop handling messages after disconnect. by Tad Hardesty · 11 years ago
  63. 284584c Network handling improvements: by Tad Hardesty · 11 years ago
  64. 482dc03 Chunk sending works: by Tad Hardesty · 11 years ago
  65. 121ee84 Further protocol work (connectable!): by Tad Hardesty · 11 years ago
  66. b4b8626 Categorized Message classes and added login messages and basic login handler. by Tad Hardesty · 11 years ago
  67. b308de7 Protocol work and cleanup: by Tad Hardesty · 11 years ago
  68. f9adcc8 Further protocol updates: by Tad Hardesty · 11 years ago
  69. b3339df A bit of a start on protocol updates. by Tad Hardesty · 11 years ago
  70. c2b703c Cleaned up Gradle script, removed non-UTF-8 data in TextWrapper by Tad Hardesty · 11 years ago
  71. 0649f8f Preliminary maven to gradle conversion by desmin88 · 11 years ago
  72. a9edada Removed Netbeans files and moved txts to etc directory by Tad Hardesty · 11 years ago
  73. 99d0438 We're back! by Tad Hardesty · 11 years ago
  74. a8b426a Fix generation of Nether and End by SpaceManiac · 13 years ago
  75. ca6bbd1 Avoid concurrency problems in SessionRegistry (closes #44) by unknown · 13 years ago
  76. 0bb26b8 Automatically detect unimplemented methods. by hef · 13 years ago
  77. 310810f Fix coordToIndex, thanks zml2008! (closes #48, closes #51) by SpaceManiac · 13 years ago
  78. 3348487 Add getAllowEnd() method and create end if enabled in config (closes #52, closes #53) by SpaceManiac · 13 years ago
  79. ce01174 Implement new ConsoleCommandSender stuff by SpaceManiac · 13 years ago
  80. e793438 Various tweaks and fixes (closes #46) by zml2008 · 13 years ago
  81. 1db1e91 Implement TeleportCause for PlayerTeleportEvent. by SpaceManiac · 13 years ago
  82. 359a28c Added maven site generation. by hef · 13 years ago
  83. da9cfe5 Headdesk by SpaceManiac · 13 years ago
  84. ba192de Update for Bukkit 1.0.0 by SpaceManiac · 13 years ago
  85. 23b13c0 Dependencies and methods that actually exist, mkay? by SpaceManiac · 13 years ago
  86. 8fba08e Update for Minecraft 1.0.0, some optimizations to TargetBlock by zml2008 · 13 years ago
  87. 229dd21 Some minor unused import fixes, fix a goofy merge conflict issue by SpaceManiac · 13 years ago
  88. b9ba43a Implemented basic block physics (falling sand and doublesteps so far). by zml2008 · 13 years ago
  89. edc96ff This should fix chunk corruption when saving worlds - issue #3 by zml2008 · 13 years ago
  90. 7f09b77 * Async scheduler! by zml2008 · 13 years ago
  91. e17b25e Fixed some entity data storage bugs by zml2008 · 13 years ago
  92. 91e256a Fixed some issues with chunk storage by zml2008 · 13 years ago
  93. 31ca732 Updated for Bukkit changes by zml2008 · 13 years ago
  94. 64fa659 * Fuzzy command matching by zml2008 · 13 years ago
  95. bd06c51 Most of the Material deps removed, except where needed by API. by zml2008 · 13 years ago
  96. 961f248 * Updated for bukkit changes + calling some more events now by SpaceManiac · 13 years ago
  97. 86baa3d Update for Bukkit changes by SpaceManiac · 13 years ago
  98. a6c61be * Mostly complete world storage functionality. Quite messy and some parts may be broken. by zml2008 · 13 years ago
  99. bb3e03a Maybe fixed up BlockState's MaterialData stuff by SpaceManiac · 13 years ago
  100. ca61a2f Refactor a bunch of chunk loading stuff so GlowChunks can represent non-loaded chunks and eliminate infinite recursion in edge cases by SpaceManiac · 13 years ago