1. 7fd8e6a Removed BlockID and ItemID in favor of Material. by Tad Hardesty · 11 years ago
  2. 2a2dfb6 Reorganized and implemented some LivingEntity health stuff. by Tad Hardesty · 11 years ago
  3. 1b57e34 Removed EntityEffect in favor of Bukkit's PotionEffect. by Tad Hardesty · 11 years ago
  4. ef7526f Only send block changes to players within view, fixing most of the weird lag. by Tad Hardesty · 11 years ago
  5. 3fd23eb Further work on new chunk handling. by Tad Hardesty · 11 years ago
  6. efe143f Further work on sane chunk management: by Tad Hardesty · 11 years ago
  7. 41943ad Cleanup of unused/deprecated chunk loading stuff. Corrected old generator byte order. by Tad Hardesty · 11 years ago
  8. 002645f Work on making chunks unload when they're not in use. by Tad Hardesty · 11 years ago
  9. 182e930 Improved GlowWorld constructor and default world creation. by Tad Hardesty · 11 years ago
  10. fa56a12 Reimplemented chunk snapshots and added back some populators. by Tad Hardesty · 11 years ago
  11. eb8e9c3 Implemented chunk bulk sending. by Tad Hardesty · 11 years ago
  12. 283cc8f Improved ChunkManager generation handling, tidied GlowWorld initialization somewhat. by Tad Hardesty · 11 years ago
  13. 9a5bd5a Update chunk I/O to the Anvil format. by Tad Hardesty · 11 years ago
  14. 48a09ed Started on changing chunks to use vertical sections. by Tad Hardesty · 11 years ago
  15. de3994c Added basic Travis-CI configuration. by Luke Spragg · 11 years ago
  16. f3956b9 Corrected plugin directory creation by Tad Hardesty · 11 years ago
  17. 5f3114a Minor cleanup to error messages in MessageMap and scheduler by Tad Hardesty · 11 years ago
  18. 06c64d5 Update README.md for Gradle by Steven Downer · 11 years ago
  19. 60a1651 Catch 'git describe' errors in build.gradle by Tad Hardesty · 11 years ago
  20. 8b359f6 Update build.gradle by Steven Downer · 11 years ago
  21. 0e5a5ba Tidied GlowBlock and GlowEntity and implemented metadata methods. by Tad Hardesty · 11 years ago
  22. 9a430c9 Tidied and implemented parts of GlowWorld, minor GlowServer implementation fixes. by Tad Hardesty · 11 years ago
  23. c316bfe Organized methods in GlowServer. by Tad Hardesty · 11 years ago
  24. 488bf50 Not-quite-finished new configuration shenanigans, other minor cleanup. by Tad Hardesty · 11 years ago
  25. 9bf2ad1 Updated TimeMessage and BlockChangeMessage. by Tad Hardesty · 11 years ago
  26. 246c93e Allow jar shading with 'shadowJar' task by desmin88 · 11 years ago
  27. e4be9e5 Handle incoming chat and stop handling messages after disconnect. by Tad Hardesty · 11 years ago
  28. 284584c Network handling improvements: by Tad Hardesty · 11 years ago
  29. 482dc03 Chunk sending works: by Tad Hardesty · 11 years ago
  30. 121ee84 Further protocol work (connectable!): by Tad Hardesty · 11 years ago
  31. b4b8626 Categorized Message classes and added login messages and basic login handler. by Tad Hardesty · 11 years ago
  32. b308de7 Protocol work and cleanup: by Tad Hardesty · 11 years ago
  33. f9adcc8 Further protocol updates: by Tad Hardesty · 11 years ago
  34. b3339df A bit of a start on protocol updates. by Tad Hardesty · 11 years ago
  35. c2b703c Cleaned up Gradle script, removed non-UTF-8 data in TextWrapper by Tad Hardesty · 11 years ago
  36. 0649f8f Preliminary maven to gradle conversion by desmin88 · 11 years ago
  37. a9edada Removed Netbeans files and moved txts to etc directory by Tad Hardesty · 11 years ago
  38. 99d0438 We're back! by Tad Hardesty · 11 years ago
  39. a8b426a Fix generation of Nether and End by SpaceManiac · 13 years ago
  40. ca6bbd1 Avoid concurrency problems in SessionRegistry (closes #44) by unknown · 13 years ago
  41. 0bb26b8 Automatically detect unimplemented methods. by hef · 13 years ago
  42. 310810f Fix coordToIndex, thanks zml2008! (closes #48, closes #51) by SpaceManiac · 13 years ago
  43. 3348487 Add getAllowEnd() method and create end if enabled in config (closes #52, closes #53) by SpaceManiac · 13 years ago
  44. ce01174 Implement new ConsoleCommandSender stuff by SpaceManiac · 13 years ago
  45. e793438 Various tweaks and fixes (closes #46) by zml2008 · 13 years ago
  46. 1db1e91 Implement TeleportCause for PlayerTeleportEvent. by SpaceManiac · 13 years ago
  47. 359a28c Added maven site generation. by hef · 13 years ago
  48. da9cfe5 Headdesk by SpaceManiac · 13 years ago
  49. ba192de Update for Bukkit 1.0.0 by SpaceManiac · 13 years ago
  50. 23b13c0 Dependencies and methods that actually exist, mkay? by SpaceManiac · 13 years ago
  51. 8fba08e Update for Minecraft 1.0.0, some optimizations to TargetBlock by zml2008 · 13 years ago
  52. 229dd21 Some minor unused import fixes, fix a goofy merge conflict issue by SpaceManiac · 13 years ago
  53. b9ba43a Implemented basic block physics (falling sand and doublesteps so far). by zml2008 · 13 years ago
  54. edc96ff This should fix chunk corruption when saving worlds - issue #3 by zml2008 · 13 years ago
  55. 7f09b77 * Async scheduler! by zml2008 · 13 years ago
  56. e17b25e Fixed some entity data storage bugs by zml2008 · 13 years ago
  57. 91e256a Fixed some issues with chunk storage by zml2008 · 13 years ago
  58. 31ca732 Updated for Bukkit changes by zml2008 · 13 years ago
  59. 64fa659 * Fuzzy command matching by zml2008 · 13 years ago
  60. bd06c51 Most of the Material deps removed, except where needed by API. by zml2008 · 13 years ago
  61. 961f248 * Updated for bukkit changes + calling some more events now by SpaceManiac · 13 years ago
  62. 86baa3d Update for Bukkit changes by SpaceManiac · 13 years ago
  63. a6c61be * Mostly complete world storage functionality. Quite messy and some parts may be broken. by zml2008 · 13 years ago
  64. bb3e03a Maybe fixed up BlockState's MaterialData stuff by SpaceManiac · 13 years ago
  65. 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
  66. 8ff4fb9 Add missing GlowPlayer methods by SpaceManiac · 13 years ago
  67. da28bfb Stream chunks closer to the player first by SpaceManiac · 13 years ago
  68. fd011db More 1.8 updates and fixes. Thanks zml2008! by SpaceManiac · 13 years ago
  69. 1014c4f Fixes to HumanEntity and Player, update for GameMode enum having a getValue() by SpaceManiac · 13 years ago
  70. 12567e8 Maybe kind of updated for 1.8 release. Apparently crashes clients on login. by SpaceManiac · 13 years ago
  71. 57fb338 Variety of spacing and Javadoc fixes by SpaceManiac · 13 years ago
  72. 1f66d06 Updated for 1.8, switching some stuff away from hardcoded 127/128 worldheight. by zml2008 · 13 years ago
  73. 389b704 Updated for Bukkit command/permission changes. by zml2008 · 13 years ago
  74. cc31559 Initial work on map stuff, not done by SpaceManiac · 13 years ago
  75. f757606 Initial work on crafting and inventory improvements, it kind of works but not quite by SpaceManiac · 13 years ago
  76. c467765 Misc cleanup and fixes by SpaceManiac · 13 years ago
  77. bce3b0f Formatting fixes to the generators by SpaceManiac · 13 years ago
  78. 5dde2dc Initial work on map generation stuff, still some kinks to work out. Thanks a bunch Nightgunner5! by SpaceManiac · 13 years ago
  79. 9b4fff9 Update for new Server getters; add whitelist and view-distance functionality; various config and documentation improvements. by SpaceManiac · 13 years ago
  80. f42d5a4 Add Heroes repository for JTerminal by SpaceManiac · 13 years ago
  81. cc2d7ab Add minimal GUI, to use set server.terminal-mode to gui (other options are jline and none) by SpaceManiac · 13 years ago
  82. 0a16f70 Various tileentity-related fixes. Fun forcing git to bend to my will. by SpaceManiac · 13 years ago
  83. 1070b02 Removed ebeans from pom again (was causing problems) and add keep-spawn-in-memory options by SpaceManiac · 13 years ago
  84. c942880 Added GlowSign TileEntity/BlockState (closes #29) by zml2008 · 13 years ago
  85. 7bdc27e Send player equipment to other players by SpaceManiac · 13 years ago
  86. 835e3c6 Add arm swinging by SpaceManiac · 13 years ago
  87. c970d1b Added world.playEffectExceptTo command; enabled digging sound by Zhuowei Zhang · 13 years ago
  88. f7e4463 Added sneaking support for players by Zhuowei Zhang · 13 years ago
  89. 253af13 Add ebeans as a direct dependency; readme fixes by SpaceManiac · 13 years ago
  90. 3c4667f Remove all @author Tad javadoc tags by SpaceManiac · 13 years ago
  91. 782fb3e Fix placing blocks in liquids; cleanup and events for block placement. by SpaceManiac · 13 years ago
  92. 1050448 Removed depracated methods, added chunk handling utility methods by SpaceManiac · 13 years ago
  93. d6085b1 Huzzah, text wrapping! by SpaceManiac · 13 years ago
  94. 796dd50 Add /help command, minor command improvements by SpaceManiac · 13 years ago
  95. 9cebfd0 fixes for block placement and breaking with damage values by zml2008 · 13 years ago
  96. bbee067 Manual merge of Zhuowei's new commands. Closes #11. by SpaceManiac · 13 years ago
  97. 25c5cc4 Remove GlowSlot class which has no reason to exist by SpaceManiac · 13 years ago
  98. fa87cc0 Clean up EventFactory; add MapDataMessage and codec by SpaceManiac · 13 years ago
  99. 465f61c Add World.getMaxHeight() by SpaceManiac · 13 years ago
  100. e320359 Implement glowstone.yml world generators by SpaceManiac · 13 years ago