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
Commit message (
Expand
)
Author
Age
Lines
...
*
Disable some tests whilst issues with them are looked into
Thinkofdeath
2014-12-07
-3
/
+3
*
Fix isEmpty and hashCode for CraftMetaItem
Thinkofdeath
2014-12-07
-1
/
+2
*
Fix BlockEntityTag being stripped from items
Thinkofdeath
2014-12-07
-1
/
+18
*
Make CraftMetaItem's attribute handling less strict on types
Thinkofdeath
2014-12-07
-4
/
+4
*
Add basic support for executing commands from signs
Thinkofdeath
2014-12-05
-1
/
+1
*
Use PlayerList's UUID->EntityPlayer map in CraftServer.getPlayer(UUID)
zreed
2014-12-05
-5
/
+4
*
Serialize baseColor as a string
Thinkofdeath
2014-12-04
-2
/
+5
*
Merge pull request #27 in SPIGOT/craftbukkit from ~AIKAR/craftbukkit:fixWorld...
Thinkofdeath
2014-12-03
-2
/
+0
|
\
|
*
Move WorldSaveEvent to proper location
Aikar
2014-12-03
-2
/
+0
*
|
Fix a issue with skulls that have a blank owner
Thinkofdeath
2014-12-03
-1
/
+1
|
/
*
Merge pull request #5 in SPIGOT/craftbukkit from ~DMCK2B/craftbukkit:feature/...
Thinkofdeath
2014-12-03
-0
/
+2
|
\
|
*
Implement the Depth Strider enchantment for the API
Suddenly
2014-11-29
-0
/
+2
*
|
Add ANVIL and BEACON custom inventories. Also handle a few special cases for ...
Fabian Faßbender
2014-12-03
-0
/
+22
*
|
Minor formatting fixes
Thinkofdeath
2014-12-03
-1
/
+1
*
|
Missed a case
Thinkofdeath
2014-12-02
-1
/
+1
*
|
Don't wrap the y coordinate in World.getBlockAt
Thinkofdeath
2014-12-02
-1
/
+1
*
|
Fix CraftMetaBanner serialization.
BuildTools
2014-12-02
-2
/
+8
*
|
Merge pull request #21 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...
Thinkofdeath
2014-12-02
-5
/
+21
|
\
\
|
*
|
Forgot that i work in Bukkit... Screw sun conventions
Fabian Faßbender
2014-12-02
-36
/
+36
|
*
|
Implementation for the new rotation values. Fixes SPIGOT-93
Fabian Faßbender
2014-12-02
-20
/
+36
*
|
|
[Slightly breaking] setType(Id) will not longer reuse the previous data value
Thinkofdeath
2014-12-02
-1
/
+2
*
|
|
Fix tree related crashes due to lazy BlockState updating
Thinkofdeath
2014-12-02
-4
/
+2
|
/
/
*
|
Fix show player
Adam Thomas
2014-11-30
-2
/
+3
*
|
Add a somewhat hacky fix for plugins converting between book types
Thinkofdeath
2014-11-30
-0
/
+40
*
|
Fix Chunk.getTileEntities() (Fixes SPIGOT-62)
Thinkofdeath
2014-11-30
-1
/
+1
*
|
Correct the return value of getPlayerListName
Thinkofdeath
2014-11-30
-1
/
+1
*
|
Rewrite the level.dat properly. This fixes SPIGOT-46
Fabian Faßbender
2014-11-29
-0
/
+1
*
|
SPIGOT-30: Fix restoring of WorldData when loading worlds
Mike Primm
2014-11-29
-3
/
+7
*
|
Ignore invalid blocks in ChunkSnapshots
Thinkofdeath
2014-11-29
-0
/
+1
|
/
*
Fix chunk snapshot generation (needed for Dynmap)
Mike Primm
2014-11-28
-1
/
+2
*
Fix setAge and related methods
Thinkofdeath
2014-11-29
-1
/
+1
*
Fix missed case in CraftBlock
Thinkofdeath
2014-11-29
-0
/
+1
*
Remove extra color codes at the start from converted json chat
Thinkofdeath
2014-11-28
-1
/
+1
*
Update to Minecraft 1.8
Thinkofdeath
2014-11-28
-65072
/
+1493
*
Allow teleportation of entities on vehicles. Fixes BUKKIT-4210
bendude56
2014-08-17
-2
/
+8
*
Implement ability to keep items on death via plugins. Adds BUKKIT-5724
Jerom van der Sar
2014-08-17
-3
/
+8
*
Modify the invalid item set to permit command blocks. Fixes BUKKIT-4342
Starbuck Johnson
2014-08-17
-1
/
+1
*
Fix PlayerFishEvent not correctly cancelling. Fixes BUKKIT-5396
myiume
2014-08-17
-6
/
+3
*
Implement deprecated methods. Adds BUKKIT-5752
Wesley Wolfe
2014-08-07
-0
/
+58
*
Use sensible AssertionError instead of ambiguous RuntimeException
Wesley Wolfe
2014-08-07
-4
/
+4
*
Fix cancelling PlayerDropItemEvent. Fixes BUKKIT-3313
ase34
2014-08-04
-1
/
+13
*
Fix removal of items from Item Frames. Fixes BUKKIT-5736
feildmaster
2014-08-02
-3
/
+7
*
Don't confuse client with sound coordinates outside view distance.
Travis Watkins
2014-07-15
-3
/
+52
*
Provide modifier functions to EntityDamageEvent. Fixes BUKKIT-5688
Wesley Wolfe
2014-07-13
-3
/
+9
*
Handle uniform block ids greater than 127. Fixes BUKKIT-5686
Travis Watkins
2014-07-10
-4
/
+4
*
Put damage modifiers in Functions for event. Fixes BUKKIT-5681
Travis Watkins
2014-07-09
-59
/
+99
*
Update CraftBukkit to Minecraft 1.7.10
Travis Watkins
2014-07-08
-1221
/
+1225
*
Use 4787c23dce0f5ac856d8d398225828971a93a3ff Guava patch for onlinePlayers
Wesley Wolfe
2014-07-01
-3
/
+1
*
Implement new getOnlinePlayers. Adds BUKKIt-5668
Wesley Wolfe
2014-06-25
-14
/
+117
*
[Bleeding] Fix checks for non-living entities. Fixes BUKKIT-5667
t00thpick1
2014-06-24
-2
/
+2
[prev]
[next]