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
Commit message (
Expand
)
Author
Age
Lines
*
Don't do physics updates in world generation. Fixes BUKKIT-3747
Travis Watkins
2013-04-16
-1
/
+7
*
Validate chunk data array lengths. Fixes BUKKIT-4093
Mike Primm
2013-04-15
-5
/
+27
*
When moving a misplaced chunk move tile entities too. Fixes BUKKIT-4092
Travis Watkins
2013-04-15
-0
/
+14
*
Make Slimes fire EntityTarget events. Fixes BUKKIT-1408
GJ
2013-04-15
-2
/
+23
*
Don't apply fall damage when cancelled. Fixes BUKKIT-4065
Travis Watkins
2013-04-13
-5
/
+7
*
Add delay to hopper even if it doesn't do anything. Fixes BUKKIT-4061
Travis Watkins
2013-04-13
-1
/
+4
*
Perform anvil calculations when using 1.5 drop feature.
riking
2013-04-13
-1
/
+1
*
Use wall time instead of ticks for several things. Fixes BUKKIT-4059
Travis Watkins
2013-04-13
-17
/
+37
*
Add MobEffect from mc-dev for diff visibility
Travis Watkins
2013-04-13
-0
/
+143
*
Various minor performance improvements
Travis Watkins
2013-04-13
-2
/
+15
*
Correct vehicle movement issues. Fixes BUKKIT-2993, BUKKIT-4056
Travis Watkins
2013-04-13
-4
/
+8
*
Fetch tile entities from chunks instead of world. Fixes BUKKIT-4055
Travis Watkins
2013-04-13
-9
/
+19
*
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
[next]