index
:
archive/bukkit
debugging
master
version/1.12.2
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
Commit message (
Expand
)
Author
Age
Lines
*
Added player.isFlying|setFlying to check if a player is flying, or make them ...
Nathan Adams
2012-03-22
-0
/
+13
*
Added new MELTING DamageCause. Addresses BUKKIT-1244
EvilSeph
2012-03-22
-0
/
+6
*
Added configurable Connection Throttle. Addresses BUKKIT-1274
EvilSeph
2012-03-22
-1
/
+12
*
Added some new ChatColors. Surprise! :D
Nathan Adams
2012-03-22
-3
/
+23
*
[Bleeding] Fixed soft-dependencies broken by previous commit.
Wesley Wolfe
2012-03-22
-1
/
+1
*
[Bleeding] Made IndexHelpTopic more conducive to subclassing. Addresses BUKKI...
rmichela
2012-03-22
-15
/
+46
*
[Bleeding] Added swamp trees and small jungle trees to TreeType. Addresses BU...
zml2008
2012-03-21
-3
/
+42
*
[Bleeding] Added loadbefore property; Addresses BUKKIT-843
Wesley Wolfe
2012-03-21
-2
/
+43
*
[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addre...
aPunch
2012-03-21
-61
/
+67
*
[Bleeding] Added getting and setting drops to all appropriate events. Fixes B...
Celtic Minstrel
2012-03-21
-7
/
+68
*
[Bleeding] Fixed some issues with no-effect potions, and added more potion te...
Celtic Minstrel
2012-03-21
-32
/
+63
*
[Bleeding] Add Chest.getBlockInventory() for convenience; this always returns...
Celtic Minstrel
2012-03-20
-1
/
+11
*
[Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246
Celtic Minstrel
2012-03-20
-0
/
+9
*
[Bleeding] Added way to get/set if an Iron Golem was player created. Addresse...
aPunch
2012-03-20
-0
/
+15
*
[Bleeding] Add ExpBottleEvent; Addresses BUKKIT-888
Wesley Wolfe
2012-03-20
-0
/
+69
*
[Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193
rmichela
2012-03-16
-2
/
+139
*
[Bleeding] Added ChatColor.translateAlternateColorCodes(). Addresses BUKKIT-1191
rmichela
2012-03-16
-0
/
+28
*
[Bleeding] Added automatically generated plugin-level sub-indexes to the mast...
rmichela
2012-03-16
-1
/
+27
*
Aesthetic changes to the /help command.
rmichela
2012-03-16
-6
/
+9
*
[Bleeding] Added option to remove entire plugins from the help index using th...
rmichela
2012-03-16
-8
/
+35
*
[Bleeding] Add Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076
Celtic Minstrel
2012-03-15
-0
/
+20
*
[Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground...
Celtic Minstrel
2012-03-15
-0
/
+5
*
[Bleeding] CraftItemEvent.getInventory() now returns CraftingInventory for co...
Celtic Minstrel
2012-03-15
-0
/
+6
*
[Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes B...
Celtic Minstrel
2012-03-15
-2
/
+2
*
[Bleeding] Added DoubleChest wrapper so that DoubleChestInventory can return ...
Celtic Minstrel
2012-03-15
-0
/
+51
*
[Bleeding] Added ProjectileLaunchEvent. Addresses BUKKIT-284
Celtic Minstrel
2012-03-15
-0
/
+40
*
[Bleeding] Clean up and clarify javadocs on new generator methods.
Mike Primm
2012-03-15
-34
/
+64
*
[Bleeding] Lazily calculate permissions. Addresses BUKKIT-1122
Wesley Wolfe
2012-03-15
-12
/
+13
*
[Bleeding] Reworked OBP.Permission. Addresses BUKKIT-1120 and addresses BUKKI...
Wesley Wolfe
2012-03-15
-44
/
+29
*
[Bleeding] More lenient command creation from plugin.yml. Fixes BUKKIT-1093
Wesley Wolfe
2012-03-15
-11
/
+13
*
Updated tests with isBlocking().
EvilSeph
2012-03-14
-0
/
+4
*
Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses...
Celtic Minstrel
2012-03-13
-10
/
+140
*
[Bleeding] Added Player.isBlocking(). Addresses BUKKIT-858
Celtic Minstrel
2012-03-13
-0
/
+7
*
[Bleeding] Added EntityBreakDoorEvent. Fixes BUKKIT-1134
feildmaster
2012-03-11
-0
/
+17
*
[Bleeding] Add getWorldType() and getGenerateStructures() methods to Bukkit a...
Mike Primm
2012-03-10
-0
/
+22
*
[Bleeding] Added support for amending help topic visibility permissions in he...
rmichela
2012-03-10
-2
/
+23
*
[Bleeding] Correct handling of blank lines in ChatPaginator.
zml2008
2012-03-10
-6
/
+8
*
[Bleeding] Implemented command aliases in help. Addresses BUKKIT-1028
rmichela
2012-03-10
-17
/
+27
*
[Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukki...
rmichela
2012-03-10
-1
/
+139
*
[Bleeding] Added support for linking custom CommandExecutor types to a HelpTo...
rmichela
2012-03-10
-8
/
+17
*
[Bleeding] Add new sub-event for target goals, and DEFEND_VILLAGE TargetReaso...
feildmaster
2012-03-10
-2
/
+37
*
Made Ocelot implement isSitting() and setSitting(). Fixes BUKKIT-993
EvilSeph
2012-03-09
-0
/
+15
*
[Bleeding] Added getting the hostname a player used to log in. Addresses BUKK...
SpaceManiac
2012-03-09
-0
/
+15
*
[Bleeding] Update generator interface for new generate methods. Addresses BUK...
Mike Primm
2012-03-09
-1
/
+102
*
Made zombie invasions fire CreatureSpawn event. Fixes BUKKIT-1090
EvilSeph
2012-03-08
-0
/
+4
*
Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089
EvilSeph
2012-03-08
-0
/
+8
*
[Bleeding] Correct errors in LongGrass and MonsterEggs materials. Addresses B...
Mike Primm
2012-03-08
-2
/
+2
*
Fix incorrect entity ID for iron golem. Addresses BUKKIT-1088
Celtic Minstrel
2012-03-08
-1
/
+1
*
Add missing JUNGLE TreeSpecies. Fixes BUKKIT-973
Celtic Minstrel
2012-03-08
-1
/
+5
*
[Bleeding] Added missing NPE protection to removeMetadata(). Fixes BUKKIT-933
rmichela
2012-03-08
-0
/
+1
[next]