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
/
org
Commit message (
Expand
)
Author
Age
Lines
*
Updated to rename revision 02
Erik Broes
2012-03-01
-74
/
+74
*
Fix for Java 1.5
Celtic Minstrel
2012-02-29
-3
/
+2
*
[Bleeding] Implementation of inventory framework. Addresses BUKKIT-856
Celtic Minstrel
2012-02-29
-44
/
+1135
*
Implementation of richer playEffect methods. Addresses BUKKIT-857
Celtic Minstrel
2012-02-29
-0
/
+96
*
Added EntityTargetEvent for Experience Orbs, happens when it starts moving to...
ZNickq
2012-02-29
-0
/
+6
*
Moved getVehicle, leaveVehicle and isInsideVehicle from CraftLivingEntity to ...
TomyLobo
2012-02-29
-26
/
+22
*
[Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds
rmichela
2012-02-29
-2
/
+305
*
[Bleeding] Fix generics. Addresses BUKKIT-844
Wesley Wolfe
2012-02-29
-6
/
+5
*
Added plugin-profiling setting to bukkit.yml.
Travis Watkins
2012-02-29
-1
/
+1
*
Adjusted CraftBukkit to work with the entity event convenience patch in Bukki...
TomyLobo
2012-02-29
-5
/
+39
*
Fixed sneaking eye height. Addresses BUKKIT-808
TomyLobo
2012-02-27
-1
/
+1
*
Fixed CraftOfflinePlayer.getLastPlayed() returning the wrong result. Addresse...
Olof Larsson
2012-02-27
-1
/
+1
*
Added plugin loading log entry
EdGruberman
2012-02-26
-0
/
+2
*
Implement PortalCreateEvent reason codes. Addresses BUKKIT-833
Sam Wilson
2012-02-26
-1
/
+1
*
CraftSign changes. Addresses BUKKIT-824
TomyLobo
2012-02-26
-5
/
+8
*
[Bleeding] Override not applicable
Wesley Wolfe
2012-02-23
-4
/
+0
*
[Bleeding] Undo changes to the tree WorldGenerators.
Zeerix
2012-02-23
-4
/
+52
*
[Bleeding] Fixed setTotalExp, any experience update bugs and removed Deprecat...
Feildmaster
2012-02-23
-20
/
+2
*
[Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses ...
Feildmaster
2012-02-23
-11
/
+2
*
[Bleeding] Added launchProjectile.
aPunch
2012-02-23
-18
/
+48
*
[Bleeding] Added EntityType to replace CreatureType.
Celtic Minstrel
2012-02-22
-83
/
+277
*
[Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104
Feildmaster
2012-02-22
-6
/
+23
*
[Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and BUKKIT...
Celtic Minstrel
2012-02-21
-28
/
+129
*
[Bleeding] Cleanup clone method.
Wesley Wolfe
2012-02-20
-1
/
+5
*
[Bleeding] Fire EntityDamageByEntityEvent for EnderCrystal. Fixes BUKKIT-776
Feildmaster
2012-02-19
-1
/
+1
*
[Bleeding] Moved projectile EntityDamageByEntityEvent's to event factory. Add...
Feildmaster
2012-02-19
-2
/
+23
*
Add getEntitesByClass(Class<T>), getEntitiesByClasses(Class<?>...), deprecate...
Mike Primm
2012-02-18
-1
/
+29
*
Deprecation cleanup.
Erik Broes
2012-02-18
-109
/
+105
*
Fixed NPE when running a custom build of CraftBukkit. This fixes issue #BUKKI...
Nathan Adams
2012-02-18
-10
/
+6
*
Don't print stacktraces on DLB fetching errors. And because I forgot last com...
Nathan Adams
2012-02-17
-2
/
+2
*
Added a built-in update checker. See http://wiki.bukkit.org/Bukkit.yml#auto-u...
Nathan Adams
2012-02-16
-0
/
+275
*
Use createNMSItemStack on CraftingManager recipe registration. Fixes BUKKIT-602
Mushroom Hostage
2012-02-13
-13
/
+3
*
[Bleeding] Added Potions API. Fixes BUKKIT-389
fullwall
2012-02-10
-2
/
+195
*
Added configurable animal and monster ticks per spawn setting.
EvilSeph
2012-02-10
-0
/
+35
*
[Bleeding] Make sure we don't keep stale references to vanished players.
Travis Watkins
2012-02-09
-6
/
+7
*
Prevent the Vanish API from sending unnecessary packets.
EvilSeph
2012-02-03
-0
/
+2
*
[Bleeding] Implemented Vanish API.
Travis Watkins
2012-02-03
-17
/
+48
*
Removed MONSTER CreatureType.
EvilSeph
2012-02-03
-3
/
+0
*
Added 'generate-structure' setting support and WorldCreator property.
Eric Stokes
2012-01-29
-1
/
+7
*
Added useExactLoginLocation(). Closes BUKKIT-145
EvilSeph
2012-01-29
-0
/
+4
*
Filter null/AIR from items dropped on death. Fixes: BUKKIT-653
Erik Broes
2012-01-29
-0
/
+2
*
Cleanup.
EvilSeph
2012-01-27
-1
/
+1
*
Fixed CraftLivingEntity.damage when the entity is an EntityComplex.
Sam Wilson
2012-01-24
-1
/
+20
*
[Bleeding] Implemented PotionSplashEvent. Closes BUKKIT-307
Zeerix
2012-01-24
-0
/
+15
*
Reverted changes to getItem(). Will be reimplemented after RB.
EvilSeph
2012-01-20
-1
/
+1
*
Accounted for NMS getItem() returning null in recent commit.
EvilSeph
2012-01-20
-1
/
+1
*
Properly handle null and air items. Fixes BUKKIT-435 and BUKKIT-550
EvilSeph
2012-01-20
-3
/
+7
*
Updated timing code for new event system
Tahg
2012-01-19
-0
/
+1
*
Prevent re-use of internal world dimension IDs. This fixes BUKKIT-448. Thanks...
Nathan Adams
2012-01-19
-0
/
+10
*
Throw PlayerLevelChangeEvent and PlayerExpChangeEvent events. Thanks to feild...
Nathan Adams
2012-01-19
-0
/
+13
[next]