1. 242cf20 Merge pull request #5 from akrieger/whitespace by Tad Hardesty · 13 years ago
  2. 22a6546 Replace all tabs with 4 spaces. This might mean some intentional tabs got owned. by Andrew Krieger · 13 years ago
  3. 4e91785 Initial work on events: PLAYER_JOIN, PLAYER_QUIT, and PLAYER_KICK. by SpaceManiac · 13 years ago
  4. 94f7918 Fixed SimplePluginManager initialization by SpaceManiac · 13 years ago
  5. 90de184 (Hopefully) Implemented plugin load order. by SpaceManiac · 13 years ago
  6. 0cbd04e Moved around a fair amount of stuff in GlowPlayer by SpaceManiac · 13 years ago
  7. aaada5a Minor movement of methods in GlowChunk by SpaceManiac · 13 years ago
  8. f571557 Addition of stub methods for latest Bukkit API changes. by SpaceManiac · 13 years ago
  9. 76f0117 Fixed up gitdescribe plugin and Server.getVersion() by SpaceManiac · 13 years ago
  10. c0f766c Update readme to reflect changes to jarring process by SpaceManiac · 13 years ago
  11. edc49d0 Add World.playEffect and Player.playEffect implementations. by SpaceManiac · 13 years ago
  12. 31a5169 Server: add unloadWorld Player: add blank sendChunkChange by SpaceManiac · 13 years ago
  13. f1cfbe3 Stub methods for new UUID and ChunkSnapshot interfaces until I get them implemented tomorrow. by SpaceManiac · 13 years ago
  14. 28965ce LivingEntity: implement getEyeHeight. Ish. by SpaceManiac · 13 years ago
  15. 632ded9 World: remove TIME_SCALE, only send time every 12 ticks. by SpaceManiac · 13 years ago
  16. 669ef4f Add InventoryViewer interface. InventoryViewers attached to inventories receive notification of slot updates. by SpaceManiac · 13 years ago
  17. 6063c30 Add chunk pregeneration to World, remove debug messages from ChunkManager. by SpaceManiac · 13 years ago
  18. 07a82ab Tentative work on getting populators working. by SpaceManiac · 13 years ago
  19. 73453a4 Now implementing Bukkit's ChunkGenerator interface. Hopefully that's everything. by SpaceManiac · 13 years ago
  20. bc3fd40 World: fix getEnvironment, call save() regularly by SpaceManiac · 13 years ago
  21. cf2320e An absolutely HUGE amount of changes to support proper world loading, creation, and multiworld teleportation. by SpaceManiac · 13 years ago
  22. 43d3d03 Add testjars.py to tools - tests jars in plugins/ directory for CraftBukkit dependencies. by SpaceManiac · 13 years ago
  23. 7ce1adc Oops. Fixed players not pulsing. by SpaceManiac · 13 years ago
  24. 2ffcaff Fixed a ConcurrentModificationException (thanks stress-testers!) by SpaceManiac · 13 years ago
  25. 2e23f7e Fix ChunkManager.getLoadedChunks. Add quick lightning message broadcast. by SpaceManiac · 13 years ago
  26. 826482e Removed need for duplicate CommandException. by SpaceManiac · 13 years ago
  27. e0fd9ea Implement World.save(). by SpaceManiac · 13 years ago
  28. 401a118 Implemented weather-related getters and setters in World. by SpaceManiac · 13 years ago
  29. e0121d5 Implement a variety of chunk-related methods in World and ChunkManager. by SpaceManiac · 13 years ago
  30. 5f45959 Server: slight cleaning of imports by SpaceManiac · 13 years ago
  31. 6fe0dfb Server now calls Bukkit.setServer(). by SpaceManiac · 13 years ago
  32. ae25118 Fixed slightly incorrect locations during player spawning and teleportation. by SpaceManiac · 13 years ago
  33. 9087cf2 Added built-in commands /op, /deop, and /list. by SpaceManiac · 13 years ago
  34. 757e3ec Implement getServicesManager(), which /reload needs or something. by SpaceManiac · 13 years ago
  35. ca9d184 Move Perlin2D to util namespace. Add ops.txt support. by SpaceManiac · 13 years ago
  36. 348726a Move command and chat handling to Player.chat. Fix player teleportation. by SpaceManiac · 13 years ago
  37. d1140d7 Fixed duplicate chat messages, added join and quit messages. by SpaceManiac · 13 years ago
  38. ad5a5ca Added event listing to bukkit.txt. by SpaceManiac · 13 years ago
  39. de0120f Implemented Server.dispatchCommand - Glowstone can now do commands! by SpaceManiac · 13 years ago
  40. 3d8d2f5 Plugins are now loaded, huzzah! No events still, so they mostly don't do anything. by SpaceManiac · 13 years ago
  41. fdb1734 Updated bukkit.txt; fixed a lot of Not-Implemented-Yets. by SpaceManiac · 13 years ago
  42. 696a14f Migrated exception-handling code during ticks. by SpaceManiac · 13 years ago
  43. 98b2885 Implement BukkitScheduler. by SpaceManiac · 13 years ago
  44. 8dccbdd Delete defunt GameMode hierarchy. by SpaceManiac · 13 years ago
  45. 7b1d2e2 Removed from bukkit.txt all classes with complete or partial Glowstone implementations. by SpaceManiac · 13 years ago
  46. 1f8bdd0 Various addition of things and implementation of things in the entity category. by SpaceManiac · 13 years ago
  47. ea7200a Some refactoring of entity classes to be named Glow* in preparation for implementing stuff. by SpaceManiac · 13 years ago
  48. 643ce20 Server is now GlowServer and implements org.bukkit.Server. by SpaceManiac · 13 years ago
  49. c6fd4dc Large amount of changes to allow chunks to know what world they're in. by SpaceManiac · 13 years ago
  50. f73a2e0 quick comment by SpaceManiac · 13 years ago
  51. 2b74f78 Ah forget it, just clone the list every time. Inefficient, but you can't win 'em all (ew at remove being called from inside pulse) by SpaceManiac · 13 years ago
  52. 6f505ab Messed with placement and destruction handlers by SpaceManiac · 13 years ago
  53. 9fc9187 Fixed up the CME properly by SpaceManiac · 13 years ago
  54. 2c749c8 Working on fixing the ConcurrentModificationException that kills relogging by SpaceManiac · 13 years ago
  55. 394f198 Added InfiniMap generator. by SpaceManiac · 13 years ago
  56. 0ec3a65 Slight change to Position by SpaceManiac · 13 years ago
  57. 3d33321 Fixed WindowClick by SpaceManiac · 13 years ago
  58. 3af5a84 Some more refactoring, stub World implementation by SpaceManiac · 13 years ago
  59. f767390 Refactor World to GlowWorld by SpaceManiac · 13 years ago
  60. b8e3829 BlockState implementation by SpaceManiac · 13 years ago
  61. 4787131 Refactored Chunk to GlowChunk, now implements Chunk, added GlowBlock implementing Block by SpaceManiac · 13 years ago
  62. 378edd8 Added missing PlayerInventory.setArmorContents by SpaceManiac · 13 years ago
  63. 315592a Added PlayerInventory implementation by SpaceManiac · 13 years ago
  64. c289704 Hopefully complete Inventory implementation by SpaceManiac · 13 years ago
  65. 73cd915 Merged in Lightstone's new world generators. by SpaceManiac · 13 years ago
  66. 15f297c Refactoring for inventory, GlowInventory implementation to come. by SpaceManiac · 13 years ago
  67. c2d0841 Moved World class, small addition to bukkit.txt by SpaceManiac · 13 years ago
  68. 752ffeb Added bukkit.txt as a sort of roadmap. by SpaceManiac · 13 years ago
  69. 0fcd41e Bringing in Lightstone's 1.5 changes. by SpaceManiac · 13 years ago
  70. 097339d Moving of packages to be more Bukkitesque, no code changes. by SpaceManiac · 14 years ago
  71. 5e682ab Whoops, re-added stuff by SpaceManiac · 14 years ago
  72. 322e797 Merge McRegion. by SpaceManiac · 14 years ago
  73. 3b17ff0 Fixed message by SpaceManiac · 14 years ago
  74. d4075ae Added Zhuowei Zhang's digging message. by SpaceManiac · 14 years ago
  75. c12b3d9 tabs by SpaceManiac · 14 years ago
  76. 3450151 Updated gitignore and removed ant data by SpaceManiac · 14 years ago
  77. 2b8c3df Pom fixes by SpaceManiac · 14 years ago
  78. 2ab7562 Fixed pom by SpaceManiac · 14 years ago
  79. 3f316f8 Add pom.xml. by SpaceManiac · 14 years ago
  80. a2ab50a Moved sources by SpaceManiac · 14 years ago
  81. 26881af whoops by SpaceManiac · 14 years ago
  82. 5efc19e Refactor of NBT utils. by SpaceManiac · 14 years ago
  83. d5d64d1 Added JNBT ready to merge Zhuowei's McRegion implementation. by Graham Edgecombe · 14 years ago
  84. 2d15b7c Various test shenanigans by SpaceManiac · 14 years ago
  85. 4086494 Fixed startup classname by SpaceManiac · 14 years ago
  86. a909055 Refactoring to convert Position and Rotation into bukkit.Location by SpaceManiac · 14 years ago
  87. 39e04bd Renamed all packages to net.glowstone by SpaceManiac · 14 years ago
  88. 64ebc80 Updated build.xml and ivy.xml for fork. by SpaceManiac · 14 years ago
  89. ef717b9 Merge github.com:grahamedgecombe/lightstone by SpaceManiac · 14 years ago
  90. 18ef9b1 Added logo. by Graham Edgecombe · 14 years ago
  91. e0f0b82 Moved classes to correct packages, added final specifiers where they were missing and removed the old copyright text from a file files. by Graham Edgecombe · 14 years ago
  92. d792876 Removed some additional whitespace from some of the files. by Graham Edgecombe · 14 years ago
  93. 855a84f Switched to the MIT license. by Graham Edgecombe · 14 years ago
  94. 06f92e8 Changed name in build.xml by SpaceManiac · 14 years ago
  95. 6eba703 Upgraded to JRuby 1.6.0. by Graham Edgecombe · 14 years ago
  96. b1691c3 Added more documentation. by Graham Edgecombe · 14 years ago
  97. dc76f0b Removed a stupid import that the IDE put there. by Graham Edgecombe · 14 years ago
  98. 9c729f3 Real timeout fix. by Graham Edgecombe · 14 years ago
  99. 3baefaa Bumped up timeout, upgraded libraries. by Graham Edgecombe · 14 years ago
  100. 2d4bc0b Added javadocs for all the classes in the net (but not net.codec) package. by Graham Edgecombe · 14 years ago