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
...
*
Use Chest block state for trapped chests. Fixes BUKKIT-3762
Travis Watkins
2013-03-16
-0
/
+1
*
Don't set health directly, will interfere with scoreboard system.
Travis Watkins
2013-03-16
-2
/
+2
*
Limit mob names to 64 chars to avoid client crash. Fixes BUKKIT-3753
Travis Watkins
2013-03-16
-0
/
+5
*
Always consume bonemeal when used on a sapling. Fixes BUKKIT-3755
Travis Watkins
2013-03-16
-5
/
+8
*
Remove duplicate place logic for snow. Fixes BUKKIT-3756
Travis Watkins
2013-03-16
-3
/
+8
*
Handle the newly refactored minecarts.
Wesley Wolfe
2013-03-16
-60
/
+99
*
Use proper naming convention for boolean methods.
Travis Watkins
2013-03-15
-1
/
+1
*
Update CraftBukkit to Minecraft 1.5
Travis Watkins
2013-03-15
-6734
/
+8474
*
Fix compilation error with exception names
Wesley Wolfe
2013-03-02
-4
/
+4
*
Use the correct CB object for ContainerBrewingStand. Fixes BUKKIT-3357
Nate Mortensen
2013-03-02
-2
/
+2
*
Add proper logging for custom channel exceptions.
Eimref
2013-03-02
-7
/
+20
*
Implement PlayerItemConsumeEvent. Adds BUKKIT-2349
Travis Watkins
2013-03-02
-0
/
+28
*
Close inventory on teleport. FIXES BUKKIT-3021.
Andrzej Pomirski
2013-02-10
-4
/
+5
*
Check TravelAgent.findOrCreate(Location) for null; Fixes BUKKIT-3590
EdGruberman
2013-02-10
-0
/
+3
*
Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578
James Clarke
2013-02-06
-1
/
+1
*
Use entity UUID instead of EntityID for metadata. Fixes BUKKIT-3582
feildmaster
2013-02-06
-2
/
+3
*
Always return a TravelAgent; Fixes BUKKIT-3541
EdGruberman
2013-02-04
-2
/
+7
*
Fix players spawning above portals. Fixes BUKKIT-3542.
James Clarke
2013-02-04
-5
/
+5
*
Always use the set exit location for portal events. Fixes BUKKIT-3555.
James Clarke
2013-02-04
-2
/
+2
*
Use the result of EntityPortalExitEvent. Fixes BUKKIT-3559.
James Clarke
2013-02-04
-4
/
+12
*
Updated version to 1.4.7-R1.1-SNAPSHOT for development towards next release.
EvilSeph
2013-01-30
-1
/
+1
*
Updated version to 1.4.7-R1.0 in pom.xml for RB.
EvilSeph
2013-01-30
-1
/
+1
*
Fix NPE when getting bed spawn location.
feildmaster
2013-01-29
-1
/
+1
*
Fix contract with Player.getBedSpawnLocation. Fixes BUKKIT-3525
feildmaster
2013-01-29
-2
/
+7
*
When leaving the end, always target the main world. Fixes BUKKIT-3517
feildmaster
2013-01-29
-1
/
+3
*
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
[prev]
[next]