| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | 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 |
|/ |
|
* | Merge remote branch 'upstream/master' | durron597 | 2011-01-05 | -19/+519 |
|\ |
|
| * | Initial implementation of inventory stuff, (read-)only for StorageMinecart sofar | Erik Broes | 2011-01-05 | -2/+97 |
| * | Implemented LEAVES_DECAY | Dinnerbone | 2011-01-04 | -0/+155 |
| * | More NPEs! | Dinnerbone | 2011-01-04 | -2/+2 |
| * | Fixed random NPE on startup | Dinnerbone | 2011-01-04 | -4/+6 |
| * | Fixed building in water | Dinnerbone | 2011-01-04 | -5/+1 |
| * | Implemented CHUNK_LOADED | Dinnerbone | 2011-01-04 | -4/+244 |
| * | Implemented Chunk.getWorld() | Dinnerbone | 2011-01-04 | -2/+14 |
* | | Beginnings of block_placed | durron597 | 2011-01-05 | -1/+29 |
* | | Merge remote branch 'upstream/master' | durron597 | 2011-01-03 | -11/+186 |
|\| |
|
| * | Added -w for world directory | Dinnerbone | 2011-01-04 | -0/+5 |
| * | Merge branch 'master' of github.com:Bukkit/CraftBukkit | Dinnerbone | 2011-01-04 | -0/+4 |
| |\ |
|