Erik Broes
|
6dbd710bbf
|
Update for 1.6.5
|
2011-05-30 22:37:34 -04:00 |
|
Dinnerbone
|
1784e42d5f
|
Fixed a bunch of multiworld issues (entity tracking etc)
|
2011-05-27 00:11:45 +01:00 |
|
Dinnerbone
|
6903f20242
|
Implemented 1.6!
|
2011-05-26 13:48:22 +01:00 |
|
Erik Broes
|
309846d732
|
Whitespace + general cleanup
|
2011-05-15 13:41:46 +02:00 |
|
sk89q
|
c05cc33f7a
|
Changed LightningStrikeEvent to return a LightningStrike and not an Entity.
|
2011-05-06 19:24:57 -07:00 |
|
Rigby
|
f342db744a
|
Added per world PVP setting support.
|
2011-05-02 00:32:26 -04:00 |
|
EvilSeph
|
d2a4c510b3
|
Added events related to weather in 1.5. Thanks wizjany!
|
2011-04-25 19:47:25 -04:00 |
|
Erik Broes
|
a6c8a36dce
|
Update for 1.5_02.
|
2011-04-21 04:25:46 -04:00 |
|
Erik Broes
|
483a878b8b
|
Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.
|
2011-04-20 19:05:14 +02:00 |
|
Dinnerbone
|
87c36febeb
|
Updated to Minecraft version 1.4
|
2011-03-31 21:40:00 +01:00 |
|
Erik Broes
|
ca1c9ef2e1
|
Minor cleanups
|
2011-03-23 16:51:44 +01:00 |
|
Erik Broes
|
09aa37fe4a
|
Generic code cleanup
|
2011-02-23 14:12:33 +01:00 |
|
Dinnerbone
|
f759e0b60d
|
Update to Minecraft 1.3 beta
|
2011-02-23 02:37:56 +00:00 |
|
Dinnerbone
|
f659231e34
|
N.M.S cleanup in preparation for update
|
2011-02-21 22:30:01 +00:00 |
|
Erik Broes
|
40f7986a11
|
Make the spawning listen to the server spawn-settings
|
2011-02-13 01:21:50 +01:00 |
|
Zenexer
|
96794e15db
|
Added spawn-protection property to server.properties
|
2011-02-10 12:16:31 +08:00 |
|
Zenexer
|
1da852265a
|
Added spawn-protection property to server.properties
|
2011-02-10 12:16:30 +08:00 |
|
Zenexer
|
fbe54b05f4
|
Added spawn-protection property to server.properties
|
2011-02-10 12:16:30 +08:00 |
|
culturespy
|
f20af7b129
|
Make Explosion remember whether it was canceled so that WorldServer can avoid sending unneeded explode packets.
|
2011-02-08 14:11:34 +00:00 |
|
Dinnerbone
|
bcf9b5ca19
|
Oops! This matters.
|
2011-02-08 12:48:29 +00:00 |
|
Erik Broes
|
7b840489a3
|
Oopsie on compile issue
|
2011-02-07 10:43:50 +01:00 |
|
Erik Broes
|
2497a61044
|
Moved changes we did to WorldServer back down to World.
|
2011-02-07 10:26:12 +01:00 |
|
Dinnerbone
|
7bdc190637
|
Possibly fixed block/chunk leaking
|
2011-02-07 01:51:06 +00:00 |
|
Erik Broes
|
1dac92a766
|
Update chunk handling.
|
2011-02-02 00:29:37 +01:00 |
|
sk89q
|
639d3e3f94
|
Added support for different tree generation types and a callback.
|
2011-01-30 13:54:43 -08:00 |
|
Erik Broes
|
6c60b54fdf
|
Optimized blockCache, now only stores blocks asked for
|
2011-01-30 20:19:56 +01:00 |
|
Erik Broes
|
df69047324
|
Port to new mc-dev format.
|
2011-01-30 13:24:39 +01:00 |
|
Dinnerbone
|
46e1b54a74
|
Fixed blockcache being inaccurate
|
2011-01-20 00:17:44 +00:00 |
|
Dinnerbone
|
80707c0a23
|
Various fixes; boats, minecarts, musicblocks
|
2011-01-14 21:22:14 +00:00 |
|
Dinnerbone
|
2761b59845
|
Update to Minecraft Server 1.2
|
2011-01-14 13:31:10 +00:00 |
|
Erik Broes
|
22dab8e985
|
Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s
|
2011-01-11 09:27:35 +01:00 |
|
Dinnerbone
|
860e1b762d
|
Fixed block type/data not updating with the world
|
2011-01-08 02:03:41 +00:00 |
|
Dinnerbone
|
8c9f1090a4
|
More NPEs!
|
2011-01-04 21:19:43 +00:00 |
|
Dinnerbone
|
4a9c761707
|
Fixed random NPE on startup
|
2011-01-04 21:13:59 +00:00 |
|
Dinnerbone
|
ca765c3512
|
Fixed building in water
|
2011-01-04 16:17:05 +00:00 |
|
durron597
|
54c2780d1b
|
Merge remote branch 'upstream/master'
|
2011-01-02 02:16:48 -05:00 |
|
Lymia
|
32224b916d
|
Fixed a bunch of warnings.
|
2011-01-02 00:36:27 -06:00 |
|
durron597
|
c80748c8cc
|
Changed BLOCK_CANBUILD to have some checks that user can't override
(building on top of themselves, for example)
|
2011-01-01 18:48:58 -05:00 |
|
durron597
|
cb7e2ee234
|
Changed commenting to use the system of writing XXX for methods that
we copied out of World.java
|
2011-01-01 18:36:24 -05:00 |
|
durron597
|
f199cc7190
|
Changed tabs to 4 spaces, removed unnecessary imports
|
2011-01-01 08:06:04 -05:00 |
|
Erik Broes
|
84bf373c55
|
Transition to Maven
|
2011-01-01 11:47:24 +01:00 |
|