summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* getLoadedChunks methodRaphfrk2011-02-05-0/+7
|
* Moved the plugin list display out of the version command and into the ↵EvilSeph2011-02-05-19/+38
| | | | | | | plugins command. Version should not display a list of plugins as a server running many plugins will no longer be able to see the version output.
* Material Durability and StackSize mixup - Fix for ↵Erik Broes2011-02-04-1/+1
| | | | http://redmine.bukkit.org/issues/372
* You shouldn't be here, little guy. The ConfigurationNode is a tough place ↵Dinnerbone2011-02-04-1/+1
| | | | for a young keyword to live.
* Merge branch 'master' of github.com:Bukkit/BukkitDinnerbone2011-02-04-0/+26
|\
| * Implemented Inventory.contains with a minimum amount of item required. As ↵Limb2011-02-04-0/+26
| | | | | | | | per feature request #187
* | Merge branch 'master' of https://github.com/Meaglin/BukkitDinnerbone2011-02-03-1/+59
|\ \ | |/ |/|
| * Interface for BlockBreakEventMeaglin2011-02-01-1/+59
| |
* | Removed SLOW_SPREAD from IgniteCause enum.sk89q2011-02-02-5/+0
| |
* | Revert "fallback code for command lookup"Dinnerbone2011-02-02-6/+0
| | | | | | | | This reverts commit 74a549c74bcabdb094c5c46f919ed98288631352.
* | fallback code for command lookuptahg2011-02-01-0/+6
| |
* | General cleanup (deprecated+whitespace)Erik Broes2011-02-02-244/+224
| |
* | Add Chunk.getBlock(x,y,z), World.loadChunk(x,z) World.isChunkLoaded(x,z).Erik Broes2011-02-02-1/+30
| |
* | Added NoteBlock.play, Dispenser.dispenseDinnerbone2011-02-01-0/+16
| |
* | Strip colours for console outputDinnerbone2011-02-01-1/+1
| |
* | Don't delete the first char of the command passedDinnerbone2011-02-01-1/+1
| |
* | Deprecated CommandSender.isPlayer (instanceof!) and added ConsoleCommandSenderDinnerbone2011-02-01-0/+21
|/
* What's the time, mr wolf?Dinnerbone2011-02-01-0/+43
|
* Added Material.matchMaterial(String)Dinnerbone2011-02-01-1/+40
|
* Added PLAYER_DROP_ITEMDinnerbone2011-02-01-0/+68
|
* Added setItemStack(ItemStack stack) to ItemDropDinnerbone2011-02-01-3/+11
|
* Added VEHICLE_UPDATEDinnerbone2011-02-01-2/+22
|
* Added PLAYER_ITEM_HELD eventDinnerbone2011-01-31-0/+56
|
* Added getRemainingAir/setRemainingAir/getMaximumAir/setMaximumAir on ↵Dinnerbone2011-01-31-0/+28
| | | | LivingEntity
* Renamed ItemStack.set/getDamage to durability, which is now a short. Added ↵Dinnerbone2011-01-31-72/+84
| | | | Material.getMaxDurability
* Added INVENTORY_OPEN as a player eventDinnerbone2011-01-30-0/+40
|
* Added support for different tree generation types and a callback.sk89q2011-01-30-4/+64
|
* Removed EntityDeathEvent.setDrops() (just use getDrops.add/etc)Dinnerbone2011-01-30-9/+0
|
* Added new EventExecutor, missed in last commitstevenh2011-01-29-0/+12
|
* Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND docstevenh2011-01-29-70/+65
|
* Finalising merge with headstevenh2011-01-29-0/+44
|
* merge with headstevenh2011-01-29-15/+289
|\
| * Added Block.isBlockPowered(), block.isBlockIndirectlyPowered().sk89q2011-01-28-0/+14
| |
| * Fixed only being able to use /reload onceDinnerbone2011-01-28-15/+32
| |
| * clearPlugins() and clearCommands() for PluginManager and CommandMap respectivelyDinnerbone2011-01-28-0/+40
| |
| * Added player.performCommand(String)Dinnerbone2011-01-28-0/+8
| |
| * onDisable on stop - stephankTaylor Kelly2011-01-27-0/+11
| |
| * ENTITY_DEATHDinnerbone2011-01-27-1/+41
| |
| * BlockBurnEventTaylor Kelly2011-01-26-0/+49
| |
| * Added methods to get a list of entities to World.sk89q2011-01-26-0/+18
| |
| * EntityTargetEventTaylor Kelly2011-01-26-0/+113
| |
* | Refactored event calling so its front loading avoiding the lookup for each ↵stevenh2011-01-29-367/+540
|/ | | | | | | | | | | | | | | | event call. This now uses an annoymous class implementing IExecutor that facilitates direct event method handler calling Changed commands from being executed exclusively by a player to by a CommandSender to facilitate external command callers such as rcon Fixed CustomEventListener Merged in additional events Added getFullName to PluginDescriptionFile which returns the combination of Name and Version There's also a few bits of reformatting as it seems someones been editing with either tabs or dos eol :(
* some changes to commentsRaphfrk2011-01-25-1/+1
|
* added load chunk methodRaphfrk2011-01-25-0/+6
|
* Added getBlockReplacedState to enable checking of type of replaced block.VictorD2011-01-24-2/+14
|
* Added PlayerEggThrowEvent.getEgg().sk89q2011-01-23-1/+13
|
* Added squid as a valid mob type.sk89q2011-01-23-1/+2
|
* Added full tile entity data support for all block types that use it, ↵sk89q2011-01-23-1/+162
| | | | including chests, dispensers, furnaces, mob spawners, and note blocks.
* EntityExplodeEvent keeps track of its Location.Adam Tanner2011-01-21-3/+15
|
* Block instance getLocation() method.Adam Tanner2011-01-21-0/+9
|