summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
...
* add function isCurrentlyRunning(int taskId);Andrew Ardill2011-02-17-0/+14
* Allows calling of functions in the main threadRaphfrk2011-02-13-0/+15
* Exposes the recently added updateInventory method.EvilSeph2011-02-13-0/+9
* Added getPlayer method to SignChangeEventTimberjaw2011-02-12-2/+10
* Windows and executable, should be 0644Erik Broes2011-02-12-0/+0
* Exposes recently added PLAYER_PICKUP_ITEM event.EvilSeph2011-02-12-0/+13
* Added MaxSpeed methods to minecards. Added MaxSpeed methods to boats. Added S...afforess2011-02-12-1/+75
* Added EXPLOSION_PRIMED event.culturespy2011-02-12-0/+64
* Adds removeProperty(String path) and getEmptyNode()Simon Rigby2011-02-11-2/+40
* Added SIGN_CHANGE event.Timberjaw2011-02-11-0/+90
* Added Colorable interface, and made Sheep, Wool and Dye implement it.Andrew Ardill2011-02-12-3/+31
* Adding PLAYER_PICKUP_ITEM eventJames Logsdon2011-02-12-1/+63
* Cleaning up PlayerDropItemEventJames Logsdon2011-02-12-3/+11
* Adding EntityDamageEvent.setDamage()James Logsdon2011-02-11-0/+8
* Fixed Button/Lever, using a logical AND instead of XOR to get 3 face bitsTal Eisenberg2011-02-12-4/+2
* PlayerChatEvent.setFormat validationDinnerbone2011-02-09-0/+9
* Added Creature.getTargetDinnerbone2011-02-09-5/+11
* Adding Creature.setTarget() per jlogsdonJames Logsdon2011-02-09-1/+8
* Added event for when a world is saved (EyvindRM)Dinnerbone2011-02-09-0/+19
* Added Sneaking EventAlexander Hesse2011-02-08-4/+74
* Added loadChunk, unloadChunk and unloadChunkRequest.Dinnerbone2011-02-08-2/+54
* Just breaking some redstone plugins, don't mind meDinnerbone2011-02-08-15/+15
* New event WORLD_LOADEDDinnerbone2011-02-08-0/+19
* Added Server.getWorld(), Server.createWorld() now checks this to avoid duplic...Dinnerbone2011-02-08-1/+11
* Commands should not be case-sensitive.EvilSeph2011-02-06-1/+1
* Added World.Environment enum, changed createWorld to use itDinnerbone2011-02-07-2/+31
* Changed getWorlds to List, and added createWorldDinnerbone2011-02-07-2/+4
* SchedulerRaphfrk2011-02-07-0/+101
* Adds suppport for node lists. Tested and verified in CraftIRCAnimosity2011-02-07-0/+1
* Deprecate BlockRightClickEvent.getBlockAgainst - use BlockRightClickEvent.get...Erik Broes2011-02-06-0/+2
* Add Server.getMaxPlayersErik Broes2011-02-06-0/+7
* Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn...Forsaken2011-02-06-0/+147
* Added BlockVector a la WorldEdit as requested by #246. This BlockVector is sa...sk89q2011-02-05-0/+116
* Added node and writing functions to Configuration.sk89q2011-02-05-2/+152
* getLoadedChunks methodRaphfrk2011-02-05-0/+7
* Moved the plugin list display out of the version command and into the plugins...EvilSeph2011-02-05-19/+38
* Material Durability and StackSize mixup - Fix for http://redmine.bukkit.org/i...Erik Broes2011-02-04-1/+1
* You shouldn't be here, little guy. The ConfigurationNode is a tough place for...Dinnerbone2011-02-04-1/+1
* Merge branch 'master' of github.com:Bukkit/BukkitDinnerbone2011-02-04-0/+26
|\
| * Implemented Inventory.contains with a minimum amount of item required. As per...Limb2011-02-04-0/+26
* | 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
* | 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