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
*
[Bleeding] Implement new damage api. Fixes BUKKIT-5326, BUKKIT-3878.
t00thpick1
2014-06-22
-192
/
+149
*
[Bleeding] Repair missing diff in Explosion. Fixes BUKKIT-5662
t00thpick1
2014-06-22
-3
/
+4
*
Avoid checking for loaded chunks for lighting and entity ticking.
Travis Watkins
2014-06-21
-4
/
+76
*
Don't check unload queue before ticking things anymore.
Travis Watkins
2014-06-21
-29
/
+11
*
Add special case for handling place event with lilies. Fixes BUKKIT-5641
bloodshot
2014-06-01
-1
/
+9
*
Improve ItemStack filtering.
Travis Watkins
2014-06-01
-0
/
+10
*
Some assumptions are better than others.
Nate Mortensen
2014-06-01
-5
/
+3
*
Handle null targets in target event. Fixes BUKKIT-5635
Travis Watkins
2014-05-26
-3
/
+10
*
Fix ItemStack state during BlockPlaceEvent. Fixes BUKKIT-5632
Nate Mortensen
2014-05-26
-5
/
+15
*
Rework mob item dropping on death. Fixes BUKKIT-5625
Travis Watkins
2014-05-26
-688
/
+119
*
Ensure we always log commands and log the right thing.
Travis Watkins
2014-05-14
-1
/
+2
*
Handle chat packets correctly
Wesley Wolfe
2014-05-13
-4
/
+4
*
Handle inventory max stack sizes even better. Fixes BUKKIT-5595
Travis Watkins
2014-05-13
-1
/
+6
*
[Bleeding] Fix stack overflow with Ender Crystals. Fixes BUKKIT-5583
GJ
2014-05-03
-3
/
+3
*
[Bleeding] Recheck persistence for chicken jockeys each tick. Fixes BUKKIT-5577
GJ
2014-04-29
-0
/
+5
*
[Bleeding] Include equipment in EntityDeathEvent loot. Fixes BUKKIT-5566
GJ
2014-04-29
-4
/
+23
*
[Bleeding] Correct issues with MEGA_REDWOOD trees. Fixes BUKKIT-5568
GJ
2014-04-28
-1
/
+1
*
Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558
bloodshot
2014-04-23
-2593
/
+250
*
Don't limit anvil stack size.
Travis Watkins
2014-04-23
-1
/
+0
*
Handle inventory max stack sizes better. Fixes BUKKIT-5564
Travis Watkins
2014-04-23
-8
/
+33
*
Faux sleepers wake up normally. Fixes BUKKIT-3667
Yariv Livay
2014-04-18
-1
/
+1
*
Allow plugins to enchant normally unenchantable items. Adds BUKKIT-1849
Andre LeBlanc
2014-04-18
-1
/
+7
*
Update client stack when block place is cancelled. Fixes BUKKIT-5284
bloodshot
2014-04-18
-1
/
+3
*
Update chest animation after cancelling open event. Fixes BUKKIT-1440
bloodshot
2014-04-18
-12
/
+44
*
Call event when boat is destroyed by falling. Fixes BUKKIT-5500
Brokkonaut
2014-04-18
-7
/
+14
*
Removing broken chunk caching from World. Fixes BUKKIT-5425
Brokkonaut
2014-04-18
-16
/
+1
*
[Bleeding] Call EntityTargetEvent in many new places.
GJ
2014-04-18
-11
/
+48
*
Add files from mc-dev for diff visibility.
GJ
2014-04-18
-0
/
+99
*
[Bleeding] Call BlockRedstoneEvent for all rails. Adds BUKKIT-4080
GJ
2014-04-18
-1
/
+15
*
Add BlockPoweredRail.java from mc-dev for diff visibility.
GJ
2014-04-18
-0
/
+132
*
[Bleeding] Ice in the nether fades to air. Fixes BUKKIT-5373
GJ
2014-04-18
-1
/
+1
*
[Bleeding] Fix some inventories not using maxStack. Fixes BUKKIT-2883
GJ
2014-04-18
-3
/
+9
*
[Bleeding] Add all blocks needed to PortalCreateEvent. Fixes BUKKIT-5464
GJ
2014-04-18
-3
/
+9
*
[Bleeding] Add many missing SpawnReasons.
GJ
2014-04-18
-11
/
+14
*
Add files from mc-dev for diff visibility.
GJ
2014-04-18
-0
/
+622
*
[Bleeding] Add many missing event calls.
GJ
2014-04-18
-40
/
+152
*
Add BlockTallPlant.java from mc-dev for diff visibility.
GJ
2014-04-18
-0
/
+160
*
[Bleeding] Add missing HangingBreakEvent. Fixes BUKKIT-3943
GJ
2014-04-18
-4
/
+17
*
Update CraftBukkit to Minecraft 1.7.9
Nate Mortensen
2014-04-17
-6
/
+15
*
Handle expired bans correctly. Fixes BUKKIT-5541
Travis Watkins
2014-04-17
-3
/
+19
*
Fix getting white list, ban list, and op list. Fixes BUKKIT-5538
Travis Watkins
2014-04-17
-23
/
+23
*
Import files from mc-dev for diff visibility
Travis Watkins
2014-04-17
-0
/
+235
*
[Bleeding] Re-add missed diff in 1.7.5 update. Fixes BUKKIT-5536
t00thpick1
2014-04-17
-1
/
+1
*
Fix missed diff and other small things
Travis Watkins
2014-04-13
-12
/
+16
*
Use world-container when finding players to convert. Fixes BUKKIT-5530
Travis Watkins
2014-04-13
-1
/
+1
*
Update CraftBukkit to Minecraft 1.7.8
Travis Watkins
2014-04-11
-525
/
+1453
*
Add method to send fake sign updates to players. Adds BUKKIT-2300
Patrick Seidel
2014-04-02
-17
/
+16
*
Add player unique ID to (Async)PlayerPreLoginEvent. Adds BUKKIT-5108
BlackHole
2014-04-02
-2
/
+3
*
Fix issues with leashes and weather due to missed diff
Travis Watkins
2014-03-26
-2
/
+2
*
Correct missed diff
Travis Watkins
2014-03-24
-3
/
+3
[next]