Commit Graph

  • 6c9cb5a95e Updated version for 1.8.1-R4 Nathan Adams 2011-10-31 01:49:47 +00:00
  • c69f5fda9b added some missing comments for falling entities Tahg 2011-10-27 20:03:28 -04:00
  • 2f1513cae0 Add missing CraftBlock hashCode() Erik Broes 2011-10-20 23:20:26 +02:00
  • 695f25a32b Added a case previously not covered by VehicleDestroyEvent for boats. sk89q 2011-10-13 01:16:22 -07:00
  • 8c02599256 fixed mapping of Art <-> EnumArt in Paintings Tahg 2011-10-12 14:12:53 -04:00
  • 7d153a9f58 Added header to bukkit.yml Nathan Adams 2011-10-12 13:26:07 +01:00
  • 75d9b04deb Added new bukkit.yml entry (settings -> world-container) to control the directory worlds are stored in Nathan Adams 2011-10-12 04:24:41 +01:00
  • f4229fcadd Implemented getPlayer of OfflinePlayer Nathan Adams 2011-10-11 14:52:07 +01:00
  • fd57c7111c Fixed fauxSleeping check on leaving bed Nathan Adams 2011-10-11 02:38:32 +01:00
  • af1838305c Implemented entity age methods Nathan Adams 2011-10-11 02:23:10 +01:00
  • ac0641887b Fixed Explosion cast error Nathan Adams 2011-10-11 02:12:22 +01:00
  • a49a358349 Changing the blockList on explosions now correctly updates which blocks are changed Nathan Adams 2011-10-11 00:37:39 +01:00
  • 7e005474b6 Added hashCode and equals to CraftWorld Nathan Adams 2011-10-10 22:45:52 +01:00
  • 1195944c90 Removed deprecated ConcurrentSoftMap Nathan Adams 2011-10-10 22:05:35 +01:00
  • b05d4769d8 Updated snakeyaml to reflect Bukkit Nathan Adams 2011-10-10 21:40:41 +01:00
  • c818414fd5 Updated to the new Configuration api Nathan Adams 2011-10-10 21:10:48 +01:00
  • 255778b388 Fix CraftBlock.equals as they are not singletons anymore Erik Broes 2011-10-07 11:48:14 +02:00
  • d39c363e5c another attempt at mob spawners - 3rd time's the charm? Tahg 2011-10-06 11:02:39 -04:00
  • 696349884b don't store weak references for EmptyChunks or cache CraftBlocks Tahg 2011-10-05 11:31:23 -04:00
  • 8ab90b344c fix for spawners not properly checking whether an entity can spawn Tahg 2011-10-05 11:09:41 -04:00
  • d74145ef23 hopeful fix for blocks not being pistons when they should be Tahg 2011-09-30 03:28:23 -04:00
  • 73f419197a Fixed Skeletons not dropping experience. EvilSeph 2011-10-04 10:04:45 -04:00
  • 09801eeabf Exempted moving pistons from the tile entity fix. EvilSeph 2011-10-03 18:18:14 -04:00
  • 1f4e671af9 Fixed Silverfish having a base damage of 0. EvilSeph 2011-10-03 17:40:53 -04:00
  • 9177c205b4 Revert "Added callback line of sight methods. Thanks xZise!" EvilSeph 2011-10-03 15:17:34 -04:00
  • 11b388ff39 Fixed multiworld difficulty. EvilSeph 2011-10-03 10:08:38 -04:00
  • 7c5007c016 Added Difficulty API. EvilSeph 2011-10-03 01:25:54 -04:00
  • 3a224266c4 Fixed PlayerChangedWorld event. sunkid 2011-10-02 11:30:05 -07:00
  • 3b2347093f Added missing call for WorldUnload event. EvilSeph 2011-10-02 23:16:58 -04:00
  • aaefd4ecb5 Added callback line of sight methods. Thanks xZise! EvilSeph 2011-10-01 16:18:17 -04:00
  • 80c2bc266a Minimal diffs! Move methods for the new list-name away from nms Dinnerbone 2011-10-03 00:34:51 +01:00
  • bf09121354 Attempt to fix any damage caused by misplaced tile entities Dinnerbone 2011-10-02 04:25:21 +01:00
  • 39674b6fb0 Updated guava to 10.0 Dinnerbone 2011-10-01 23:46:27 +01:00
  • 199a5c2a77 Implemented PlayerChangedWorldEvent. sunkid 2011-09-30 20:38:46 +02:00
  • d532136903 Fixed bed spawns for multiworld worlds. Thanks Meaglin! EvilSeph 2011-10-01 13:37:20 -04:00
  • 22baa13894 Painting improvements. Thanks CelticMinstrel! EvilSeph 2011-10-01 13:31:28 -04:00
  • d53a155e4c Packet handling improvements. EvilSeph 2011-10-01 00:15:45 -04:00
  • aa66851119 Correct biome data in ChunkSnapshot - wrong API used Mike Primm 2011-09-26 10:15:45 -05:00
  • 64322ed26b Added SlimeSplit event. Thanks garbagemule! EvilSeph 2011-09-30 19:50:19 -04:00
  • b73d095a9f revert change to make mobspawners drop a spawner of that type removed some debug code fixed a 1.5 compatibility issue Tahg 2011-09-29 15:36:02 -04:00
  • 935313dea7 Fixed players not receiving broadcasts (and other similar issues) after signing out and in rapidly Dinnerbone 2011-09-27 23:13:58 +01:00
  • 95666779f8 added fallback code for invalid entities from mobspawners Tahg 2011-09-27 16:45:46 -04:00
  • 40c8cc0421 Fixed monsters being spawned even when one was faux sleeping. Thanks to EdGruberman. sk89q 2011-09-26 15:37:38 -07:00
  • afd95b7e30 Added server list ping event. sk89q 2011-09-26 15:32:05 -07:00
  • 87494d46f8 Added Player.get/setListName to change the name of the player on the player list. sk89q 2011-09-26 15:10:35 -07:00
  • 484376bbac Fixed saturation handling for FoodLevelChange event. EvilSeph 2011-09-26 14:17:32 -04:00
  • 31eef6e001 fixed build issues, code cleanup Tahg 2011-09-26 03:59:03 -04:00
  • d226e551ae data improvements Tahg 2011-09-26 03:07:06 -04:00
  • b7c43fbff1 Boat get/set (double) occupied acceleration, (double) unoccupied deceleration, (boolean) work on land. Good values to maximize boat utility: 0.6 (fast accel.), 0.99 (no loss of boat), true/false, respectively. sk89q 2011-09-25 11:20:51 -07:00
  • 8f8c62b71b Ensure there's only one OfflinePlayer object per actual offline player Dinnerbone 2011-09-25 04:21:35 +01:00
  • a1f8d3fd47 Changed max player count from 126 to 60 for ingame player list rendering fixes Dinnerbone 2011-09-25 04:14:27 +01:00
  • aece687d01 Implementation of the Jukebox BlockState Celtic Minstrel 2011-08-22 01:36:01 -04:00
  • 6c6eef8759 Implemented get/setPickupDelay on Item entities, thanks robin0van0der0v Dinnerbone 2011-09-25 03:40:28 +01:00
  • ceba082703 Implemented getOperators Dinnerbone 2011-09-25 03:28:00 +01:00
  • cb49379b24 Adds a method that returns the File representation of the update folder. Thanks raphfrk Dinnerbone 2011-09-25 02:22:06 +01:00
  • 3c7a843944 Made grass throw a BlockSpread event when growing and a BlockFade event when receding. Wizjany 2011-09-16 15:45:05 -04:00
  • f389ffd3ca Fixed typo in readme, thanks to b1naryth1ef for spotting it Dinnerbone 2011-09-25 01:48:59 +01:00
  • 77b9f0301a Silence Eclipse's complaints about gitdescribe Celtic Minstrel 2011-09-16 19:10:33 -04:00
  • 79e7ae85dd Swapped an =="" for "".equals in EntityHuman Dinnerbone 2011-09-25 01:36:05 +01:00
  • fad2656c63 Implemented world.getSeaLevel, made getHeight load from world instead of hardcoded Dinnerbone 2011-09-25 01:05:55 +01:00
  • 1fbd439dc5 Implemented new createWorld method Dinnerbone 2011-09-25 01:05:10 +01:00
  • 44136f2e7d Blocked access to ColouredConsoleSenders constructor, implemented getConsoleSender Dinnerbone 2011-09-24 23:14:13 +01:00
  • 0118a20d6a Update to mcdev rename revision 01 for 1.8.1 Dinnerbone 2011-09-24 22:03:31 +01:00
  • 75ac4e00b2 Cancel bed return method if entity is ignoring sleep. Thanks to EdGruberman. Erik Broes 2011-09-23 21:05:23 +02:00
  • a2957c7b8f Stop sending multiple time packets to each client Erik Broes 2011-09-23 20:20:18 +02:00
  • e08535d688 Fixed FoodLevelChange event adding too much to the food level. EvilSeph 2011-09-22 15:38:25 -04:00
  • a7717d4d79 Added RegainReason.SATIATED. EvilSeph 2011-09-22 01:36:31 -04:00
  • aa0739d90a Added FoodLevelChange event. EvilSeph 2011-09-21 18:54:31 -04:00
  • 8d5a8667de Made death message handling check for 'null' to disable death messages, along with an empty string. EvilSeph 2011-09-21 18:02:59 -04:00
  • 217b414118 Added EntityDamageEvent for caused by starving. EvilSeph 2011-09-21 17:11:06 -04:00
  • e6e9cec1e9 Added PlayerToggleSprint event and sprinting related API. Rigby 2011-09-21 11:48:24 +01:00
  • 1da2d1f5b6 Implements the ability to customise and remove Player death messages. Rigby 2011-09-21 16:32:37 +01:00
  • 59908c43c9 Ok, this'll have to do for exp orbs. Dinnerbone 2011-09-21 16:28:46 +01:00
  • 02f6e99d9e Let's swap that around. More results! Dinnerbone 2011-09-21 16:12:11 +01:00
  • 5a8ec0cb9d This should reduce the amount of exp-orbs quite a bunch Dinnerbone 2011-09-21 16:07:19 +01:00
  • 20ddc944bb Refactored a bunch of death code into the event factory Dinnerbone 2011-09-21 15:41:24 +01:00
  • 751ab82be0 stopgap build - mostly stable Tahg 2011-09-21 08:38:41 -04:00
  • f6ab0f8611 more chest checks Tahg 2011-09-21 05:01:44 -04:00
  • 75e18f304a better chest fix Tahg 2011-09-21 04:26:05 -04:00
  • d06d111b94 fix for stair data Tahg 2011-09-21 01:40:18 -04:00
  • 905b977670 Added getBedSpawnLocation to CraftPlayer. Thanks fernferret! EvilSeph 2011-09-20 23:36:17 -04:00
  • 3f04f04be6 Added/updated EntityDeathEvents to reflect changes to the Vanilla spec. EvilSeph 2011-09-20 20:40:22 -04:00
  • 0a52c7f334 Made health regeneration only occur if difficulty is set to 0 (Peaceful). EvilSeph 2011-09-20 16:31:43 -04:00
  • e4d58faf5b Fixed NPE when players are killed by (for example) dispensers Dinnerbone 2011-09-21 00:50:35 +01:00
  • a0216584b0 Return OfflinePlayer for offline wolf tamers. Thanks robinjam Dinnerbone 2011-09-20 19:10:06 +01:00
  • 2d1d86b77e Fixed endermen not loading carried-data properly Dinnerbone 2011-09-20 18:52:37 +01:00
  • 2ae6b431b3 Added event for endermen picking up and placing blocks and methods to get/set what an enderman is holding. Wizjany 2011-09-17 20:16:18 -04:00
  • 167febd8e6 Fixed allow-animals not applying to chunk generation. EvilSeph 2011-09-19 22:53:36 -04:00
  • d01a3acd82 Added missing //cb comments from dfa9c9bccb7feac44824c146d2dc11874b50b19d Dinnerbone 2011-09-19 22:06:38 +01:00
  • 5b68bae02e Fixed NPE when people experience the chest crash Dinnerbone 2011-09-19 21:58:47 +01:00
  • 914a8a0c04 Nullchex! Dinnerbone 2011-09-19 14:25:59 +01:00
  • 9954a3d8b4 Missed closing the comment block -- doh Erik Broes 2011-09-18 14:26:26 +02:00
  • a4355d4bd9 Remove pingpacket updating completely for now -- this needs a better fix, the default original implementation has a hug bug Erik Broes 2011-09-18 13:11:17 +02:00
  • af6ba0f026 implementation of PlayerGameModeChangeEvent call sunkid 2011-09-16 15:04:11 -07:00
  • 65052c8a59 Workaround for crash when chests mix up with furnaces - need to investigate cause Dinnerbone 2011-09-18 00:03:58 +01:00
  • 3f4ee9ab56 Added support back in for biome temperature and rainfall in snapshots. Mike Primm 2011-09-15 15:57:37 -05:00
  • 5534efd66f painting fix Tahg 2011-09-17 16:47:07 -04:00
  • f5957c1831 Invalid position errors for chunks now display what world they're for Dinnerbone 2011-09-17 14:52:30 +01:00
  • 0ae6e11761 Fix silly infiniteloop in pingpacket Erik Broes 2011-09-17 14:35:48 +02:00
  • e83a197567 Removed extra addEntity call in SpawnerCreature. EvilSeph 2011-09-17 02:26:40 -04:00