Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SPIGOT-4527: Fix sponges with waterlogged blocks | md_5 | 2018-12-13 | -5/+11 |
| | ||||
* | SPIGOT-4526: Add conversion time API for Zombie & subclasses | md_5 | 2018-12-13 | -7/+93 |
| | ||||
* | Mappings Update | md_5 | 2018-12-13 | -518/+469 |
| | ||||
* | Fix missing ServerListPingEvent call for legacy pings | md_5 | 2018-12-12 | -0/+34 |
| | ||||
* | Remove unnecessary line in BlockMushroom | md_5 | 2018-12-10 | -10/+2 |
| | ||||
* | Add PlayerSpawned API for Endermites | md_5 | 2018-12-10 | -0/+15 |
| | ||||
* | Enable optional source JAR shading via profile shadeSourcesJar | Javacraft | 2018-12-07 | -0/+8 |
| | | | | | | | | | | | | | | | mvn clean source:jar install -PshadeSouresJar achieves this goal. If 'source:jar' is not specified the resulting source JAR will not include CraftBukkit sources. Not specifying 'install' will result in an unshaded CraftBukkit source JAR and not include other sources, making it useless for debugging purposes. Shade CraftBukkit sources JAR. Add maven-shade-plugin configuration directives to create sources JAR and shade contents thereof. This ensures when source:jar goal is run, relocated CraftBukkit source files are also relocated for debugging and final code review purposes. | |||
* | Use ImmutableList rather than AbstractList for CraftMetaBook | Javacraft | 2018-12-07 | -13/+1 |
| | | | | | | | Although the AbstracList implementation does return a list, it is a of a form that does not play well with libraries using reflection, such as Gson. Leveraging a stream and the ImmutableList collector, this process is greatly simplified (and cleaner). | |||
* | Fix setRecipes(List) not setting Knowledge Book recipes. | Javacraft | 2018-12-05 | -1/+1 |
| | | | | | | Iterator source for recipe NamespacedKeys is changed to use method parameter 'recipes' specifying recipes to be added, rather than class property 'recipes', to which recipes are added. | |||
* | Mappings Update | md_5 | 2018-12-06 | -442/+393 |
| | ||||
* | Add list of entities to EntityTransformEvent & move die calls | nathat890 | 2018-12-05 | -39/+72 |
| | ||||
* | SPIGOT-4347: Add API to allow storing arbitrary values on ItemStacks | Bjarne Koll | 2018-12-04 | -1/+818 |
| | ||||
* | Add Vanilla help to default permissions | md_5 | 2018-12-03 | -0/+1 |
| | ||||
* | SPIGOT-4511: Trident doesn't lose durability | md_5 | 2018-12-01 | -7/+18 |
| | ||||
* | Tweak outdated windows | md_5 | 2018-11-28 | -1/+1 |
| | ||||
* | SPIGOT-4507: BlockRedstoneEvent current flipped for levers | md_5 | 2018-11-28 | -1/+1 |
| | ||||
* | SPIGOT-4500: callSyncMethod broken | md_5 | 2018-11-24 | -2/+2 |
| | ||||
* | SPIGOT-4498: Crash on startup | md_5 | 2018-11-23 | -1/+1 |
| | ||||
* | SPIGOT-4496: Undeprecate MapView.getId and make int | md_5 | 2018-11-23 | -2/+11 |
| | ||||
* | SPIGOT-4472: Add Consumer scheduler methods | md_5 | 2018-11-23 | -38/+92 |
| | ||||
* | SPIGOT-4494: Remove fix for SPIGOT-3864, better handled by SPIGOT-3879 fix | md_5 | 2018-11-20 | -1/+1 |
| | ||||
* | SPIGOT-4491: Fix InventoryMoveItemEvent causing repeated events | md_5 | 2018-11-19 | -23/+7 |
| | ||||
* | Add Player to BlockCanBuildEvent | md_5 | 2018-11-18 | -2/+3 |
| | ||||
* | SPIGOT-4489: NOTE_BLOCK incorrectly has BlockStateMeta | md_5 | 2018-11-16 | -11/+9 |
| | ||||
* | Add some missing CreatureSpawnEvent.SpawnReason calls | md_5 | 2018-11-14 | -5/+14 |
| | ||||
* | SPIGOT-4339: Add EntityTransformEvent | nathat890 | 2018-11-14 | -34/+119 |
| | | | | Thanks klugemonkey for some contributions in https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/351/overview | |||
* | SPIGOT-4483: Missing EntityInteractEvent call for zombies on eggs | md_5 | 2018-11-12 | -0/+28 |
| | ||||
* | SPIGOT-4477: Arrows only firing direction of boat | md_5 | 2018-11-10 | -2/+2 |
| | ||||
* | SPIGOT-4478: NPE during PlayerLoginEvent recipe manipulation | md_5 | 2018-11-10 | -0/+8 |
| | ||||
* | Add API to manipulate boss bar of entities and those created by commands | Yannick Lamprecht | 2018-11-10 | -25/+227 |
| | ||||
* | SPIGOT-4469: Age API for EndGateway | md_5 | 2018-11-07 | -1/+17 |
| | ||||
* | SPIGOT-4471: Use wall time for zombie drowning & enhance checks | md_5 | 2018-11-06 | -12/+38 |
| | | | | Thanks Zach Brown for outline of issue with drowned zombies. | |||
* | SPIGOT-4467: Improve ExpiringMap | md_5 | 2018-11-04 | -0/+61 |
| | ||||
* | SPIGOT-4438: Add choice API to furnace recipes | md_5 | 2018-11-03 | -13/+20 |
| | ||||
* | API to get client side view distance. | md_5 | 2018-11-02 | -33/+51 |
| | ||||
* | Remove note about development build | md_5 | 2018-11-02 | -2/+0 |
| | ||||
* | SPIGOT-4395: Additions to PlayerBedEnterEvent. | Ugleh | 2018-11-02 | -42/+152 |
| | | | | Contributions by blablubbabc as well - https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/pull-requests/500/overview | |||
* | Make natural item dropping mimic Vanilla | md_5 | 2018-10-31 | -33/+8 |
| | | | | Make sure we don't regress SPIGOT-260 by using exact drop method like Entity does | |||
* | SPIGOT-4376: Add draft BlockDropItemEvent | AndaBlock | 2018-10-31 | -27/+40 |
| | ||||
* | SPIGOT-4455: ChunkData.getType returns legacy material | md_5 | 2018-10-29 | -2/+2 |
| | ||||
* | SPIGOT-4433: Always generate ProtoChunk | md_5 | 2018-10-28 | -90/+1 |
| | ||||
* | SPIGOT-4447: Clear error for people trying to set an item as a block | md_5 | 2018-10-27 | -0/+2 |
| | ||||
* | SPIGOT-4446: Legacy rotation methods don't work for wall mounted skulls | md_5 | 2018-10-27 | -3/+10 |
| | ||||
* | Add ray tracing and bounding box API | blablubbabc | 2018-10-26 | -7/+299 |
| | ||||
* | SPIGOT-4443: Scoreboard RenderType API | md_5 | 2018-10-26 | -4/+34 |
| | ||||
* | MC-137353: Don't go crazy on amount of bootstrap threads needed | md_5 | 2018-10-23 | -1/+15 |
| | ||||
* | Update to Minecraft 1.13.2 | md_5 | 2018-10-23 | -264/+186 |
| | ||||
* | Remove outdated build delay. | md_5 | 2018-10-23 | -1/+1 |
| | ||||
* | Improve minecart spawners | md_5 | 2018-10-19 | -0/+13 |
| | ||||
* | Fixed missed diff in PathfinderGoalPanic. | blablubbabc | 2018-10-17 | -1/+1 |
| | | | | Originally from the MC 1.8 update, broken afterwards and was no longer calling the correct method. |