Dinnerbone (Laptop)
|
1fa4d8430e
|
Updated version to 1.2.5-R0.1-SNAPSHOT
|
2012-03-30 23:33:51 +02:00 |
|
EvilSeph
|
e0c01154b0
|
Fixed potential issue when converting worlds. Fixes BUKKIT-1307
|
2012-03-29 08:41:41 -04:00 |
|
EvilSeph
|
cbab48a7bd
|
Added OldChunkLoader for diff visibility.
|
2012-03-29 08:01:57 -04:00 |
|
EvilSeph
|
16665d45dc
|
Updated version to 1.2.4-R1.1-SNAPSHOT for development towards next release.
|
2012-03-29 07:58:14 -04:00 |
|
EvilSeph
|
f9fa2f1c68
|
Updated version to 1.2.4-R1.0 for release.
|
2012-03-28 20:27:53 -04:00 |
|
feildmaster
|
57873b8d05
|
[Bleeding] Added SpawnReason.BREEDING. Fixes BUKKIT-1356
|
2012-03-27 20:29:22 -04:00 |
|
feildmaster
|
ec123deb74
|
Adding PathfinderGoalBreed for diff visibility.
|
2012-03-27 20:29:03 -04:00 |
|
Warren Loo
|
c100e20d60
|
Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases.
This reverts commits:
- d2d03afc8854394aeefb40ea5ebf224c8032b19f
- 6245746e91123dd8ef70e5f15b7cdfc7e36d8e8c
- 41fae5c613e9e69a8f6bdf33b23bb09d7f407433
- c34bdecab42cf4098054a5ea43e1c2958d44ae92
- d7445084ac9a90fa0b66d8b050b8d0d2a062eaf3
- 6a6ed2e6ae2328a8a791bcc6857c44dc6c6a7030
- a783bc4dc95da8e26c673abe48fad96b550aba28
- cb50fd68766df8e07631ba5be85759f8257e8068
- 34dfff2ad5c407c712b2783f02960aac5e8649f2
- f33b513820de987b49a4338e85df80968217a601
- 5fd9fdfde055e6eb6a83db246d009b69377b7c94
- 2795b116f40d06551fbb7b96d1963c0ddbeac384
|
2012-03-27 20:04:26 -04:00 |
|
feildmaster
|
c16bf07e85
|
[Bleeding] Allow CraftItem to be backed by non-EntityItems. Fixes BUKKIT-1351
|
2012-03-26 16:36:31 -04:00 |
|
feildmaster
|
bdccfd29ec
|
[Bleeding] Stop filtering out 0 damage for Humans. Fixes BUKKIT-1348
|
2012-03-26 16:32:42 -04:00 |
|
feildmaster
|
9d0ea52021
|
[Bleeding] Fixed potions throwing double events. Fixes BUKKIT-1332
|
2012-03-26 16:05:38 -04:00 |
|
feildmaster
|
b45184fdf8
|
[Bleeding] Fixed dropping invalid Magma Creams. Fixes BUKKIT-1336
|
2012-03-25 19:52:44 -04:00 |
|
feildmaster
|
f1a235dcba
|
[Bleeding] Fixed ocelot dropping leather. Fixes BUKKIT-1333
|
2012-03-25 19:52:14 -04:00 |
|
feildmaster
|
e66159e21d
|
[Bleeding] Fix snowball drops. Fixes BUKKIT-1314
|
2012-03-25 19:47:14 -04:00 |
|
feildmaster
|
80db22b643
|
Refactor code to be more efficient.
|
2012-03-25 19:46:55 -04:00 |
|
feildmaster
|
c30e339af6
|
[Bleeding] Fixed item duping in certain occasions. Fixes BUKKIT-1310
|
2012-03-25 18:57:27 -04:00 |
|
feildmaster
|
0c9b59e071
|
[Bleeding] Fixed TNT dropping when it shouldn't. Fixes BUKKIT-1304
|
2012-03-25 18:57:13 -04:00 |
|
Travis Watkins
|
94d718a146
|
Check abilities instead of mode for allow flight check. Fixes BUKKIT-1302
|
2012-03-25 18:23:51 -04:00 |
|
feildmaster
|
9c7ffb6d3c
|
[Bleeding] Fixed blocks dropping when BlockBreakEvent is canceled. Fixes BUKKIT-1299
|
2012-03-23 14:51:05 -04:00 |
|
Nathan Adams
|
942c1c6a3e
|
Fixed incorrect assigning to isFlying when toggling setAllowedFlight(false)
|
2012-03-23 14:41:53 +00:00 |
|
Nathan Adams
|
6ef9500410
|
Fixed fatal crash at world generation.
|
2012-03-23 14:32:00 +00:00 |
|
feildmaster
|
40e0962735
|
Seriously fix natural drops. Fixes BUKKIT-1297 and fixes BUKKIT-1295
|
2012-03-23 07:18:20 -04:00 |
|
EvilSeph
|
ff22e4e341
|
Really fixed Block.breakNaturally(). Fixes BUKKIT-1295
|
2012-03-23 03:21:20 -04:00 |
|
EvilSeph
|
b60a6743ed
|
Fixed Block.breakNaturally(). Fixes BUKKIT-1295
|
2012-03-23 02:37:38 -04:00 |
|
EvilSeph
|
cf2abd20e8
|
Fixed Doors not dropping when the block they are placed on is removed. Fixes BUKKIT-1292
|
2012-03-23 01:48:24 -04:00 |
|
feildmaster
|
52ecd60e61
|
[Bleeding] Add a check for illegal blocks. Addresses BUKKIT-1278. Needs more investigation.
|
2012-03-22 21:04:06 -04:00 |
|
EvilSeph
|
724b82626a
|
Reverted to original TextWrapper. Might re-investigate after the RB. Fixes BUKKIT-1275
|
2012-03-22 19:22:35 -04:00 |
|
Nathan Adams
|
904cf388b4
|
Re-added TextWrapper, and fixed chat length issues (at cost of it looking not so nice sometimes!) This fixes BUKKIT-1275
|
2012-03-22 23:03:02 +00:00 |
|
EvilSeph
|
ddaf3c84d3
|
Fixed Connection Throttle handling. Fixes BUKKIT-1279
|
2012-03-22 18:57:02 -04:00 |
|
Nathan Adams
|
8fb141bfa0
|
Implemented new player flight methods. This implements BUKKIT-1281. This also fixes BUKKIT-1146.
|
2012-03-22 22:04:13 +00:00 |
|
EvilSeph
|
ca8b9a0bb4
|
Removed temporary hackish fix for the entity interactivity issues, fixed properly in MC1.2.4.
|
2012-03-22 17:40:07 -04:00 |
|
EvilSeph
|
ccbb4b479a
|
Made Snowmen use a DamageCause MELTING for melting in hot biomes. Addresses BUKKIT-1244
|
2012-03-22 17:33:33 -04:00 |
|
EvilSeph
|
f6bcaa6b0a
|
Fixed minecarts being dropped when crashing a boat. Fixes BUKKIT-1273
|
2012-03-22 16:58:13 -04:00 |
|
EvilSeph
|
c2cdeac09b
|
Added configurable Connection Throttle. Addresses BUKKIT-1274
|
2012-03-22 16:56:15 -04:00 |
|
Nathan Adams
|
dda37aa18c
|
Nuked TextWrapper. We don't need you anymore, old friend :(
|
2012-03-22 20:49:05 +00:00 |
|
Nathan Adams
|
9d09e7d016
|
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
|
2012-03-22 20:39:39 +00:00 |
|
md_5
|
8dc7417a3d
|
[Bleeding] Fixed bug involving pistons and powered rails. This fixes BUKKIT-517
|
2012-03-22 03:09:52 -04:00 |
|
md_5
|
8ad27aa01d
|
Added BlockMinecartTrack and MinecartTrackLogic for diff visibility.
|
2012-03-22 03:09:33 -04:00 |
|
EvilSeph
|
8d35caf070
|
Kick for invalid carried item.
|
2012-03-22 02:55:50 -04:00 |
|
Mike Primm
|
f188afe794
|
[Bleeding] Prevent update inconsistencies on generation/decoration that span chunks. Fixes BUKKIT-871
|
2012-03-22 02:36:38 -04:00 |
|
Mike Primm
|
09a73d352c
|
[Bleeding] Make sure biome data is initialized during generate - prevent uninitialized data being sent to client. Fixes BUKKIT-871
|
2012-03-22 02:34:54 -04:00 |
|
Mike Primm
|
6cd2a70803
|
Added for diff visibility:
- ChunkProviderGenerate
- ChunkProviderFlat
- ChunkProviderHell
- ChunkProviderTheEnd
|
2012-03-22 02:34:41 -04:00 |
|
rmichela
|
0a925ff067
|
[Bleeding] Added support for custom index help topics in help.yml. Addresses BUKKIT-1263
|
2012-03-22 00:50:10 -04:00 |
|
rmichela
|
eb3c092ef8
|
[Bleeding] Added option to completely disable all automatic help topic generation by adding "All" to the ignore-plugins list in help.yml. Addresses BUKKIT-1264
|
2012-03-22 00:50:09 -04:00 |
|
zml2008
|
31b1bc02ca
|
[Bleeding] Fixed a StackOverflowError with command alias handling for Help. Addresses BUKKIT-1253
|
2012-03-22 00:50:09 -04:00 |
|
zml2008
|
8aee4c3f56
|
[Bleeding] Added support for all TreeType entries to CraftWorld.generateTree(). Addresses BUKKIT-1161
|
2012-03-21 20:32:17 -04:00 |
|
zml2008
|
27acb4c41e
|
Added WorldGenSwampTree for diff visibility
|
2012-03-21 20:32:05 -04:00 |
|
aPunch
|
169c2ee8cb
|
[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232
|
2012-03-21 16:05:07 -04:00 |
|
zerg960
|
96c4bb7da6
|
[Bleeding] Account for new rare drops in EntityDeath events. Fixes BUKKIT-1105
|
2012-03-21 13:24:59 -04:00 |
|
Celtic Minstrel
|
1c95413f49
|
[Bleeding] Fix for creeper getDrops() not reporting the music disk if it was killed by a skeleton. Addresses BUKKIT-1133
|
2012-03-21 13:11:47 -04:00 |
|