| Commit message (Expand) | Author | Age | Lines |
* | BlockDamagedEvent | Taylor Kelly | 2011-01-10 | -33/+198 |
* | EntityCombustEvent | Taylor Kelly | 2011-01-10 | -0/+141 |
* | PlayerInventory.getSize should not count armor slots. | Erik Broes | 2011-01-10 | -8/+12 |
* | Fixed some bugs with inventory | Erik Broes | 2011-01-09 | -42/+51 |
* | Merge branch 'master' of https://github.com/Bukkit/CraftBukkit | Tahg | 2011-01-09 | -142/+4619 |
|\ |
|
| * | Tahg's fix for BlockDoor needs to downcast | durron597 | 2011-01-09 | -1/+2 |
| * | Added getContents() to IInventory and implemented it. | Erik Broes | 2011-01-09 | -35/+1557 |
| * | Another dumb bucket bug. | durron597 | 2011-01-09 | -0/+1 |
| * | Fixed stupid bug with buckets and signs. | durron597 | 2011-01-09 | -1/+2 |
| * | Implemented item drops. | sk89q | 2011-01-08 | -0/+50 |
| * | Changed Block.setTypeID() to return a boolean indicating whether the block wa... | sk89q | 2011-01-08 | -2/+3 |
| * | Added BLOCK_INTERACT event | durron597 | 2011-01-08 | -0/+1256 |
| * | Fixed lack of calling callEvent(event), finished Item Use | durron597 | 2011-01-08 | -3/+417 |
| * | Partial Player Item, Block RightClick, Block Place | durron597 | 2011-01-08 | -45/+315 |
| * | Implemented block.getBiome | Dinnerbone | 2011-01-08 | -0/+34 |
| * | Added World.getName and World.getId | Dinnerbone | 2011-01-08 | -0/+8 |
| * | Added Entity.teleportTo(Entity) | Dinnerbone | 2011-01-08 | -0/+4 |
| * | Fixed block type/data not updating with the world | Dinnerbone | 2011-01-08 | -4/+10 |
| * | Implemented BlockState.update(boolean), signs should now work, cleaned up som... | Dinnerbone | 2011-01-08 | -120/+156 |
| * | Added passenger methods to Vehicle/LivingEntity. | sk89q | 2011-01-07 | -2/+50 |
| * | Changed resolution order in CraftWorld.toCraftEntity() to give CraftMappable ... | sk89q | 2011-01-07 | -3/+3 |
| * | Implemented World.spawnBoat(), added CraftMappable interface that defines a m... | sk89q | 2011-01-07 | -13/+44 |
| * | Moved CraftVehicle.*Velocity() to CraftEntity as velocity is a component of a... | sk89q | 2011-01-07 | -13/+11 |
| * | Implemented boat, fixed some event issues with minecarts, and implemented the... | sk89q | 2011-01-07 | -40/+422 |
| * | Moved some minecart flags that don't belong in the event out of the event. | sk89q | 2011-01-07 | -19/+2 |
| * | Implemented more minecart hooks. | sk89q | 2011-01-07 | -33/+104 |
| * | Updated Minecart/vehicle Bukkit implementation. | sk89q | 2011-01-07 | -12/+10 |
| * | Added World.toCraftEntity() to convert Minecraft entities to CraftBukkit enti... | sk89q | 2011-01-07 | -1/+33 |
| * | Implemented LivingEntity.shootArrow(). | sk89q | 2011-01-07 | -0/+10 |
| * | Start of update() + added sign | Dinnerbone | 2011-01-07 | -0/+43 |
| * | Implemented CraftBlockState | Dinnerbone | 2011-01-07 | -0/+152 |
| * | Make matchPlayer return only the exact-matched player, if there is one. | Animosity | 2011-01-08 | -0/+1 |
| * | Use the display format defined by plugins | Dinnerbone | 2011-01-07 | -1/+1 |
| * | Player display name is shown in chat | Dinnerbone | 2011-01-07 | -2/+2 |
| * | Implemented Player.getDisplayName/setDisplayName | Dinnerbone | 2011-01-07 | -1/+10 |
| * | Implemented PlayerItemEvent and PlayerBlockItemEvent | durron597 | 2011-01-07 | -53/+67 |
| * | Block.getFace(BlockFace) is an override for Block.getFace(BlockFace, int) | Dinnerbone | 2011-01-07 | -1/+1 |
| * | Added block.getFace(Block) and block.getFace(BlockFace, int) | Dinnerbone | 2011-01-07 | -0/+52 |
| * | Better implementation of matchPlayer(String) - return List of potential matches | Animosity | 2011-01-07 | -15/+12 |
| * | Added CraftServer.matchPlayer(String) - partial-name matching | Animosity | 2011-01-07 | -0/+24 |
| * | Fixed plugins being loaded before world. | FrozenCow | 2011-01-07 | -1/+5 |
| * | Create a concept of a null item stack | durron597 | 2011-01-06 | -13/+37 |
* | | Added function to get player ip | Tahg | 2011-01-09 | -0/+11 |
|/ |
|
* | Fixed CraftPlayer.isOnline | Tahg | 2011-01-06 | -3/+12 |
* | Show reason for invalid plugin | Dinnerbone | 2011-01-05 | -752/+752 |
* | Merge remote branch 'upstream/master' | durron597 | 2011-01-05 | -0/+9 |
|\ |
|
| * | Added Server.getTime and Server.setTime | FrozenCow | 2011-01-05 | -0/+8 |
| * | Actually allow cancellation of player chat events | Animosity | 2011-01-05 | -0/+1 |
| * | fixed bug where water wasn't flowing | durron597 | 2011-01-05 | -1/+1 |
* | | fixed bug where water wasn't flowing | durron597 | 2011-01-05 | -2/+3 |
|/ |
|