1. 9b4fff9 Update for new Server getters; add whitelist and view-distance functionality; various config and documentation improvements. by SpaceManiac · 13 years ago
  2. f42d5a4 Add Heroes repository for JTerminal by SpaceManiac · 13 years ago
  3. cc2d7ab Add minimal GUI, to use set server.terminal-mode to gui (other options are jline and none) by SpaceManiac · 13 years ago
  4. 0a16f70 Various tileentity-related fixes. Fun forcing git to bend to my will. by SpaceManiac · 13 years ago
  5. 1070b02 Removed ebeans from pom again (was causing problems) and add keep-spawn-in-memory options by SpaceManiac · 13 years ago
  6. c942880 Added GlowSign TileEntity/BlockState (closes #29) by zml2008 · 13 years ago
  7. 7bdc27e Send player equipment to other players by SpaceManiac · 13 years ago
  8. 835e3c6 Add arm swinging by SpaceManiac · 13 years ago
  9. c970d1b Added world.playEffectExceptTo command; enabled digging sound by Zhuowei Zhang · 13 years ago
  10. f7e4463 Added sneaking support for players by Zhuowei Zhang · 13 years ago
  11. 253af13 Add ebeans as a direct dependency; readme fixes by SpaceManiac · 13 years ago
  12. 3c4667f Remove all @author Tad javadoc tags by SpaceManiac · 13 years ago
  13. 782fb3e Fix placing blocks in liquids; cleanup and events for block placement. by SpaceManiac · 13 years ago
  14. 1050448 Removed depracated methods, added chunk handling utility methods by SpaceManiac · 13 years ago
  15. d6085b1 Huzzah, text wrapping! by SpaceManiac · 13 years ago
  16. 796dd50 Add /help command, minor command improvements by SpaceManiac · 13 years ago
  17. 9cebfd0 fixes for block placement and breaking with damage values by zml2008 · 13 years ago
  18. bbee067 Manual merge of Zhuowei's new commands. Closes #11. by SpaceManiac · 13 years ago
  19. 25c5cc4 Remove GlowSlot class which has no reason to exist by SpaceManiac · 13 years ago
  20. fa87cc0 Clean up EventFactory; add MapDataMessage and codec by SpaceManiac · 13 years ago
  21. 465f61c Add World.getMaxHeight() by SpaceManiac · 13 years ago
  22. e320359 Implement glowstone.yml world generators by SpaceManiac · 13 years ago
  23. e1a44bd Removed depracated methods, hopefully actually fixed world load percentages by SpaceManiac · 13 years ago
  24. 4e9bf7c Added stub piston reaction by SpaceManiac · 13 years ago
  25. 76881f5 Implement permissions. by SpaceManiac · 13 years ago
  26. b3e9703 Hopefully improved worldgen progress meter; added stub getBiome by SpaceManiac · 13 years ago
  27. 25f3db8 Moved default configuration generation; added importing from server.properties and bukkit.yml; changed database from user/pass to username/password by SpaceManiac · 13 years ago
  28. 7bd1a75 Fixed some issues in config loading; added logging to file with built-in rotation by date by SpaceManiac · 13 years ago
  29. eeef497 Added persistence and moved config files to their own subdirectory. by zml2008 · 13 years ago
  30. efc155a Merge branch 'master' of github.com:SpaceManiac/Glowstone by SpaceManiac · 13 years ago
  31. 9a55a39 Early implementation of tile entities complete with NoteBlock example by SpaceManiac · 13 years ago
  32. 0d3450d Added minecraft.net name verification by zml2008 · 13 years ago
  33. 9169f5f Fixed a typo in PlayEffectCodec and changed to a fixed length buffer by Zhuowei Zhang · 13 years ago
  34. af249bd Fixed command handling; override default logger by SpaceManiac · 13 years ago
  35. 2525f4d Implement chunk snapshots by SpaceManiac · 13 years ago
  36. 769d830 Added stats to jar tester; updated unsupported operations list; fixed empty slots in crafting recipes by SpaceManiac · 13 years ago
  37. cbf14e3 Added new biome-related helper methods by SpaceManiac · 13 years ago
  38. 676214d Shortened crafting code drastically with a couple utility functions; added recipe mirroring by SpaceManiac · 13 years ago
  39. 7d0bf02 Fixed various recipes, added some temp testing code, and refactored some things by SpaceManiac · 13 years ago
  40. 83390f5 Fix for uuid changes by SpaceManiac · 13 years ago
  41. 914f455 Add furnace fuel stuff, implemented recipe checking (untested so far) by SpaceManiac · 13 years ago
  42. efdf75a Added all the remaining crafting recipes, but I seem to have three extra. by SpaceManiac · 13 years ago
  43. 8e9a353 Support for lightning strikes added. by Zhuowei Zhang · 13 years ago
  44. 3ea7311 Stub world UID stuff by SpaceManiac · 13 years ago
  45. 0e73a44 Fixed tab completion and made stop actually work properly. by SpaceManiac · 13 years ago
  46. 78768ca Fixed a ConcurrentModificationException in the scheduler by SpaceManiac · 13 years ago
  47. e982ada Massive amount of new stuff to make logging and console I/O prettier by SpaceManiac · 13 years ago
  48. 1606430 Added the ability to read commands at the console via jline. by Zhuowei Zhang · 13 years ago
  49. be33794 Removed ConstItemStack, added CraftingManager so far. At 119/151 recipes, shaped recipe checking code is not yet implemented. by SpaceManiac · 13 years ago
  50. 7be11a6 Semi-finished BlockProperties enum, not used anywhere yet. by SpaceManiac · 13 years ago
  51. 7e28d0c Undid 'debug code' by SpaceManiac · 13 years ago
  52. 1453d51 Made digging a little more realistic. No protection against malicious by Andrew Krieger · 13 years ago
  53. 01d378f Implemented PLAYER_MOVE event. by Andrew Krieger · 13 years ago
  54. c8330b9 Fixed quits counting as kicks. by SpaceManiac · 13 years ago
  55. 8f375ff Fixed PlayerQuitEvent and PlayerKickEvent issues by SpaceManiac · 13 years ago
  56. d98811d Spacing fixes in project metadata by SpaceManiac · 13 years ago
  57. 804f86f Fixed plugins being loaded twice on startup. by SpaceManiac · 13 years ago
  58. 662fc00 Implement PlayerChatEvent and PlayerCommandPreprocessEvent. by SpaceManiac · 13 years ago
  59. 242cf20 Merge pull request #5 from akrieger/whitespace by Tad Hardesty · 13 years ago
  60. 22a6546 Replace all tabs with 4 spaces. This might mean some intentional tabs got owned. by Andrew Krieger · 13 years ago
  61. 4e91785 Initial work on events: PLAYER_JOIN, PLAYER_QUIT, and PLAYER_KICK. by SpaceManiac · 13 years ago
  62. 94f7918 Fixed SimplePluginManager initialization by SpaceManiac · 13 years ago
  63. 90de184 (Hopefully) Implemented plugin load order. by SpaceManiac · 13 years ago
  64. 0cbd04e Moved around a fair amount of stuff in GlowPlayer by SpaceManiac · 13 years ago
  65. aaada5a Minor movement of methods in GlowChunk by SpaceManiac · 13 years ago
  66. f571557 Addition of stub methods for latest Bukkit API changes. by SpaceManiac · 13 years ago
  67. 76f0117 Fixed up gitdescribe plugin and Server.getVersion() by SpaceManiac · 13 years ago
  68. c0f766c Update readme to reflect changes to jarring process by SpaceManiac · 13 years ago
  69. edc49d0 Add World.playEffect and Player.playEffect implementations. by SpaceManiac · 13 years ago
  70. 31a5169 Server: add unloadWorld Player: add blank sendChunkChange by SpaceManiac · 13 years ago
  71. f1cfbe3 Stub methods for new UUID and ChunkSnapshot interfaces until I get them implemented tomorrow. by SpaceManiac · 13 years ago
  72. 28965ce LivingEntity: implement getEyeHeight. Ish. by SpaceManiac · 13 years ago
  73. 632ded9 World: remove TIME_SCALE, only send time every 12 ticks. by SpaceManiac · 13 years ago
  74. 669ef4f Add InventoryViewer interface. InventoryViewers attached to inventories receive notification of slot updates. by SpaceManiac · 13 years ago
  75. 6063c30 Add chunk pregeneration to World, remove debug messages from ChunkManager. by SpaceManiac · 13 years ago
  76. 07a82ab Tentative work on getting populators working. by SpaceManiac · 13 years ago
  77. 73453a4 Now implementing Bukkit's ChunkGenerator interface. Hopefully that's everything. by SpaceManiac · 13 years ago
  78. bc3fd40 World: fix getEnvironment, call save() regularly by SpaceManiac · 13 years ago
  79. cf2320e An absolutely HUGE amount of changes to support proper world loading, creation, and multiworld teleportation. by SpaceManiac · 13 years ago
  80. 43d3d03 Add testjars.py to tools - tests jars in plugins/ directory for CraftBukkit dependencies. by SpaceManiac · 13 years ago
  81. 7ce1adc Oops. Fixed players not pulsing. by SpaceManiac · 13 years ago
  82. 2ffcaff Fixed a ConcurrentModificationException (thanks stress-testers!) by SpaceManiac · 13 years ago
  83. 2e23f7e Fix ChunkManager.getLoadedChunks. Add quick lightning message broadcast. by SpaceManiac · 13 years ago
  84. 826482e Removed need for duplicate CommandException. by SpaceManiac · 13 years ago
  85. e0fd9ea Implement World.save(). by SpaceManiac · 13 years ago
  86. 401a118 Implemented weather-related getters and setters in World. by SpaceManiac · 13 years ago
  87. e0121d5 Implement a variety of chunk-related methods in World and ChunkManager. by SpaceManiac · 13 years ago
  88. 5f45959 Server: slight cleaning of imports by SpaceManiac · 13 years ago
  89. 6fe0dfb Server now calls Bukkit.setServer(). by SpaceManiac · 13 years ago
  90. ae25118 Fixed slightly incorrect locations during player spawning and teleportation. by SpaceManiac · 13 years ago
  91. 9087cf2 Added built-in commands /op, /deop, and /list. by SpaceManiac · 13 years ago
  92. 757e3ec Implement getServicesManager(), which /reload needs or something. by SpaceManiac · 13 years ago
  93. ca9d184 Move Perlin2D to util namespace. Add ops.txt support. by SpaceManiac · 13 years ago
  94. 348726a Move command and chat handling to Player.chat. Fix player teleportation. by SpaceManiac · 13 years ago
  95. d1140d7 Fixed duplicate chat messages, added join and quit messages. by SpaceManiac · 13 years ago
  96. ad5a5ca Added event listing to bukkit.txt. by SpaceManiac · 13 years ago
  97. de0120f Implemented Server.dispatchCommand - Glowstone can now do commands! by SpaceManiac · 13 years ago
  98. 3d8d2f5 Plugins are now loaded, huzzah! No events still, so they mostly don't do anything. by SpaceManiac · 13 years ago
  99. fdb1734 Updated bukkit.txt; fixed a lot of Not-Implemented-Yets. by SpaceManiac · 13 years ago
  100. 696a14f Migrated exception-handling code during ticks. by SpaceManiac · 13 years ago