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
/
bukkit
Commit message (
Expand
)
Author
Age
Lines
*
Performance update to remove several very high counts of temp object creation
Tahg
2011-12-06
-112
/
+164
*
fix NPE issue with CB inventory
Tahg
2011-12-06
-0
/
+2
*
Clean-up some events to maintain general style
Andrew Ardill
2011-12-05
-1
/
+1
*
CraftInventory.remove shouldn't care about amount (BUKKIT-138)
Nathan Adams
2011-12-05
-2
/
+14
*
Implemented server.getOfflinePlayers
Nathan Adams
2011-12-04
-0
/
+24
*
Fixed some various CraftInventory bugs related to dropping Enchantments
Nathan Adams
2011-12-04
-3
/
+5
*
Fixed player teleporting not working with a certain method. This fixes BUKKIT...
Nathan Adams
2011-12-04
-1
/
+1
*
Indicate when a teleport event was triggered by ender pearls or unknown inter...
Nathan Adams
2011-12-04
-2
/
+13
*
Remove unused import
Andrew Ardill
2011-12-02
-1
/
+0
*
Made world.spawnCreature just delegate to world.spawn. This fixes BUKKIT-57
Nathan Adams
2011-12-01
-10
/
+6
*
Fix CraftBlock toString.
Erik Broes
2011-12-01
-1
/
+1
*
Fixed rare NPEs with CraftItemStack. This fixes BUKKIT-51
Nathan Adams
2011-12-01
-3
/
+5
*
Fixed exp methods returning wrong values
Nathan Adams
2011-11-30
-6
/
+20
*
Updated to use mc-dev rename revision 1
Nathan Adams
2011-11-30
-69
/
+68
*
Fixed multiworld loading of some worlds, yay for 1 letter fixes :D
Erik Broes
2011-11-30
-1
/
+1
*
Fix CraftEnderCrystal so that it implements EnderCrystal, not EnderSignal.
Andrew Ardill
2011-11-30
-2
/
+2
*
Fix Craft Entity constructors and toStrings.
Andrew Ardill
2011-11-29
-295
/
+468
*
Fix CraftVillager constructor to only take an EntityVillager
Andrew Ardill
2011-11-29
-1
/
+1
*
BUKKIT-57 Fix using Bukkit interface instead of nmc Entity for type check.
Andrew Ardill
2011-11-29
-1
/
+1
*
Fixed Enchantments being lost on inventory.setItem
Nathan Adams
2011-11-28
-2
/
+6
*
Fixed magma slimes from being nonspawnable
Nathan Adams
2011-11-28
-2
/
+10
*
Add new Entity types to CreatureSpawnEvent
Andrew Ardill
2011-11-28
-2
/
+19
*
Add CraftMagmaCube
Andrew Ardill
2011-11-28
-0
/
+22
*
Fixed NPE in CraftPlayer.getBedSpawnLocation
Nathan Adams
2011-11-27
-1
/
+1
*
Clone item enchantments unchecked
Nathan Adams
2011-11-27
-1
/
+1
*
Fixed issue with enchantments reseting under certain conditions
Nathan Adams
2011-11-27
-6
/
+8
*
Implemented Enchantment API
Nathan Adams
2011-11-27
-0
/
+188
*
Implemented world.getWorldFolder
Nathan Adams
2011-11-25
-0
/
+5
*
Changed Entity.isDead to be aware of health for living entities
Nathan Adams
2011-11-25
-1
/
+1
*
Fixed NPE in player inventory + don't ignore the cancel state of world unloads
Nathan Adams
2011-11-24
-1
/
+1
*
Implemented new age methods in animals, and made spawned animals via eggs pro...
Nathan Adams
2011-11-24
-0
/
+8
*
I've either fixed going to The End, or made it worse. I'm sure we'll find out...
Nathan Adams
2011-11-24
-7
/
+60
*
Made BlockStates inform playes upon update
Nathan Adams
2011-11-24
-0
/
+1
*
Fixed allow-nether being ignored
Nathan Adams
2011-11-24
-1
/
+1
*
Implemented new biome values
Nathan Adams
2011-11-22
-25
/
+16
*
Implemented new EnderCrystal entity class
Nathan Adams
2011-11-21
-0
/
+20
*
fixed spawn method for projectiles
sunkid
2011-11-20
-12
/
+12
*
Update for 1.0.0
Erik Broes
2011-11-20
-97
/
+375
*
Added new --noconsole command argument, thanks to mkurzeja for the idea
Nathan Adams
2011-11-05
-0
/
+11
*
Implemented bukkit versioning
Nathan Adams
2011-10-31
-0
/
+35
*
Add missing CraftBlock hashCode()
Erik Broes
2011-10-20
-0
/
+5
*
fixed mapping of Art <-> EnumArt in Paintings
Tahg
2011-10-12
-3
/
+77
*
Added new bukkit.yml entry (settings -> world-container) to control the direc...
Nathan Adams
2011-10-12
-1
/
+5
*
Implemented getPlayer of OfflinePlayer
Nathan Adams
2011-10-11
-1
/
+18
*
Implemented entity age methods
Nathan Adams
2011-10-11
-0
/
+11
*
Added hashCode and equals to CraftWorld
Nathan Adams
2011-10-10
-0
/
+19
*
Removed deprecated ConcurrentSoftMap
Nathan Adams
2011-10-10
-281
/
+0
*
Updated to the new Configuration api
Nathan Adams
2011-10-10
-42
/
+79
*
Fix CraftBlock.equals as they are not singletons anymore
Erik Broes
2011-10-07
-1
/
+5
*
don't store weak references for EmptyChunks or cache CraftBlocks
Tahg
2011-10-05
-17
/
+8
[next]