Commit Graph

  • 228b5e7ccd Added VEHICLE_COLLISION_ENTITY which vanished after porting the code Erik Broes 2011-02-06 10:41:53 +01:00
  • 4026cd656f Added CraftBlock.getVector(). sk89q 2011-02-05 23:19:26 -08:00
  • 4ede622195 Updated README.md Erik Broes 2011-02-05 15:58:03 +01:00
  • 101d01ef64 getLoadedChunks method Raphfrk 2011-02-04 20:11:57 +00:00
  • 73f0347eb0 Modified .gitignore to remove Mac filesystem dust (/.DS_Store) Peter Lamonica 2011-01-23 08:38:40 +08:00
  • 767c15369c Added version output to CraftBukkit that displays on startup. EvilSeph 2011-02-05 03:10:03 -05:00
  • 8932430aed Addded: int getMaxPlayers() Animosity 2011-02-04 14:12:33 +08:00
  • 10f4f33ed0 fixed addItem hopefully tahg 2011-02-04 21:38:15 -08:00
  • d59a2332fb Merge branch 'master' of https://github.com/Bukkit/CraftBukkit Tahg 2011-02-05 00:03:01 -05:00
  • 2c798a9e9b Fix for multi-stack adds Tahg 2011-02-05 00:02:09 -05:00
  • e79139d3f2 Save player data on save-all. EvilSeph 2011-02-04 22:49:24 -05:00
  • be10e54235 Fixed NPE on missing kick-reason - http://redmine.bukkit.org/issues/359 Erik Broes 2011-02-04 23:02:52 +01:00
  • 059d23b4c9 Half-step placement bug fix, all credits to Brettflan VictorD 2011-02-03 22:34:22 +01:00
  • 3a19f9e429 Merge branch 'master' of github.com:Bukkit/CraftBukkit VictorD 2011-02-03 22:33:40 +01:00
  • 058ac34300 Added brief coding conventions - these may not be complete. Warren 2011-02-03 13:15:38 -08:00
  • 2f2bc28915 Fixes placement cancellation of single-step blocks, such as in protected areas like the spawn area. The first line edited fixes it so other blocks placed on a single-step block aren't considered (only single-step blocks), and so that they're only considered when placed on the top face of the existing single-step block. The second section of changed code keeps the final world.setTypeIdAndData() call from being incorrectly applied if it was indeed a single-block placed on an existing single-block. Brettflan 2011-02-03 06:35:36 -06:00
  • dde3f5b474 Removed tab on line 97. Warren 2011-02-03 12:57:17 -08:00
  • e77b080d83 Implemented Inventory.contains with a minimum amount of item required. As per feature request #187 Limb 2011-01-24 07:42:59 +08:00
  • c1c61b73c9 Totally useless commit to satisfy lukegb's outrageous demands Dinnerbone 2011-02-02 18:23:19 +00:00
  • 04be2b9b31 Generic cleanup/reformat. Erik Broes 2011-02-02 00:32:18 +01:00
  • 001a45804e Clean vehicle code. Erik Broes 2011-02-01 23:52:36 +01:00
  • 1dac92a766 Update chunk handling. Erik Broes 2011-02-01 23:49:28 +01:00
  • 21b8ef4435 Added CraftNoteBlock.play Dinnerbone 2011-02-01 23:18:25 +00:00
  • e0416ca7fb Added CraftDispenser.dispense() Dinnerbone 2011-02-01 23:16:25 +00:00
  • d228e0c311 Fixed the onDisable() event of plugins again after it was overwritten some days ago. Forsaken 2011-02-02 04:37:07 +08:00
  • 661f209b7e Fixed dispenser Dinnerbone 2011-02-01 22:01:37 +00:00
  • f8cdbe1d82 Fixed tabs Dinnerbone 2011-02-01 21:55:30 +00:00
  • 3a3a0e6169 Introduce better versioning system, mark 2. Luke GB 2011-02-01 21:47:28 +00:00
  • eea070ed85 Dispensers now obey BLOCK_INTERACT Tyler 2011-01-27 05:16:39 +08:00
  • 5c467e941b Actually implement the spiral stuff now, oops Erik Broes 2011-02-01 21:40:52 +01:00
  • a3fbada1e8 Chunkloading around player now happens in a spiral! No more floating over the void waiting for the floor to load! Erik Broes 2011-02-01 20:26:07 +01:00
  • 21b8c16886 Commands can be sent from the console (WIP, needs improvements) Dinnerbone 2011-02-01 18:13:12 +00:00
  • 657913faeb Dinner time! Dinnerbone 2011-02-01 14:53:39 +00:00
  • 923ab54e38 Don't hate me :( Dinnerbone 2011-02-01 11:43:31 +00:00
  • 743ff05b2e Added setItemStack(ItemStack stack) to CraftItemDrop Dinnerbone 2011-02-01 10:43:16 +00:00
  • 24f140d1f4 Implemented VEHICLE_UPDATE Dinnerbone 2011-02-01 10:20:18 +00:00
  • 2b0ab5a130 Fixed VEHICLE_MOVE Dinnerbone 2011-02-01 10:14:59 +00:00
  • 408ed37a01 Implemented VEHICLE_EXIT Dinnerbone 2011-02-01 10:02:43 +00:00
  • 6f13c9dc55 Implemented VEHICLE_COLLISION_BLOCK Dinnerbone 2011-01-31 22:25:27 +00:00
  • 82febb3887 ENTITY_DAMAGED now knows hot from wet Dinnerbone 2011-01-31 21:50:28 +00:00
  • c2fdd5cadd Implemented PLAYER_ITEM_HELD Dinnerbone 2011-01-31 01:35:29 +00:00
  • 7369ef7300 Implemented getRemainingAir/setRemainingAir/getMaximumAir/setMaximumAir on LivingEntity Dinnerbone 2011-01-31 01:23:10 +00:00
  • c75e53935f Renamed ItemStack.set/getDamage to durability, which is now a short Dinnerbone 2011-01-31 01:07:38 +00:00
  • 0dd9e4873d Fixed BLOCK_DAMAGED Dinnerbone 2011-01-31 00:02:47 +00:00
  • 1c9e7f9aee toString! Dinnerbone 2011-01-30 22:01:53 +00:00
  • 639d3e3f94 Added support for different tree generation types and a callback. sk89q 2011-01-30 13:53:57 -08:00
  • 1bc9c54233 Implemented ENTITY_DEATH for players Dinnerbone 2011-01-30 20:34:38 +00:00
  • 35aac12235 Re-add BlockBurnEvent Taylor Kelly 2011-01-30 15:30:30 -05:00
  • 914688e2a0 Implemented ENTITY_DEATH for monsters and animals Dinnerbone 2011-01-30 20:21:24 +00:00
  • 0bc5bd54bd Fixed missing PLAYER_JOIN event call stevenh 2011-01-30 19:42:39 +00:00
  • 6c60b54fdf Optimized blockCache, now only stores blocks asked for Erik Broes 2011-01-30 20:19:56 +01:00
  • da00e2e3a9 Fixed rogue chmods Erik Broes 2011-01-30 20:18:15 +01:00
  • b2a0c5a2ae Reworked getEntity; Hi instanceof, bay 16 classes Erik Broes 2011-01-30 16:15:17 +01:00
  • 75ba9a0f25 Fixed initialization of CraftServer VictorD 2011-01-30 13:51:20 +01:00
  • 0582ac7693 Updated pom to reference 'second patched version' of the server. Erik Broes 2011-01-30 13:38:07 +01:00
  • df69047324 Port to new mc-dev format. Erik Broes 2011-01-29 22:50:29 +01:00
  • d0cd8c6cc7 Fixed drowning damage event. sk89q 2011-01-30 01:26:45 -08:00
  • d92376e106 Merge branch 'master' of github.com:Bukkit/CraftBukkit stevenh 2011-01-29 21:04:16 +00:00
  • 4301a76b31 Updated commands to use CommandSender instead of Player stevenh 2011-01-29 21:04:02 +00:00
  • 8fdd45ab40 Fixed an issue where fire spread cancellation changed the behavior of natural fire. sk89q 2011-01-28 11:39:45 -08:00
  • 0daa2420da Fixed fire spread hook providing the wrong block. sk89q 2011-01-28 11:39:18 -08:00
  • 61c37bd369 Added Block.isBlockPowered(), block.isBlockIndirectlyPowered(). sk89q 2011-01-28 10:24:53 -08:00
  • b6b5a1ef77 server.reload() now reloads plugins Dinnerbone 2011-01-28 14:18:49 +00:00
  • c2d9af58fe Implemented player.performCommand(String) Dinnerbone 2011-01-28 09:15:32 +00:00
  • cab61f169e onDisable on stop - stephank Taylor Kelly 2011-01-27 16:15:41 -05:00
  • 105a14d6d1 You don't override for interfaces! Dinnerbone 2011-01-27 13:26:37 +00:00
  • f11e575a72 BlockBurnEvent Taylor Kelly 2011-01-26 16:13:27 -05:00
  • 7a898bdba8 Added methods to get a list of entities to World. This replies on net.minecraft.server.Entity.bukkitEntity not being null (otherwise it won't be returned). sk89q 2011-01-26 12:03:54 -08:00
  • c07e32c1de EntityTargetEvent Taylor Kelly 2011-01-26 14:26:24 -05:00
  • 0ba870434e Fixed chunk corruption with mobspawners Dinner Bone 2011-01-25 10:14:06 -08:00
  • 02a1c24746 added load chunk method Raphfrk 2011-01-21 04:57:33 +08:00
  • 3477a86995 Added getBlockReplacedState to BlockPlaceEvent, in case one wants to see what type of block was there previously. VictorD 2011-01-24 23:22:28 +01:00
  • 0675ead169 Added PlayerEggThrowEvent.getEgg(). sk89q 2011-01-23 14:06:16 -08:00
  • 78db3d2ec4 Added squid as a spawnable type by EntityEgg. sk89q 2011-01-23 14:03:25 -08:00
  • 5f997be0b3 Fixed painting placement Erik Broes 2011-01-23 15:51:58 +01:00
  • ab3412e878 removed some potential bugs from some items Andrew Ardill 2011-01-24 00:10:53 +11:00
  • a809e4e6e3 removed all instances of new CraftEntity* where appropriate. Entity.getBukkitEntity() is now used instead. Andrew Ardill 2011-01-23 23:23:13 +11:00
  • 9cd81ddd6d Added full tile entity data support for all block types that use it, including chests, dispensers, furnaces, mob spawners, and note blocks. sk89q 2011-01-23 00:37:10 -08:00
  • e0b04001aa Fixed placement of blocks with meta-data. (Dyed wool, logs etc) Erik Broes 2011-01-22 23:20:07 +01:00
  • 10f46b5fea Fix NPE from location incorrectly being implemented in Explosion. speakeasy 2011-01-22 11:29:47 +08:00
  • 8c91ee9c51 Reordered calls to fix use before assignment issue tahg 2011-01-21 18:46:15 -08:00
  • d98c8e2100 Revert "Entity's bukkitEntity field now holds a CraftEntity by default." sk89q 2011-01-21 18:35:32 -08:00
  • bf9d55d9ed Simple fix for minecart tracks not curving as expected following commit baff42c4d3 Dean Bailey 2011-01-22 07:46:31 +08:00
  • 9c28b2134f Fixes "?" console command. Sean Cronin 2011-01-20 12:17:49 +08:00
  • 3931be421e Entity's bukkitEntity field now holds a CraftEntity by default. sk89q 2011-01-21 16:21:19 -08:00
  • efdf9b8af7 Expanded .gitignore with some potential build folders and files. sk89q 2011-01-21 00:22:52 -08:00
  • 5555265e9b Explosion remembers its Location. Adam Tanner 2011-01-22 00:39:58 +08:00
  • 2106eeef50 CraftBlock instance getLocation() method. Adam Tanner 2011-01-21 19:40:31 +08:00
  • 1cbde901ba Entity audit. Adds checks for null entities, and adds conformity. Andrew Ardill 2011-01-21 16:54:30 +11:00
  • 1dad7de4f3 Modified POM for better Bamboo integration Luke Granger-Brown 2011-01-20 21:21:30 +00:00
  • 0357c8f936 Added compass setting methods. sk89q 2011-01-20 02:05:20 -08:00
  • 62624a0799 Added suffocation damage as an event. sk89q 2011-01-20 00:49:35 -08:00
  • 62344b57f2 Expanded scope of change comments. sk89q 2011-01-20 00:11:08 -08:00
  • d3e8f792e5 Added fall damage event. sk89q 2011-01-20 00:10:47 -08:00
  • 11de6b91da Fixes to projectile events to check for null entities. Andrew Ardill 2011-01-20 20:26:19 +11:00
  • cbebfbd6da Implemented server reload Dinnerbone 2011-01-20 03:53:43 +00:00
  • 45381e17dc Fixed half-step placing Dinnerbone 2011-01-20 02:13:51 +00:00
  • 2c5dd11c62 Cleared up spawn distance calculation. FeepingCreature 2011-01-16 06:59:51 +08:00
  • 0e821e60c9 Implement getSpawnLocation(). FeepingCreature 2011-01-16 07:00:01 +08:00
  • bded4fb316 Fixed CLI arguments Dinnerbone 2011-01-20 00:41:35 +00:00