summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
...
| * Implement the Depth Strider enchantment for the APISuddenly2014-11-29-0/+2
* | Add ANVIL and BEACON custom inventories. Also handle a few special cases for ...Fabian Faßbender2014-12-03-0/+22
* | Minor formatting fixesThinkofdeath2014-12-03-1/+1
* | Missed a caseThinkofdeath2014-12-02-1/+1
* | Don't wrap the y coordinate in World.getBlockAtThinkofdeath2014-12-02-1/+1
* | Fix CraftMetaBanner serialization.BuildTools2014-12-02-2/+8
* | Merge pull request #21 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-12-02-5/+21
|\ \
| * | Forgot that i work in Bukkit... Screw sun conventionsFabian Faßbender2014-12-02-36/+36
| * | Implementation for the new rotation values. Fixes SPIGOT-93Fabian Faßbender2014-12-02-20/+36
* | | [Slightly breaking] setType(Id) will not longer reuse the previous data valueThinkofdeath2014-12-02-1/+2
* | | Fix tree related crashes due to lazy BlockState updatingThinkofdeath2014-12-02-4/+2
|/ /
* | Fix show playerAdam Thomas2014-11-30-2/+3
* | Add a somewhat hacky fix for plugins converting between book typesThinkofdeath2014-11-30-0/+40
* | Fix Chunk.getTileEntities() (Fixes SPIGOT-62)Thinkofdeath2014-11-30-1/+1
* | Correct the return value of getPlayerListNameThinkofdeath2014-11-30-1/+1
* | Rewrite the level.dat properly. This fixes SPIGOT-46Fabian Faßbender2014-11-29-0/+1
* | SPIGOT-30: Fix restoring of WorldData when loading worldsMike Primm2014-11-29-3/+7
* | Ignore invalid blocks in ChunkSnapshotsThinkofdeath2014-11-29-0/+1
|/
* Fix chunk snapshot generation (needed for Dynmap)Mike Primm2014-11-28-1/+2
* Fix setAge and related methodsThinkofdeath2014-11-29-1/+1
* Fix missed case in CraftBlockThinkofdeath2014-11-29-0/+1
* Remove extra color codes at the start from converted json chatThinkofdeath2014-11-28-1/+1
* Update to Minecraft 1.8Thinkofdeath2014-11-28-65030/+1416
* Allow teleportation of entities on vehicles. Fixes BUKKIT-4210bendude562014-08-17-2/+8
* Implement ability to keep items on death via plugins. Adds BUKKIT-5724Jerom van der Sar2014-08-17-3/+8
* Modify the invalid item set to permit command blocks. Fixes BUKKIT-4342Starbuck Johnson2014-08-17-1/+1
* Fix PlayerFishEvent not correctly cancelling. Fixes BUKKIT-5396myiume2014-08-17-6/+3
* Implement deprecated methods. Adds BUKKIT-5752Wesley Wolfe2014-08-07-0/+58
* Use sensible AssertionError instead of ambiguous RuntimeExceptionWesley Wolfe2014-08-07-4/+4
* Fix cancelling PlayerDropItemEvent. Fixes BUKKIT-3313ase342014-08-04-1/+13
* Fix removal of items from Item Frames. Fixes BUKKIT-5736feildmaster2014-08-02-3/+7
* Don't confuse client with sound coordinates outside view distance.Travis Watkins2014-07-15-3/+52
* Provide modifier functions to EntityDamageEvent. Fixes BUKKIT-5688Wesley Wolfe2014-07-13-3/+9
* Handle uniform block ids greater than 127. Fixes BUKKIT-5686Travis Watkins2014-07-10-4/+4
* Put damage modifiers in Functions for event. Fixes BUKKIT-5681Travis Watkins2014-07-09-59/+99
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-1219/+1223
* Use 4787c23dce0f5ac856d8d398225828971a93a3ff Guava patch for onlinePlayersWesley Wolfe2014-07-01-3/+1
* Implement new getOnlinePlayers. Adds BUKKIt-5668Wesley Wolfe2014-06-25-14/+117
* [Bleeding] Fix checks for non-living entities. Fixes BUKKIT-5667t00thpick12014-06-24-2/+2
* [Bleeding] Ignore damage done by LivingEntity.damage(). Fixes BUKKIT-5666t00thpick12014-06-23-0/+2
* Use compact memory format for uniform chunk section data.Travis Watkins2014-06-23-59/+272
* [Bleeding] Set projectile source for reflected fireballs. Fixes BUKKIT-5661t00thpick12014-06-22-0/+1
* [Bleeding] Implement new damage api. Fixes BUKKIT-5326, BUKKIT-3878.t00thpick12014-06-22-223/+263
* [Bleeding] Repair missing diff in Explosion. Fixes BUKKIT-5662t00thpick12014-06-22-3/+4
* Avoid checking for loaded chunks for lighting and entity ticking.Travis Watkins2014-06-21-5/+92
* Don't check unload queue before ticking things anymore.Travis Watkins2014-06-21-29/+11
* Add special case for handling place event with lilies. Fixes BUKKIT-5641bloodshot2014-06-01-1/+9
* Improve ItemStack filtering.Travis Watkins2014-06-01-0/+10
* Some assumptions are better than others.Nate Mortensen2014-06-01-5/+3
* Use UUIDs in CraftPlayer equals and hashCode methods. Fixes BUKKIT-5634Daniel Naylor2014-05-26-4/+4