07b86b1230Added command line option 'date-format' to control how dates are printed to console (not to log)
Dinnerbone
2011-02-26 11:29:37 +00:00
bb8d9fbe9dMore PLAYER_ITEM blockFace fixes of static fails; (1!=l) -- Thanks Scient for pointing it out
Erik Broes
2011-02-25 23:42:08 +01:00
88dea6189aPrevent movement event to be spammed for moving less than a pixel.
Erik Broes
2011-02-25 22:40:06 +01:00
78af4f97f9Startup time now reported in seconds, nanoseconds, Really? O.o
Erik Broes
2011-02-25 21:57:38 +01:00
61339bcb2aProperly handle PLAYER_ITEM and its clickedFace.
Erik Broes
2011-02-25 21:59:35 +01:00
666c968dabFixed 'sign'-BlockFace (1!=l).
Erik Broes
2011-02-25 21:57:18 +01:00
43e36b5bdcAll worlds should be saved on save-all. Player data should be saved when a save occurs.
EvilSeph
2011-02-25 12:15:43 -05:00
685d4dbb3fAdded ">" to input command line, separated it from output buffer properly
Dinnerbone
2011-02-25 19:01:14 +00:00
2419e0b8a7Seal. Ooohh oooh.
Luke GB
2011-02-25 16:15:37 +00:00
57338bee52Much better console interaction. History, no more losing the command, colours, inline editing, etc. Shorter log output to console (but not to file).
Dinnerbone
2011-02-25 16:12:38 +00:00
659fa9eaf9Temporary fix for teleportation
Dinnerbone
2011-02-25 12:46:31 +00:00
e53fd1367cpossible fix for block breaking bug
Tahg
2011-02-24 22:37:47 -05:00
13f55ce0c8Fixed logging back in on non-default worlds (Yes really)
Dinnerbone
2011-02-24 15:46:26 +00:00
09aa37fe4aGeneric code cleanup
Erik Broes
2011-02-23 13:56:36 +01:00
332d9c4f18BlockStationary fix
Erik Broes
2011-02-23 13:55:07 +01:00
bfca34cad4ConsoleCommandSender no longer has a default constructor, use ConsoleCommandSender(server). Added entity.getServer and updated the version number of mc
Dinnerbone
2011-02-23 11:32:19 +00:00
6655b89037possible fix for levers, ladders, and buttons
speakeasy
2011-02-23 04:18:33 -06:00
f622db3ea1Fixed bad cast in EntityItem
Dinnerbone
2011-02-23 09:17:30 +00:00
b8023ac3faFix for isOp
Tahg
2011-02-23 13:57:29 +08:00
f759e0b60dUpdate to Minecraft 1.3 beta
Dinnerbone
2011-02-23 02:37:56 +00:00
a124bfdab5Fix PlayerRespawnEvent for multi-worlds
Taylor Kelly
2011-02-22 19:02:06 +01:00
f659231e34N.M.S cleanup in preparation for update
Dinnerbone
2011-02-21 22:30:01 +00:00
67cf646014Merge branch 'master' of github.com:Bukkit/CraftBukkit
Dinnerbone
2011-02-21 21:27:01 +00:00
30d1a5d3fdreturning if a thread is not alive should happen before any changes to the list of workers, hence the return statement should be in the synchronized block.
Andrew Ardill
2011-02-21 12:30:45 +11:00
6269c1e633implementation of isQueued()
Andrew Ardill
2011-02-21 12:28:35 +11:00
6335a5af76Modify URI to repo.bukkit.org
Luke GB
2011-02-21 00:37:09 +01:00
bf9a55049eSecond part of NPE and arctan update :3
VictorD
2011-02-20 23:22:28 +01:00
cec04a7360Added null pointer check and switched to a faster arctan method
VictorD
2011-02-20 23:16:05 +01:00
4f249b585cFix encoding in net.minecraft.server files.
Daniel Chesters
2011-02-19 21:29:51 +01:00
5121ebb65dFixed issue with color markers in messages sent to the client.
David Flemström
2011-02-20 13:38:27 +01:00
09026095b6Minor cleaning of code
Erik Broes
2011-02-20 17:40:40 +01:00
6e3ee31336Prevent Blocks from getting lost when a chunk reloads
Erik Broes
2011-02-20 17:09:02 +01:00
ca4076077efixed buttons, plates added yield to explosion added event for chunk unloading
Tahg
2011-02-19 10:55:47 -05:00
a59149c208Make all new loggers default to the same logging as "Minecraft" (to console + file, same format)
Dinnerbone
2011-02-20 02:14:15 +00:00
d4b67c5549Lowered 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
acd0344452Added Entity.remove() which marks an entity for removal.
sk89q
2011-02-18 20:02:20 -08:00
ec0eec5863Added slime as a detected entity.
sk89q
2011-02-18 19:45:58 -08:00
264b5c331dRedirect System.out and System.err to a Logger
Dinnerbone
2011-02-20 01:53:06 +00:00
b160913c43Magic - updated gitdescriber
Luke GB
2011-02-19 15:36:07 +01:00
bddceeaf51When deprecating, the alternative should be provided.
EvilSeph
2011-02-19 06:02:27 -05:00
41fe211919Added target block ray trace functionality.
Raphfrk
2011-02-13 17:04:33 +00:00
e97889e80aAdded setFireTicks(), getFireTicks() and getMaxFireTicks().
Protected
2011-02-14 17:36:25 +00:00
7b6713b918Added pull request conventions that should be followed if you want your pull request accepted.
EvilSeph
2011-02-18 17:15:19 -05:00
7fe0aa7460Implemented a whole buncha Location overrides in CraftWorld
Dinnerbone
2011-02-18 16:35:05 +00:00
a5ca3e1c12Don't kick players if a command failed from an exception
Dinnerbone
2011-02-18 16:25:56 +00:00
e544fb71c3Changed 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
da6ce2d80eImplementation of spawnCreature(Location, CreatureType)
Andrew Ardill
2011-02-17 16:25:03 +11:00
0703f4f458Updated to use CreatureType and CreatureSpawner
Andrew Ardill
2011-02-17 14:47:33 +11:00
03c118f343Added CREATURE_SPAWN event per ss2man44
EvilSeph
2011-02-16 22:42:41 -05:00
dc45946163implementation 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