index
:
archive/craftbukkit
master
movement-fix
version/1.12.2
version/1.8
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Make command blocks only select players on its world. Fixes BUKKIT-3515
feildmaster
2013-01-28
-0
/
+3
*
Target default world when returning from The End; Fixes BUKKIT-3494
EdGruberman
2013-01-28
-7
/
+15
*
Remove erroneous break statement in scheduler. Fixes BUKKIT-3395
Wesley Wolfe
2013-01-27
-1
/
+0
*
Update Fireballs to account for ExplosionPower. Fixes BUKKIT-3460
feildmaster
2013-01-27
-1
/
+21
*
Ignore block functions for skulls on BlockPlace. Fixes BUKKIT-3495
feildmaster
2013-01-27
-1
/
+2
*
Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438
feildmaster
2013-01-27
-141
/
+57
*
Fix TileEntities and Blocks getting out of sync. Fixes BUKKIT-3501
feildmaster
2013-01-27
-11
/
+9
*
Call BlockGrowEvent for Cocoa plants. Fixes BUKKIT-2525
QuarterAnimal
2013-01-24
-1
/
+1
*
Add BlockCocoa for diff visibility.
QuarterAnimal
2013-01-24
-0
/
+121
*
Preserve source block in mushroom spread event. Fixes BUKKIT-3354
QuarterAnimal
2013-01-24
-1
/
+7
*
Properly calculate level cost for books. Fixes BUKKIT-3410
feildmaster
2013-01-24
-0
/
+4
*
Call BlockPlaceEvent for skulls the same as other blocks. BUKKIT-3406
feildmaster
2013-01-23
-16
/
+7
*
Compensate for allow-nether/allow-end as false; Fixes BUKKIT-3466
EdGruberman
2013-01-23
-11
/
+35
*
Reload ban files when reloading the server. Adds BUKKIT-3470
feildmaster
2013-01-23
-0
/
+3
*
Return the valid max value for piston direction. Fixes BUKKIT-2191
feildmaster
2013-01-23
-3
/
+3
*
Refactor processBlockPlace logic. Fixes BUKKIT-3406 and BUKKIT-3454
feildmaster
2013-01-19
-8
/
+14
*
Fix broken null contract with Jukebox.setPlaying, Fixes BUKKIT-3429
feildmaster
2013-01-19
-3
/
+9
*
[Bleeding] Add experimental support for entity portal traveling
EdGruberman
2013-01-19
-565
/
+422
*
Add BlockEnderPortal for diff visibility
EdGruberman
2013-01-19
-0
/
+56
*
Improve the item meta deserialization code-style
Wesley Wolfe
2013-01-18
-112
/
+81
*
Always call PotionSplashEvent. Fixes BUKKIT-3363
Zloteanu Nikita
2013-01-17
-1
/
+1
*
Place beds with the correct data. Fixes BUKKIT-3447
feildmaster
2013-01-17
-1
/
+1
*
Updated version to 1.4.7-R0.2-SNAPSHOT for development towards next release.
EvilSeph
2013-01-17
-1
/
+1
*
Updated version to 1.4.7-R0.1 in pom.xml for Beta.
EvilSeph
2013-01-17
-1
/
+1
*
Update CraftBukkit to Minecraft 1.4.7
feildmaster
2013-01-17
-349
/
+83
*
Initialize entity data before spawning them. Fixes BUKKIT-3209
feildmaster
2013-01-16
-5
/
+6
*
Fix entities traveling sideways. Addresses BUKKIT-3443
bloodmc
2013-01-16
-2
/
+2
*
Get the BlockState before changing the block. Fixes BUKKIT-3441
feildmaster
2013-01-16
-2
/
+4
*
Handle beds and doors the same way as other blocks. Fixes BUKKIT-3437
feildmaster
2013-01-16
-19
/
+14
*
Throw BlockPlaceEvent when placing double slabs. Fixes BUKKIT-2469
feildmaster
2013-01-16
-39
/
+61
*
Add ItemStackMapTest
Wesley Wolfe
2013-01-15
-0
/
+121
*
Spawn monsters without prematurely exiting. Fixes BUKKIT-3425
cexikitin
2013-01-14
-1
/
+1
*
Various ItemMeta fixes.
Wesley Wolfe
2013-01-09
-13
/
+15
*
Update unit test to reflect firework color fix. Fixes BUKKIT-3382
Wesley Wolfe
2013-01-05
-1
/
+1
*
Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786
Wesley Wolfe
2013-01-05
-7
/
+7
*
Implement fishing experience. Adds BUKKIT-3348
feildmaster
2013-01-01
-1
/
+3
*
Move the tile entity with the falling block. Adds BUKKIT-3349
feildmaster
2013-01-01
-0
/
+27
*
Fix "setSitting" on tameable animals. Fixes BUKKIT-1534
feildmaster
2013-01-01
-3
/
+2
*
Add PathfinderGoalSit for diff visibility
feildmaster
2013-01-01
-0
/
+39
*
Updated version to 1.4.6-R0.4-SNAPSHOT for development towards next release.
EvilSeph
2012-12-31
-1
/
+1
*
Updated version to 1.4.6-R0.3 in pom.xml for Beta.
EvilSeph
2012-12-31
-1
/
+1
*
[Bleeding] Fix corruption due to thread safety issues. Fixes BUKKIT-3333
Mike Primm
2012-12-30
-3
/
+3
*
Updated version to 1.4.6-R0.3-SNAPSHOT for development towards next release.
EvilSeph
2012-12-29
-1
/
+1
*
Updated version to 1.4.6-R0.2 in pom.xml for Beta.
EvilSeph
2012-12-29
-1
/
+1
*
Return the level, not ID. Fixes BUKKIT-3326
Wesley Wolfe
2012-12-29
-9
/
+12
*
/dev/null does not accept EnchantmentThorns
Wesley Wolfe
2012-12-29
-1
/
+5
*
Don't teleport entities that are considered dead. Addresses BUKKIT-1331
feildmaster
2012-12-29
-0
/
+18
*
[Bleeding] Implement periodic chunk garbage collector
Mike Primm
2012-12-29
-0
/
+49
*
Fix persistence on tamed pets. Fixes BUKKIT-3300
feildmaster
2012-12-28
-2
/
+10
*
Update maxhealth for entities that have variable max health. Fixes BUKKIT-3308
feildmaster
2012-12-27
-4
/
+27
[next]