Dinnerbone
|
03fae0a2f7
|
Fixed BLOCK_CANBUILD never throwing
|
2011-03-07 15:49:26 +00:00 |
|
Raphfrk
|
03a5bbc612
|
Regenerate and refresh chunk methods
|
2011-03-07 12:34:27 +00:00 |
|
Raphfrk
|
528b9b2e09
|
Fixed isChunkInUse()
|
2011-03-07 12:29:37 +00:00 |
|
Dinnerbone
|
44c25340dc
|
Velocity now sends updates to players
|
2011-03-05 18:48:58 +00:00 |
|
VictorD
|
5636eea877
|
Updated CraftServer to lowercase r in registerInterface method..
|
2011-03-05 12:33:11 +01:00 |
|
Dinnerbone
|
9a64d7ec1b
|
Implemented Entity.get/setMomentum
|
2011-03-04 14:23:45 +00:00 |
|
Dinnerbone
|
770bb9e3b5
|
Removed Block.getRawData
|
2011-03-04 14:20:38 +00:00 |
|
Erik Broes
|
332b0c2ca9
|
BlockFlowing NPE fix.
|
2011-03-02 21:27:02 +01:00 |
|
tahg
|
34458efd83
|
Synchronized EntityTracking
|
2011-03-02 11:00:16 -08:00 |
|
Morgan Humes
|
9a264ed666
|
Implements World.save and Server.savePlayers()
|
2011-03-02 16:51:31 +01:00 |
|
Erik Broes
|
1505b4bf3c
|
RedstoneChange event thrown then the redstone *changes* not when it stays the same :D
|
2011-03-02 16:36:26 +01:00 |
|
Erik Broes
|
9d9ad6bd1e
|
Java 1.5 compat.
|
2011-03-02 15:24:17 +01:00 |
|
tahg
|
87dc04b750
|
limit chunk unloading to 50 per tick
|
2011-03-02 00:24:22 -08:00 |
|
FrozenCow
|
9832ce06f1
|
Synchronized and moved Hash classes
|
2011-03-01 16:37:19 -05:00 |
|
VictorD
|
13fb0e07ce
|
Ignore entity movement packets if distance == 0
|
2011-03-01 20:54:53 +01:00 |
|
Dinnerbone
|
3dd60c168b
|
Fixed chat
|
2011-03-01 19:04:16 +00:00 |
|
Erik Broes
|
f54469f314
|
Let's handle (bwhaha) the Craft* entities a bit better.
|
2011-03-01 17:08:18 +01:00 |
|
SpeaKeasY
|
e6583c0d48
|
Added method to set spawn location
|
2011-03-01 10:39:26 +01:00 |
|
Dinnerbone
|
d142fabfc1
|
Sped up teleporting even more, + fixed isSneaking
|
2011-02-28 20:30:33 +00:00 |
|
Tanel Suurhans
|
5f20de34a9
|
- fix VEHICLE_COLLISION_BLOCK event firing
|
2011-02-28 16:25:53 +00:00 |
|
Tanel Suurhans
|
df2c0e2308
|
implement World.getPlayers
|
2011-02-28 16:20:44 +00:00 |
|
Tanel Suurhans
|
d1e3d01036
|
- add BedBlock - implement BLOCK_INTERACT for beds
|
2011-02-28 16:14:12 +00:00 |
|
Dinnerbone
|
016e50e6fc
|
Hacky fix against block invulnerability
|
2011-02-28 15:59:23 +00:00 |
|
Dinnerbone
|
38c2103ff4
|
Spiral teleporting! Wheeeee!
|
2011-02-28 13:21:50 +00:00 |
|
Andrew Ardill
|
76d8016b32
|
BUGFIX: Damage events should be using getDamage() to set damage.
|
2011-02-28 17:43:56 +11:00 |
|
EvilSeph
|
41fea9b40e
|
Removing debug statements.
|
2011-02-28 00:02:36 -05:00 |
|
Dinnerbone
|
ec0dde071d
|
Implemented Server.getPluginCommand
|
2011-02-28 00:31:25 +00:00 |
|
Dinnerbone
|
b396707cb9
|
Catch errors loading plugins
|
2011-02-27 14:55:29 +00:00 |
|
Dinnerbone
|
cb2ff3c8bb
|
Implemented chat recipients
|
2011-02-26 19:37:19 +00:00 |
|
Dinnerbone
|
bdc8c84041
|
Removed onCommand
|
2011-02-26 19:05:20 +00:00 |
|
Dinnerbone
|
d7114a4f62
|
Fixed empty console! Oops!
|
2011-02-26 11:51:31 +00:00 |
|
Dinnerbone
|
07b86b1230
|
Added command line option 'date-format' to control how dates are printed to console (not to log)
|
2011-02-26 11:29:37 +00:00 |
|
Erik Broes
|
bb8d9fbe9d
|
More PLAYER_ITEM blockFace fixes of static fails; (1!=l) -- Thanks Scient for pointing it out
|
2011-02-25 23:42:08 +01:00 |
|
Erik Broes
|
88dea6189a
|
Prevent movement event to be spammed for moving less than a pixel.
|
2011-02-25 22:44:26 +01:00 |
|
Erik Broes
|
78af4f97f9
|
Startup time now reported in seconds, nanoseconds, Really? O.o
|
2011-02-25 22:44:25 +01:00 |
|
Erik Broes
|
61339bcb2a
|
Properly handle PLAYER_ITEM and its clickedFace.
|
2011-02-25 22:44:25 +01:00 |
|
Erik Broes
|
666c968dab
|
Fixed 'sign'-BlockFace (1!=l).
|
2011-02-25 22:44:25 +01:00 |
|
EvilSeph
|
43e36b5bdc
|
All worlds should be saved on save-all. Player data should be saved when a save occurs.
|
2011-02-25 14:36:09 -05:00 |
|
Dinnerbone
|
685d4dbb3f
|
Added ">" to input command line, separated it from output buffer properly
|
2011-02-25 19:01:14 +00:00 |
|
Luke GB
|
2419e0b8a7
|
Seal. Ooohh oooh.
|
2011-02-25 16:15:37 +00:00 |
|
Dinnerbone
|
57338bee52
|
Much better console interaction. History, no more losing the command, colours, inline editing, etc. Shorter log output to console (but not to file).
|
2011-02-25 16:12:38 +00:00 |
|
Dinnerbone
|
659fa9eaf9
|
Temporary fix for teleportation
|
2011-02-25 12:46:31 +00:00 |
|
Tahg
|
e53fd1367c
|
possible fix for block breaking bug
|
2011-02-24 22:37:47 -05:00 |
|
Dinnerbone
|
13f55ce0c8
|
Fixed logging back in on non-default worlds (Yes really)
|
2011-02-24 15:46:26 +00:00 |
|
Dinnerbone
|
c97fa40d2b
|
Fixed ENTITY_DAMAGE involving slimes (per DHowet)
|
2011-02-24 12:49:48 +00:00 |
|
Dinnerbone
|
51be9e77c6
|
Attempt to convert multiworld worlds... world.
|
2011-02-24 12:07:33 +00:00 |
|
Tahg
|
5d3b8de87a
|
Fixed some debug
|
2011-02-24 03:51:00 -05:00 |
|
Tahg
|
280880d163
|
synchronize hashmap lookups
|
2011-02-23 22:52:14 -05:00 |
|
Tahg
|
edb0debd16
|
attempt to track down some bugs
|
2011-02-23 22:36:56 -05:00 |
|
stevenh
|
2db976c840
|
Corrected Exceptions text when loading and saving ops
|
2011-02-24 01:18:23 +00:00 |
|