- efc155a Merge branch 'master' of github.com:SpaceManiac/Glowstone by SpaceManiac · 13 years ago
- 9a55a39 Early implementation of tile entities complete with NoteBlock example by SpaceManiac · 13 years ago
- 0d3450d Added minecraft.net name verification by zml2008 · 13 years ago
- 9169f5f Fixed a typo in PlayEffectCodec and changed to a fixed length buffer by Zhuowei Zhang · 13 years ago
- af249bd Fixed command handling; override default logger by SpaceManiac · 13 years ago
- 2525f4d Implement chunk snapshots by SpaceManiac · 13 years ago
- 769d830 Added stats to jar tester; updated unsupported operations list; fixed empty slots in crafting recipes by SpaceManiac · 13 years ago
- cbf14e3 Added new biome-related helper methods by SpaceManiac · 13 years ago
- 676214d Shortened crafting code drastically with a couple utility functions; added recipe mirroring by SpaceManiac · 13 years ago
- 7d0bf02 Fixed various recipes, added some temp testing code, and refactored some things by SpaceManiac · 13 years ago
- 83390f5 Fix for uuid changes by SpaceManiac · 13 years ago
- 914f455 Add furnace fuel stuff, implemented recipe checking (untested so far) by SpaceManiac · 13 years ago
- efdf75a Added all the remaining crafting recipes, but I seem to have three extra. by SpaceManiac · 13 years ago
- 8e9a353 Support for lightning strikes added. by Zhuowei Zhang · 13 years ago
- 3ea7311 Stub world UID stuff by SpaceManiac · 13 years ago
- 0e73a44 Fixed tab completion and made stop actually work properly. by SpaceManiac · 13 years ago
- 78768ca Fixed a ConcurrentModificationException in the scheduler by SpaceManiac · 13 years ago
- e982ada Massive amount of new stuff to make logging and console I/O prettier by SpaceManiac · 13 years ago
- 1606430 Added the ability to read commands at the console via jline. by Zhuowei Zhang · 13 years ago
- be33794 Removed ConstItemStack, added CraftingManager so far. At 119/151 recipes, shaped recipe checking code is not yet implemented. by SpaceManiac · 13 years ago
- 7be11a6 Semi-finished BlockProperties enum, not used anywhere yet. by SpaceManiac · 13 years ago
- 7e28d0c Undid 'debug code' by SpaceManiac · 13 years ago
- 1453d51 Made digging a little more realistic. No protection against malicious by Andrew Krieger · 13 years ago
- 01d378f Implemented PLAYER_MOVE event. by Andrew Krieger · 13 years ago
- c8330b9 Fixed quits counting as kicks. by SpaceManiac · 13 years ago
- 8f375ff Fixed PlayerQuitEvent and PlayerKickEvent issues by SpaceManiac · 13 years ago
- 804f86f Fixed plugins being loaded twice on startup. by SpaceManiac · 13 years ago
- 662fc00 Implement PlayerChatEvent and PlayerCommandPreprocessEvent. by SpaceManiac · 13 years ago
- 22a6546 Replace all tabs with 4 spaces. This might mean some intentional tabs got owned. by Andrew Krieger · 13 years ago
- 4e91785 Initial work on events: PLAYER_JOIN, PLAYER_QUIT, and PLAYER_KICK. by SpaceManiac · 13 years ago
- 94f7918 Fixed SimplePluginManager initialization by SpaceManiac · 13 years ago
- 90de184 (Hopefully) Implemented plugin load order. by SpaceManiac · 13 years ago
- 0cbd04e Moved around a fair amount of stuff in GlowPlayer by SpaceManiac · 13 years ago
- aaada5a Minor movement of methods in GlowChunk by SpaceManiac · 13 years ago
- f571557 Addition of stub methods for latest Bukkit API changes. by SpaceManiac · 13 years ago
- 76f0117 Fixed up gitdescribe plugin and Server.getVersion() by SpaceManiac · 13 years ago
- edc49d0 Add World.playEffect and Player.playEffect implementations. by SpaceManiac · 13 years ago
- 31a5169 Server: add unloadWorld Player: add blank sendChunkChange by SpaceManiac · 13 years ago
- f1cfbe3 Stub methods for new UUID and ChunkSnapshot interfaces until I get them implemented tomorrow. by SpaceManiac · 13 years ago
- 28965ce LivingEntity: implement getEyeHeight. Ish. by SpaceManiac · 13 years ago
- 632ded9 World: remove TIME_SCALE, only send time every 12 ticks. by SpaceManiac · 13 years ago
- 669ef4f Add InventoryViewer interface. InventoryViewers attached to inventories receive notification of slot updates. by SpaceManiac · 13 years ago
- 6063c30 Add chunk pregeneration to World, remove debug messages from ChunkManager. by SpaceManiac · 13 years ago
- 07a82ab Tentative work on getting populators working. by SpaceManiac · 13 years ago
- 73453a4 Now implementing Bukkit's ChunkGenerator interface. Hopefully that's everything. by SpaceManiac · 13 years ago
- bc3fd40 World: fix getEnvironment, call save() regularly by SpaceManiac · 13 years ago
- cf2320e An absolutely HUGE amount of changes to support proper world loading, creation, and multiworld teleportation. by SpaceManiac · 13 years ago
- 7ce1adc Oops. Fixed players not pulsing. by SpaceManiac · 13 years ago
- 2ffcaff Fixed a ConcurrentModificationException (thanks stress-testers!) by SpaceManiac · 13 years ago
- 2e23f7e Fix ChunkManager.getLoadedChunks. Add quick lightning message broadcast. by SpaceManiac · 13 years ago
- 826482e Removed need for duplicate CommandException. by SpaceManiac · 13 years ago
- e0fd9ea Implement World.save(). by SpaceManiac · 13 years ago
- 401a118 Implemented weather-related getters and setters in World. by SpaceManiac · 13 years ago
- e0121d5 Implement a variety of chunk-related methods in World and ChunkManager. by SpaceManiac · 13 years ago
- 5f45959 Server: slight cleaning of imports by SpaceManiac · 13 years ago
- 6fe0dfb Server now calls Bukkit.setServer(). by SpaceManiac · 13 years ago
- ae25118 Fixed slightly incorrect locations during player spawning and teleportation. by SpaceManiac · 13 years ago
- 9087cf2 Added built-in commands /op, /deop, and /list. by SpaceManiac · 13 years ago
- 757e3ec Implement getServicesManager(), which /reload needs or something. by SpaceManiac · 13 years ago
- ca9d184 Move Perlin2D to util namespace. Add ops.txt support. by SpaceManiac · 13 years ago
- 348726a Move command and chat handling to Player.chat. Fix player teleportation. by SpaceManiac · 13 years ago
- d1140d7 Fixed duplicate chat messages, added join and quit messages. by SpaceManiac · 13 years ago
- de0120f Implemented Server.dispatchCommand - Glowstone can now do commands! by SpaceManiac · 13 years ago
- 3d8d2f5 Plugins are now loaded, huzzah! No events still, so they mostly don't do anything. by SpaceManiac · 13 years ago
- fdb1734 Updated bukkit.txt; fixed a lot of Not-Implemented-Yets. by SpaceManiac · 13 years ago
- 696a14f Migrated exception-handling code during ticks. by SpaceManiac · 13 years ago
- 98b2885 Implement BukkitScheduler. by SpaceManiac · 13 years ago
- 8dccbdd Delete defunt GameMode hierarchy. by SpaceManiac · 13 years ago
- 1f8bdd0 Various addition of things and implementation of things in the entity category. by SpaceManiac · 13 years ago
- ea7200a Some refactoring of entity classes to be named Glow* in preparation for implementing stuff. by SpaceManiac · 13 years ago
- 643ce20 Server is now GlowServer and implements org.bukkit.Server. by SpaceManiac · 13 years ago
- c6fd4dc Large amount of changes to allow chunks to know what world they're in. by SpaceManiac · 13 years ago
- f73a2e0 quick comment by SpaceManiac · 14 years ago
- 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 · 14 years ago
- 6f505ab Messed with placement and destruction handlers by SpaceManiac · 14 years ago
- 9fc9187 Fixed up the CME properly by SpaceManiac · 14 years ago
- 2c749c8 Working on fixing the ConcurrentModificationException that kills relogging by SpaceManiac · 14 years ago
- 394f198 Added InfiniMap generator. by SpaceManiac · 14 years ago
- 0ec3a65 Slight change to Position by SpaceManiac · 14 years ago
- 3d33321 Fixed WindowClick by SpaceManiac · 14 years ago
- 3af5a84 Some more refactoring, stub World implementation by SpaceManiac · 14 years ago
- f767390 Refactor World to GlowWorld by SpaceManiac · 14 years ago
- b8e3829 BlockState implementation by SpaceManiac · 14 years ago
- 4787131 Refactored Chunk to GlowChunk, now implements Chunk, added GlowBlock implementing Block by SpaceManiac · 14 years ago
- 378edd8 Added missing PlayerInventory.setArmorContents by SpaceManiac · 14 years ago
- 315592a Added PlayerInventory implementation by SpaceManiac · 14 years ago
- c289704 Hopefully complete Inventory implementation by SpaceManiac · 14 years ago
- 73cd915 Merged in Lightstone's new world generators. by SpaceManiac · 14 years ago
- 15f297c Refactoring for inventory, GlowInventory implementation to come. by SpaceManiac · 14 years ago
- c2d0841 Moved World class, small addition to bukkit.txt by SpaceManiac · 14 years ago
- 0fcd41e Bringing in Lightstone's 1.5 changes. by SpaceManiac · 14 years ago
- 097339d Moving of packages to be more Bukkitesque, no code changes. by SpaceManiac · 14 years ago
- 5e682ab Whoops, re-added stuff by SpaceManiac · 14 years ago
- 322e797 Merge McRegion. by SpaceManiac · 14 years ago
- 3b17ff0 Fixed message by SpaceManiac · 14 years ago
- d4075ae Added Zhuowei Zhang's digging message. by SpaceManiac · 14 years ago
- a2ab50a Moved sources by SpaceManiac · 14 years ago
- 26881af whoops by SpaceManiac · 14 years ago
- 5efc19e Refactor of NBT utils. by SpaceManiac · 14 years ago
- d5d64d1 Added JNBT ready to merge Zhuowei's McRegion implementation. by Graham Edgecombe · 14 years ago