Commit Graph

  • cec04a7360 Added null pointer check and switched to a faster arctan method VictorD 2011-02-20 23:16:05 +01:00
  • 4f249b585c Fix encoding in net.minecraft.server files. Daniel Chesters 2011-02-19 21:29:51 +01:00
  • 5121ebb65d Fixed issue with color markers in messages sent to the client. David Flemström 2011-02-20 13:38:27 +01:00
  • 09026095b6 Minor cleaning of code Erik Broes 2011-02-20 17:40:40 +01:00
  • 6e3ee31336 Prevent Blocks from getting lost when a chunk reloads Erik Broes 2011-02-20 17:09:02 +01:00
  • ca4076077e fixed buttons, plates added yield to explosion added event for chunk unloading Tahg 2011-02-19 10:55:47 -05:00
  • a59149c208 Make all new loggers default to the same logging as "Minecraft" (to console + file, same format) Dinnerbone 2011-02-20 02:14:15 +00:00
  • d4b67c5549 Lowered the priority of the old command handler event. A number of plugins were using this event incorrectly. A new event, the command preprocesser event, has replaced the previous function of the original command event. sk89q 2011-02-19 01:40:32 -08:00
  • acd0344452 Added Entity.remove() which marks an entity for removal. sk89q 2011-02-18 20:02:20 -08:00
  • ec0eec5863 Added slime as a detected entity. sk89q 2011-02-18 19:45:58 -08:00
  • 264b5c331d Redirect System.out and System.err to a Logger Dinnerbone 2011-02-20 01:53:06 +00:00
  • a6b3965672 Fixed CLI arguments Dinnerbone 2011-02-19 19:45:22 +00:00
  • b160913c43 Magic - updated gitdescriber Luke GB 2011-02-19 15:36:07 +01:00
  • bddceeaf51 When deprecating, the alternative should be provided. EvilSeph 2011-02-19 06:02:27 -05:00
  • 41fe211919 Added target block ray trace functionality. Raphfrk 2011-02-13 17:04:33 +00:00
  • e97889e80a Added setFireTicks(), getFireTicks() and getMaxFireTicks(). Protected 2011-02-14 17:36:25 +00:00
  • 7b6713b918 Added pull request conventions that should be followed if you want your pull request accepted. EvilSeph 2011-02-18 17:15:19 -05:00
  • 7fe0aa7460 Implemented a whole buncha Location overrides in CraftWorld Dinnerbone 2011-02-18 16:35:05 +00:00
  • a5ca3e1c12 Don't kick players if a command failed from an exception Dinnerbone 2011-02-18 16:25:56 +00:00
  • e544fb71c3 Changed hatchingType to MobType from CreatureType as refactoring (and so plugin breaking) will take place in a week. EvilSeph 2011-02-17 03:17:13 -05:00
  • da6ce2d80e Implementation of spawnCreature(Location, CreatureType) Andrew Ardill 2011-02-17 16:25:03 +11:00
  • 0703f4f458 Updated to use CreatureType and CreatureSpawner Andrew Ardill 2011-02-17 14:47:33 +11:00
  • 5f940cf764 Added Player.chat(). sk89q 2011-02-16 21:46:01 -08:00
  • 03c118f343 Added CREATURE_SPAWN event per ss2man44 EvilSeph 2011-02-16 22:42:41 -05:00
  • dc45946163 implementation of isCurrentlyRunning(int taskId); Burrows down to the worker thread assigned to this task, and returns its alive status. If no such thread exists, then the task is not running! Andrew Ardill 2011-02-14 15:29:52 +11:00
  • cf6c435c6e That messed up Jenkins Luke GB 2011-02-15 22:55:23 +01:00
  • 33bcae40c6 Further POM haxx. Now reads git description during build process. Luke GB 2011-02-15 22:35:47 +01:00
  • c806adb068 Add repository info to POM Luke Granger-Brown 2011-02-15 00:36:00 +01:00
  • 973d61c418 Allows calling of functions in the main thread Raphfrk 2011-02-12 00:29:23 +00:00
  • 4a4b67cc42 Implementation of BlockBreakEvent Meaglin 2011-02-01 18:06:17 +01:00
  • 9715e77852 Fixes a deadlock issue in CraftScheduler Raphfrk 2011-02-13 03:45:34 +00:00
  • 40f7986a11 Make the spawning listen to the server spawn-settings Erik Broes 2011-02-13 01:21:50 +01:00
  • f789c9e744 Replace a net.minecraft accessor with a public attr. Stéphan Kochen 2011-02-12 15:57:31 +01:00
  • 5aa95ee469 Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added SlowWhenEmpty, FlyingMod, and DerailedMod methods to minecarts. afforess 2011-02-12 15:57:16 +01:00
  • be9a264249 Fixed bug in event when taking fall damage. Now uses event damage. Andrew Ardill 2011-02-12 22:38:37 +11:00
  • e2899b9dd7 Added EXPLOSION_PRIMED event. culturespy 2011-02-03 22:03:11 -05:00
  • 348e6c75c7 Added SIGN_CHANGE event. Timberjaw 2011-02-10 18:15:59 -08:00
  • c097fd9ac5 Added implementation of Colorable to CraftSheep Andrew Ardill 2011-02-12 12:29:22 +11:00
  • 09c6389b3f Adding PLAYER_PICKUP_ITEM event hook James Logsdon 2011-02-11 17:09:26 -05:00
  • 82931a601d Adding PLAYER_DROP_ITEM event hook James Logsdon 2011-02-11 16:49:51 -05:00
  • 71f97ffc5b Send a BlockRedstoneEvent if powered redstone is destroyed cvpcs 2011-02-09 00:21:19 -06:00
  • 4b6c633659 Removed debug and fixed //craftbukkit comments from 0239b76f611597f8486a Dinnerbone 2011-02-11 09:27:57 +00:00
  • c0b940d619 more chunk fixes Tahg 2011-02-11 02:01:32 -05:00
  • 41e136b880 fix in LongHashset.java Tahg 2011-02-10 14:59:41 -05:00
  • 89232b826b fixes for chunks Tahg 2011-02-10 14:33:41 -05:00
  • 524f966ef3 Merge branch 'master' of https://github.com/Bukkit/CraftBukkit Tahg 2011-02-10 09:24:14 -05:00
  • 1d49e5a4b1 Fixed chunk unloading Dinnerbone 2011-02-10 13:27:53 +00:00
  • a52f5ef520 Threadsafe World.c(int i, int j) Dinnerbone 2011-02-10 11:56:30 +00:00
  • 96794e15db Added spawn-protection property to server.properties Zenexer 2011-02-10 12:02:37 +08:00
  • 1da852265a Added spawn-protection property to server.properties Zenexer 2011-02-10 11:57:28 +08:00
  • fbe54b05f4 Added spawn-protection property to server.properties Zenexer 2011-02-10 11:15:03 +08:00
  • 814c9d444f Fixed LongHashtable.values() Dinnerbone 2011-02-09 20:55:04 +00:00
  • 18efbd82b6 Worlds are now in the order they are loaded, with [0] being default Dinnerbone 2011-02-09 20:25:14 +00:00
  • 6e58053eb7 Probably fixed getLoadedChunks() Dinnerbone 2011-02-09 20:00:17 +00:00
  • 7401ee54a3 Added Creature.getTarget Dinnerbone 2011-02-09 13:44:46 +00:00
  • e3011157b1 Added Creature.setTarget per jlogsdon James Logsdon 2011-02-03 18:17:53 -05:00
  • 7988345368 Added call to new event on world save (at stop and force save). (Per EyvindRM) Dinnerbone 2011-02-09 12:59:00 +00:00
  • 0592b334f6 Terrain generation bugfix (will also be in Mojang 1.3) Ben64 2011-02-09 00:50:00 -08:00
  • 03be05790e added method to force an inventory update Tahg 2011-02-08 21:52:06 -05:00
  • 43ef3b3037 fixed explosions Tahg 2011-02-08 20:28:10 -05:00
  • 61b79e8f98 inventory fixes Tahg 2011-02-08 19:37:53 -05:00
  • b76bc9cfb3 Unseal net.bukkit Fix fail Prepare to seal. THIS IS ONE WEEK'S NOTICE. Luke GB 2011-02-08 22:46:48 +00:00
  • b9a37399ae changed fence behaviour Tahg 2011-02-08 17:10:13 -05:00
  • 2d2f54cf0e JAR is now sealed! No com.bukkit, org.bukkit or net.bukkit packaged plugins will load. Luke GB 2011-02-08 21:59:00 +00:00
  • 6ad4ca2a42 Implemented Sneak event Alexander Hesse 2011-01-25 19:08:54 +01:00
  • 1a983aceb3 Just cleaning some commits. Don't mind me. Dinnerbone 2011-02-08 15:22:46 +00:00
  • 3526a66fbe Added loadChunk, unloadChunk and unloadChunkRequest. Dinnerbone 2011-02-08 14:26:55 +00:00
  • 6b9b59db4e Added getContents() to TileEntityDispenser to be compatible with InventoryChanged TileEntityDispenser to be built against latest mc-dev Merge branch 'merge-fork' of https://github.com/Hidendra/CraftBukkit Dinnerbone 2011-02-08 14:22:52 +00:00
  • a9a0ad6278 Adding Craftbukkit comment-tags. culturespy 2011-02-07 21:43:06 -05:00
  • f20af7b129 Make Explosion remember whether it was canceled so that WorldServer can avoid sending unneeded explode packets. culturespy 2011-02-07 13:37:08 -05:00
  • 499d44763d Finalizing the breakage! Dinnerbone 2011-02-08 12:54:28 +00:00
  • 7d1849567a Implemented WORLD_LOADED Dinnerbone 2011-02-08 12:50:36 +00:00
  • bcf9b5ca19 Oops! This matters. Dinnerbone 2011-02-08 12:48:29 +00:00
  • 6751433a8e Implemented new Server methods (getWorld + changes to createWorld) Dinnerbone 2011-02-08 12:03:36 +00:00
  • 50e42496e3 @Override interface implementation is 1.6 exclusively Erik Broes 2011-02-07 11:03:56 +01:00
  • 7b840489a3 Oopsie on compile issue Erik Broes 2011-02-07 10:43:50 +01:00
  • 2497a61044 Moved changes we did to WorldServer back down to World. Erik Broes 2011-02-07 10:26:12 +01:00
  • 421d1c1c1f Fixing missing mandatory comments. Erik Broes 2011-02-07 09:43:51 +01:00
  • 8acebcd7d6 Fixed Chunk cache in world Tahg 2011-02-07 03:34:32 -05:00
  • 3629580868 Chunk fetching improvements Tahg 2011-02-07 00:56:07 -05:00
  • 172db788b3 I'm quite aware that I fail at merging. Dinnerbone 2011-02-07 01:59:06 +00:00
  • 919023fe5d CraftWorld.toString has name Dinnerbone 2011-02-07 01:22:43 +00:00
  • 7a71347cdf Fixed logging into the correct world Dinnerbone 2011-02-07 01:10:55 +00:00
  • 3f8d9c0e1f Fixed inventory transition Dinnerbone 2011-02-07 00:03:34 +00:00
  • e9b1607fdc Fixed entity updating Dinnerbone 2011-02-06 23:47:44 +00:00
  • 7bdc190637 Possibly fixed block/chunk leaking Dinnerbone 2011-02-06 22:53:48 +00:00
  • 8b14c72a8d Changes to reflect new Environment enum Dinnerbone 2011-02-06 20:50:57 +00:00
  • 4e6f4e3031 NPE Dinnerbone 2011-02-06 14:25:19 +00:00
  • dcabbda57c Fixed invisibility after cross-world teleportation Dinnerbone 2011-02-06 14:03:28 +00:00
  • 590b3874a8 Fixed various multiworld teleporting issues Dinnerbone 2011-02-06 02:04:15 +00:00
  • 4c9f1a2275 Fixed NPE after traveling to another world Dinnerbone 2011-02-05 23:41:57 +00:00
  • 7e81245caf Probably definitely fixed mob leaking Dinnerbone 2011-02-05 23:37:33 +00:00
  • ac899e51c1 Possibly fixed world leaks (mobs crossing into other worlds) Dinnerbone 2011-02-05 21:26:58 +00:00
  • 550ad6f9d1 Proper 'otherworld' chunkloading Erik Broes 2011-02-05 22:13:53 +01:00
  • b229931ce6 Attempt to clear loaded chunks during multiworld teleportation Dinnerbone 2011-02-05 20:51:22 +00:00
  • bf304ddc43 Fixed player teleportation Dinnerbone 2011-02-05 20:25:28 +00:00
  • 2be5181b0c Added internal MC support for multiple worlds Dinnerbone 2011-02-05 18:15:04 +00:00
  • 9e7991ab52 Scheduler Raphfrk 2011-02-02 23:53:04 +00:00
  • b64667cde4 Remove deprecated [gs]etTime calls Erik Broes 2011-02-06 13:30:50 +01:00
  • 002b5ebefc Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation) Forsaken 2011-02-04 16:04:28 +01:00