1. 6f505ab Messed with placement and destruction handlers by SpaceManiac · 13 years ago
  2. 9fc9187 Fixed up the CME properly by SpaceManiac · 13 years ago
  3. 2c749c8 Working on fixing the ConcurrentModificationException that kills relogging by SpaceManiac · 13 years ago
  4. 394f198 Added InfiniMap generator. by SpaceManiac · 13 years ago
  5. 0ec3a65 Slight change to Position by SpaceManiac · 13 years ago
  6. 3d33321 Fixed WindowClick by SpaceManiac · 13 years ago
  7. 3af5a84 Some more refactoring, stub World implementation by SpaceManiac · 13 years ago
  8. f767390 Refactor World to GlowWorld by SpaceManiac · 13 years ago
  9. b8e3829 BlockState implementation by SpaceManiac · 13 years ago
  10. 4787131 Refactored Chunk to GlowChunk, now implements Chunk, added GlowBlock implementing Block by SpaceManiac · 13 years ago
  11. 378edd8 Added missing PlayerInventory.setArmorContents by SpaceManiac · 13 years ago
  12. 315592a Added PlayerInventory implementation by SpaceManiac · 13 years ago
  13. c289704 Hopefully complete Inventory implementation by SpaceManiac · 13 years ago
  14. 73cd915 Merged in Lightstone's new world generators. by SpaceManiac · 13 years ago
  15. 15f297c Refactoring for inventory, GlowInventory implementation to come. by SpaceManiac · 13 years ago
  16. c2d0841 Moved World class, small addition to bukkit.txt by SpaceManiac · 13 years ago
  17. 752ffeb Added bukkit.txt as a sort of roadmap. by SpaceManiac · 13 years ago
  18. 0fcd41e Bringing in Lightstone's 1.5 changes. by SpaceManiac · 13 years ago
  19. 097339d Moving of packages to be more Bukkitesque, no code changes. by SpaceManiac · 14 years ago
  20. 5e682ab Whoops, re-added stuff by SpaceManiac · 14 years ago
  21. 322e797 Merge McRegion. by SpaceManiac · 14 years ago
  22. 3b17ff0 Fixed message by SpaceManiac · 14 years ago
  23. d4075ae Added Zhuowei Zhang's digging message. by SpaceManiac · 14 years ago
  24. c12b3d9 tabs by SpaceManiac · 14 years ago
  25. 3450151 Updated gitignore and removed ant data by SpaceManiac · 14 years ago
  26. 2b8c3df Pom fixes by SpaceManiac · 14 years ago
  27. 2ab7562 Fixed pom by SpaceManiac · 14 years ago
  28. 3f316f8 Add pom.xml. by SpaceManiac · 14 years ago
  29. a2ab50a Moved sources by SpaceManiac · 14 years ago
  30. 26881af whoops by SpaceManiac · 14 years ago
  31. 5efc19e Refactor of NBT utils. by SpaceManiac · 14 years ago
  32. d5d64d1 Added JNBT ready to merge Zhuowei's McRegion implementation. by Graham Edgecombe · 14 years ago
  33. 2d15b7c Various test shenanigans by SpaceManiac · 14 years ago
  34. 4086494 Fixed startup classname by SpaceManiac · 14 years ago
  35. a909055 Refactoring to convert Position and Rotation into bukkit.Location by SpaceManiac · 14 years ago
  36. 39e04bd Renamed all packages to net.glowstone by SpaceManiac · 14 years ago
  37. 64ebc80 Updated build.xml and ivy.xml for fork. by SpaceManiac · 14 years ago
  38. ef717b9 Merge github.com:grahamedgecombe/lightstone by SpaceManiac · 14 years ago
  39. 18ef9b1 Added logo. by Graham Edgecombe · 14 years ago
  40. 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
  41. d792876 Removed some additional whitespace from some of the files. by Graham Edgecombe · 14 years ago
  42. 855a84f Switched to the MIT license. by Graham Edgecombe · 14 years ago
  43. 06f92e8 Changed name in build.xml by SpaceManiac · 14 years ago
  44. 6eba703 Upgraded to JRuby 1.6.0. by Graham Edgecombe · 14 years ago
  45. b1691c3 Added more documentation. by Graham Edgecombe · 14 years ago
  46. dc76f0b Removed a stupid import that the IDE put there. by Graham Edgecombe · 14 years ago
  47. 9c729f3 Real timeout fix. by Graham Edgecombe · 14 years ago
  48. 3baefaa Bumped up timeout, upgraded libraries. by Graham Edgecombe · 14 years ago
  49. 2d4bc0b Added javadocs for all the classes in the net (but not net.codec) package. by Graham Edgecombe · 14 years ago
  50. 766106d Added javadoc comments to everything in the model package and changed the way by Graham Edgecombe · 14 years ago
  51. 7b6f5c9 Added copyright/license notices and ignored IntelliJ/NetBeans project files. by Graham Edgecombe · 14 years ago
  52. 6d7fcaf Added a monster class and fixed a bug in the spawn mob codec. by Graham Edgecombe · 14 years ago
  53. 73cb7d8 Added a broadcastMessage() method to the World class. by Graham Edgecombe · 14 years ago
  54. 2445a9d Added a constant for the eye height. by Graham Edgecombe · 14 years ago
  55. 704a555 Removed some whitespace from the Entity class. by Graham Edgecombe · 14 years ago
  56. 66de9b7 Implemented enough functionality for other entities to appear. by Graham Edgecombe · 14 years ago
  57. 169eaa5 Small error. by Graham Edgecombe · 14 years ago
  58. a4c54ff Mojag link in the readme. by Graham Edgecombe · 14 years ago
  59. 9d97f19 The TestWorldGenerator now generates a flat, grassy world. by Graham Edgecombe · 14 years ago
  60. b4d418b Player pos/rotation updated on the server, chunks are streamed every tick. by Graham Edgecombe · 14 years ago
  61. 65bdde5 Removed old comment entries in the ivysettings.xml file. by Graham Edgecombe · 14 years ago
  62. aef51d3 More links in the README file. by Graham Edgecombe · 14 years ago
  63. b94ca5c Updated the readme. by Graham Edgecombe · 14 years ago
  64. 0aceb9e Added a javadoc task. by Graham Edgecombe · 14 years ago
  65. eff0d4c Removed extra whitespace from some files. by Graham Edgecombe · 14 years ago
  66. 830ebd7 Apache Ivy is now used for dependency management so binaries are no longer in by Graham Edgecombe · 14 years ago
  67. a30d2c3 Removed the player manager. by Graham Edgecombe · 14 years ago
  68. 1ec02a9 The parameter type 5 is item instead of coordinate like I originally suspected. by Graham Edgecombe · 14 years ago
  69. bb0b3f0 Added the play note block message. by Graham Edgecombe · 14 years ago
  70. 2ca723a Added some new packets from the 1.2 update. by Graham Edgecombe · 14 years ago
  71. ae79da2 Added lots of the underlying infrastructure for the server. by Graham Edgecombe · 14 years ago
  72. 7ef6e5b Added lots of the underlying infrastructure for the server. by Graham Edgecombe · 14 years ago
  73. 727c870 Added Server ref to Session, added tools dir with utilities. by Graham Edgecombe · 14 years ago
  74. f9ea10f Linked directly to the MCC wiki in the readme. by Graham Edgecombe · 14 years ago
  75. 2d1f5cd Removed extra whitespace. by Graham Edgecombe · 14 years ago
  76. 06b897c Added a basic task scheduling system. by Graham Edgecombe · 14 years ago
  77. 567455e Full stops at the end of each bullet for consistency. by Graham Edgecombe · 14 years ago
  78. ace3ceb More links in the README.markdown file. by Graham Edgecombe · 14 years ago
  79. 598ec08 Documentation update. by Graham Edgecombe · 14 years ago
  80. ae490de Fixed the activate item message, decoder debugging. by Graham Edgecombe · 14 years ago
  81. c61088a Fleshed out a few more model classes and some codec/message refactoring. by Graham Edgecombe · 14 years ago
  82. 86e6d89 Fixed the old packets - everything should be up to date now. by Graham Edgecombe · 14 years ago
  83. b9242d5 Added all window packets and the update sign packet. by Graham Edgecombe · 14 years ago
  84. ac77366 All packets added except window-related ones. by Graham Edgecombe · 14 years ago
  85. 6cd7476 Added all packets between id 0 and 51. by Graham Edgecombe · 14 years ago
  86. 1c333e8 New codecs and some refactoring. by Graham Edgecombe · 14 years ago
  87. 76d9d0d Moved the spawn pos codec to the correct package. by Graham Edgecombe · 14 years ago
  88. 90195d7 Added codecs for the entity interaction, update health and set spawn position packets. by Graham Edgecombe · 14 years ago
  89. 1c98297 Merge branch 'master' of github.com:grahamedgecombe/lightstone by Graham Edgecombe · 14 years ago
  90. 5331009 Changed the name of the codec for the synchronize inventory message to fit in with the general convention. by Graham Edgecombe · 14 years ago
  91. 0a36745 Changed the name of the codec for the synchronize inventory method to fit in with the general convention. by Graham Edgecombe · 14 years ago
  92. 62672bb Added an Item class and a codec/message for the synchronize inventory packet. by Graham Edgecombe · 14 years ago
  93. 5bf9027 Changed the dimension to be read as a signed byte. by Graham Edgecombe · 14 years ago
  94. 3ea2a8e Added a basic build.xml for Apache Ant. by Graham Edgecombe · 14 years ago
  95. d1f6374 Renamed documentation files to fit in with the general convention. by Graham Edgecombe · 14 years ago
  96. 57d55a1 Changed the 'starting ...' prompt to say Lightstone instead of minecraft-smpd. by Graham Edgecombe · 14 years ago
  97. 2a97cc6 Prepared Lightstone to be published on GitHub. by Graham Edgecombe · 14 years ago
  98. 881bb85 Added support for chat, pinging, basic handshake, identification and testing terrain. by Graham Edgecombe · 14 years ago
  99. 40ea853 Added skeletal 'hello world' SMP server implementation. by Graham Edgecombe · 14 years ago