Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Cleaned up Configuration Javadoc. | sk89q | 2011-01-15 | -5/+0 |
| | ||||
* | JavaPlugin now loads the configuration file on load. getConfiguration() now ↵ | sk89q | 2011-01-15 | -3/+3 |
| | | | | is much cheaper to call. | |||
* | Added list support to Configuration. | sk89q | 2011-01-15 | -166/+377 |
| | ||||
* | Plugin data folders are now no longer created by default. | sk89q | 2011-01-15 | -3/+5 |
| | ||||
* | Improved the Javadoc for JavaPlugin.getConfiguration(). | sk89q | 2011-01-15 | -1/+4 |
| | ||||
* | Configuration files need to be .yml, not .yaml. | sk89q | 2011-01-15 | -1/+1 |
| | ||||
* | Added Configuration.getBoolean(). | sk89q | 2011-01-14 | -0/+20 |
| | ||||
* | Added configuration and plugin data directory support to plugins. | sk89q | 2011-01-14 | -20/+87 |
| | ||||
* | Added basic configuration classes. | sk89q | 2011-01-14 | -0/+226 |
| | ||||
* | Added kick player. | speakeasy | 2011-01-15 | -0/+7 |
| | ||||
* | Infinite loops are like infinite loops which are like infinite loops which ↵ | Dinnerbone | 2011-01-14 | -1/+1 |
| | | | | *bang* | |||
* | Added Wool + Dyes | Dinnerbone | 2011-01-14 | -29/+127 |
| | ||||
* | Added MaterialData | Dinnerbone | 2011-01-14 | -8/+142 |
| | ||||
* | New materials, changed material names per style guidelines + correct names | Dinnerbone | 2011-01-13 | -174/+224 |
| | ||||
* | Renamed Color -> ChatColor, and added DyeColor | Dinnerbone | 2011-01-13 | -12/+56 |
| | ||||
* | Added redstone event | Tahg | 2011-01-12 | -0/+46 |
| | ||||
* | Remove @overrides from EntityCombust | Taylor Kelly | 2011-01-11 | -2/+0 |
| | ||||
* | Merge branch 'master' of https://github.com/tkelly910/Bukkit into ↵ | Taylor Kelly | 2011-01-11 | -61/+192 |
|\ | | | | | | | tkelly910-master | |||
| * | EggThrow - remove extra stuff | Taylor Kelly | 2011-01-11 | -10/+0 |
| | | ||||
| * | PlayerEggThrowEvent | Taylor Kelly | 2011-01-11 | -61/+202 |
| | | ||||
* | | Added PluginManager.getPlugins() | Dinnerbone | 2011-01-11 | -0/+11 |
| | | ||||
* | | New ClassLoader to allow for inter-plugin communication | Dinnerbone | 2011-01-11 | -1/+55 |
|/ | ||||
* | Merge branch 'master' of https://github.com/Bukkit/Bukkit | Tahg | 2011-01-10 | -408/+1583 |
|\ | | | | | | | | | Conflicts: src/main/java/org/bukkit/Player.java | |||
| * | BlockDamagedEvent | Taylor Kelly | 2011-01-10 | -21/+68 |
| | | ||||
| * | EntityCombustEvent | Taylor Kelly | 2011-01-10 | -0/+41 |
| | | ||||
| * | Added BlockIgniteEvent. | speakeasy | 2011-01-10 | -6/+88 |
| | | ||||
| * | Cleaned up Fillr | Taylor Kelly | 2011-01-10 | -269/+245 |
| | | ||||
| * | Fixed getArmorContents() return value | Erik Broes | 2011-01-09 | -3/+6 |
| | | ||||
| * | forgot to initialize cancel | durron597 | 2011-01-09 | -0/+1 |
| | | ||||
| * | Updated inventories to a has-a relationship. | Erik Broes | 2011-01-09 | -45/+232 |
| | | | | | | | | | | Added PlayerInventory interface with playeronly methods. Add equals to ItemStack. | |||
| * | Added JavaDoc @see comments and @todo notes for those that aren't specified ↵ | Luke GB | 2011-01-09 | -0/+87 |
| | | | | | | | | in the listener | |||
| * | Removed unnecessary import warnings | durron597 | 2011-01-09 | -3/+0 |
| | | ||||
| * | Added ItemDrop, world.dropItem(), and world.dropItemNaturally(). | sk89q | 2011-01-08 | -0/+33 |
| | | ||||
| * | Made Location.clone() public. | sk89q | 2011-01-08 | -1/+1 |
| | | ||||
| * | Changed Block.setTypeID() to return a boolean indicating whether the block ↵ | sk89q | 2011-01-08 | -1/+2 |
| | | | | | | | | was changed (as provided by Minecraft). | |||
| * | Fixed VehicleListener not being able to register | Dinnerbone | 2011-01-08 | -1/+6 |
| | | ||||
| * | Should be LivingEntity | durron597 | 2011-01-08 | -4/+4 |
| | | ||||
| * | Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed | durron597 | 2011-01-08 | -122/+282 |
| | | | | | | | | BlockItem as we're not doing it that way anymore. | |||
| * | Added block.getBiome() | Dinnerbone | 2011-01-08 | -0/+27 |
| | | ||||
| * | Added World.getName and World.getId | Dinnerbone | 2011-01-08 | -0/+16 |
| | | ||||
| * | Added Entity.teleportTo(Entity) | Dinnerbone | 2011-01-08 | -1/+8 |
| | | ||||
| * | Added passenger methods to Vehicle/LivingEntity. | sk89q | 2011-01-07 | -0/+39 |
| | | ||||
| * | Added World.spawnBoat(). | sk89q | 2011-01-07 | -0/+8 |
| | | ||||
| * | Added Boat interface. | sk89q | 2011-01-07 | -0/+9 |
| | | ||||
| * | Moving some minecart flags that don't belong in the event out of the event. | sk89q | 2011-01-07 | -35/+1 |
| | | ||||
| * | Merge remote branch 'remotes/origin/master' | sk89q | 2011-01-07 | -290/+1107 |
| |\ | ||||
| | * | Added state update() | Dinnerbone | 2011-01-07 | -0/+30 |
| | | | ||||
| | * | Make a start on BlockState stuff | Dinnerbone | 2011-01-07 | -4/+126 |
| | | | ||||
| | * | Added Sign interface | Dinnerbone | 2011-01-07 | -0/+39 |
| | | | ||||
| | * | Set. Not get. | Dinnerbone | 2011-01-07 | -1/+1 |
| | | |