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
path:
root
/
src
/
main
/
java
/
net
/
minecraft
Commit message (
Expand
)
Author
Age
Lines
...
*
Boats can only die once.
Travis Watkins
2013-04-13
-1
/
+1
*
Change perspective of team checking. Fixes BUKKIT-4044
Wesley Wolfe
2013-04-11
-9
/
+10
*
Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684
feildmaster
2013-04-10
-143
/
+31
*
Make auxiliary worlds use the main scoreboard. Addresses BUKKIT-3984
Wesley Wolfe
2013-04-04
-1
/
+1
*
Handle large chests correctly for hopper events. Fixes BUKKIT-3979
Travis Watkins
2013-04-04
-2
/
+16
*
Implement Scoreboard API. Adds BUKKIT-3776
mbax
2013-04-04
-29
/
+59
*
Add ScoreboardServer from mc-dev for diff visibility
mbax
2013-04-04
-0
/
+204
*
Add missing calls to BlockRedstoneEvent. Adds BUKKIT-3926
gjmcferrin@gmail.com
2013-04-03
-0
/
+27
*
Add BlockDaylightDetector from mc-dev for diff visibility
gjmcferrin@gmail.com
2013-04-03
-0
/
+71
*
Set world on fixed tile entity to avoid NPE. Addresses BUKKIT-3949
Travis Watkins
2013-04-01
-0
/
+1
*
Fix mismatched tile entities for new blocks. Fixes BUKKIT-3949
Travis Watkins
2013-03-31
-0
/
+16
*
Don't update physics when block place is cancelled. Fixes BUKKIT-3939
Travis Watkins
2013-03-31
-2
/
+2
*
Limit hopper to valid directions. Fixes BUKKIT-3940
Travis Watkins
2013-03-31
-1
/
+1
*
Add BlockHopper from mc-dev for diff visibility.
Travis Watkins
2013-03-31
-0
/
+166
*
Include anvil result in inventory size. Fixes BUKKIT-3741
Travis Watkins
2013-03-30
-1
/
+1
*
Only call event when turning pressure plate on. Fixes BUKKIT-3881
Travis Watkins
2013-03-29
-15
/
+17
*
Special case large chests for hopper events. Fixes BUKKIT-3916
Travis Watkins
2013-03-29
-1
/
+8
*
Add Beacon block state for hopper events. Fixes BUKKIT-3932
Travis Watkins
2013-03-29
-1
/
+1
*
Call PotionSplashEvent even for no effects. Fixes BUKKIT-3618
EdGruberman
2013-03-28
-2
/
+2
*
Call appropriate event for zombies igniting players. Adds BUKKIT-3915
gjmcferrin@gmail.com
2013-03-28
-2
/
+12
*
Correct missed diff on skeletons. Fixes BUKKIT-3912
Travis Watkins
2013-03-28
-1
/
+1
*
Improve calling of ProjectileHitEvent. Fixes BUKKIT-3872
Andre LeBlanc
2013-03-26
-15
/
+4
*
Add missing semicolon
riking
2013-03-25
-1
/
+1
*
Allow plugins to enchant already enchanted items. Fixes BUKKIT-1956
Kristofer Henriksson
2013-03-25
-1
/
+2
*
Call EntityChangeBlockEvent when boats destroy blocks. Fixes BUKKIT-3871
Black-Hole
2013-03-25
-0
/
+13
*
Allow fishing success rate to be adjustable. Adds BUKKIT-3837
Andre LeBlanc
2013-03-25
-7
/
+1
*
Cleanup comments, formatting, etc
Travis Watkins
2013-03-25
-332
/
+310
*
Add ability to change player item in hand. Adds BUKKIT-3318
Patrick Seidel
2013-03-24
-0
/
+4
*
Don't assume all hoppers are blocks. Fixes BUKKIT-3883
Travis Watkins
2013-03-24
-1
/
+8
*
Implement InventoryMoveItemEvent. Adds BUKKIT-3765
Dennis Bliefernicht
2013-03-23
-6
/
+58
*
Fire VehicleEnterEvent for loaded chunks only. Fixes BUKKIT-3831
me4502
2013-03-23
-1
/
+1
*
ANSI color codes now reset text attributes. Fixes BUKKIT-3508
James Clarke
2013-03-23
-1
/
+1
*
Cleanup and rework physical interaction events. Fixes BUKKIT-3686
Travis Watkins
2013-03-22
-32
/
+54
*
Implement Dropper interface. Adds BUKKIT-3750
Xephi
2013-03-21
-1
/
+1
*
Add BlockDropper for diff visibility
Xephi
2013-03-21
-0
/
+55
*
Add ability to modify ThrownPotion properties. Adds BUKKIT-3197
Olof Larsson
2013-03-21
-1
/
+1
*
Add Fish (Hook) entity to PlayerFishEvent. Adds BUKKIT-1025
Andre LeBlanc
2013-03-20
-7
/
+12
*
Update CraftBukkit to Minecraft 1.5.1
Travis Watkins
2013-03-20
-220
/
+296
*
Really don't filter out -1 data in ItemStack.
Travis Watkins
2013-03-20
-4
/
+6
*
Handle filled buckets dispensing up and down. Fixes BUKKIT-3814
Travis Watkins
2013-03-20
-10
/
+8
*
Don't filter out -1 data in ItemStack. Fixes BUKKIT-3824
Travis Watkins
2013-03-20
-2
/
+2
*
Readd missed diff for minecart container size. Fixes BUKKIT-3826
Travis Watkins
2013-03-20
-1
/
+1
*
BlockState for Command Blocks. Adds BUKKIT-3805.
Nate Mortensen
2013-03-19
-1
/
+1
*
Only filter data on block items, not all items.
Travis Watkins
2013-03-18
-1
/
+1
*
Add /testfor command support to command block. Adds BUKKIT-3813
Travis Watkins
2013-03-18
-2
/
+23
*
Only set player weather if a plugin requested it.
Travis Watkins
2013-03-18
-1
/
+4
*
Implement per-player Weather API. Adds BUKKIT-812
T00thpick1
2013-03-18
-2
/
+25
*
Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, BUKK...
Yariv Livay
2013-03-18
-77
/
+41
*
Implement InventoryPickupItemEvent. Adds BUKKIT-3798
Travis Watkins
2013-03-18
-0
/
+9
*
Add missing getOwner method for container minecarts.
Travis Watkins
2013-03-16
-0
/
+7
[prev]
[next]