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
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
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
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
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