Commit Graph

5449 Commits

Author SHA1 Message Date
Bartosz Stefańczyk 4a1f5cb85e Fix annotations so Inventory#getContents returns non-null array with nullable type (#5350) 2021-03-23 15:51:08 +01:00
Shane Freeder 68f0738631 Properly apply Sign#isEditable to TEs when calling BlockState#update 2021-03-23 06:46:54 +00:00
MiniDigger | Martin 098fb6ec40 [CI-SKIP] Change some fields to textara (#5405) 2021-03-22 16:16:57 +01:00
Olivia 733ec20c4e [CI-SKIP] 🚀 Upgrade to new form-based templates (#5278) 2021-03-22 10:07:16 -05:00
Shane Freeder eac81f6960 replace spaces in world key (touches #5397) 2021-03-22 01:10:13 +00:00
Riley Park 43a6e9e19c Refactor chat message composition (#5396)
fixes #5395
2021-03-21 13:47:13 -07:00
Black Hole 6f0d20d436 [CI-SKIP] Fix makemcdevsrc.sh for nms relocations (#5389) 2021-03-21 05:07:14 +01:00
Shane Freeder 7fb24d323a Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
7eb35643 SPIGOT-6398: Fix crash when bonemealing bamboo and the BlockSpreadEvent is cancelled
2021-03-19 23:27:53 +00:00
Jason Penilla 786afba088 Only set despawnTimer for Wandering Traders spawned by MobSpawnerTrader (#5391)
Upstream recently broke this when they exposed despawnTimer to API.
2021-03-19 16:19:28 -07:00
Jason Penilla 6d452f1f7f Fix VanillaMobGoalTest#testBukkitMap (#5390) 2021-03-19 15:21:54 -07:00
Automated 93ce0f3a89 [Auto] Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
9c32a8794 Fix broken wandering traders
2021-03-19 18:07:29 -04:00
Mariell Hoversholm 04dd5cbf5e [CI-SKIP] Ignore .gitignore
A `.gitignore' will make packages such as
`net.minecraft.world.entity.ai.goal.**target**` be ignored. This causes
the entire patch to not apply, which is very suspicious. This commit
adds a `--force' parameter to the `git add' command we run, as per `man
git-add':

```
       -f, --force
           Allow adding otherwise ignored files.
```

The global configuration file was proven problematic, then fixed by
this by commit by Prof_Bloodstone#0123 and thekinrar#0001 on Discord
(`#paper-dev').

CI-SKIP: This does not apply to the CI, therefore it is not worthy of
its own build.
2021-03-19 18:25:18 +01:00
Jason Penilla a724816abb Deprecate ItemStack#setLore(List<String>) and ItemStack#getLore, add Component based alternatives 2021-03-18 22:04:54 -07:00
Mariell Hoversholm 8bafc17d67 apply fixup
I managed to move it, yet forgot to actually fix it up...
2021-03-19 07:50:12 +01:00
Mariell Hoversholm 4ff6e86500 Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
4e5f46cb Update ASM version

CraftBukkit Changes:
d54b500d Prepare for Java 16
2021-03-17 17:37:12 +01:00
Mariell Hoversholm 597f326302 wtf is this t file -jmp 2021-03-17 11:18:04 +01:00
Mariell Hoversholm 2d21a9f100 fix compile 2021-03-17 10:47:08 +01:00
Mariell Hoversholm 61ccf4bd87 rebase 2021-03-17 10:20:38 +01:00
Mariell Hoversholm ebbbfa4e37 Revert de5f4e469...c270abe96 2021-03-16 19:43:56 +01:00
Mariell Hoversholm 1ecd8a1ca7 script & POM fix 2021-03-16 19:41:20 +01:00
Mariell Hoversholm 2a17719272 Replace ** with * (BSD/macOS) 2021-03-16 19:34:40 +01:00
Mariell Hoversholm b7bfc81de4 Don't remove the .java 2021-03-16 19:31:27 +01:00
Mariell Hoversholm aa3cd67b54 Fix macOS/BSD support 2021-03-16 19:26:49 +01:00
Mariell Hoversholm e7ae17022f Link correctly 2021-03-16 18:31:01 +01:00
Mariell Hoversholm 8e7a9cdae4 Rename work dir 2021-03-16 18:30:17 +01:00
Mariell Hoversholm 2d847f7478 Actually fix preloading this time 2021-03-16 17:51:13 +01:00
Mariell Hoversholm 3052fe18f6 Fix class preloading 2021-03-16 17:47:15 +01:00
Mariell Hoversholm 555df3decc It's mojang math, not minecraft math 2021-03-16 17:39:56 +01:00
Mariell Hoversholm 9214bd49ba Apply fixups 2021-03-16 17:37:33 +01:00
Mariell Hoversholm dc29362b55 Use revision file 2021-03-16 17:35:55 +01:00
Mariell Hoversholm 6ea816d217 Welcome to 1.16.5-R0.2 2021-03-16 17:09:07 +01:00
Mariell Hoversholm f63acc3d72 Change cache keys 2021-03-16 17:02:53 +01:00
Mariell Hoversholm c9ba11e0fc more work 2021-03-16 17:00:33 +01:00
Mariell Hoversholm 0750bfaf8c It compiles 2021-03-16 16:50:45 +01:00
Mariell Hoversholm 908c938d0c More work 2021-03-16 14:04:28 +01:00
Jason Penilla 062733b903 Updated Upstream (CraftBukkit/Spigot)
Doesn't compile yet.

CraftBukkit Changes:
90d6905b Repackage NMS
69cf961d Repackage patches

Spigot Changes:
79d53c28 Repackage NMS
2021-03-16 00:19:45 -07:00
Jason Penilla 213b84a2a8 Update scripts for NMS repackaging 2021-03-16 00:19:21 -07:00
Riley Park 8b1e661370 bug #5373 - fix AsyncChatEvent not being posted when processing a legacy APCE continuation 2021-03-16 11:57:34 -07:00
stonar96 797fc746d0 Replace all block states of a specified block (#5055)
Up to now Anti-Xray did only replace blocks that have the default block
state of the specified blocks in hidden-blocks (engine-mode: 1) or
hidden-blocks and replacement-blocks (engine-mode: 2). Therefore it wasn't
possible to replace for example chests facing south because chest refers to
the default block state facing north. Supporting block states in these lists
is overkill. Instead this commit makes Anti-Xray to replace all block states
of a specified block. However, Anti-Xray will still place the default block
states.
2021-03-16 01:40:57 +01:00
Automated 11b21a19c3 [Auto] Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
2ffdb31ec Use upstream plexus-compiler-eclipse
2021-03-15 02:57:17 -04:00
Josh Roy 55421b2226 Updated Upstream (Bukkit) (#5359)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
c589f546 Use upstream plexus-compiler-eclipse
2021-03-14 15:35:51 -04:00
Riley Park 727e71ad0f bug #5362 - correctly pass "render type" when registering a new scoreboard objective
fixes #5362
2021-03-14 12:04:49 -07:00
Jake Potrebic be423b993b Add per-command perms for paper command 2021-01-05 13:25:45 -08:00
Jake Potrebic 019f1bff24 Add Item Rarity API (#5352) 2021-03-12 17:27:48 -08:00
Spottedleaf d84c3d0036 [CI-SKIP] Removal from the MIT list (#5345)
Any future work I do will be under GPLv3. This doesn't affect current patches.
2021-03-11 16:36:30 -08:00
Irmo van den Berge b2e6c8941b Add fast alternative constructor for Vector3f (#5339)
Signed-off-by: Irmo van den Berge <irmo.vandenberge@ziggo.nl>
2021-03-10 22:14:52 +01:00
Riley Park 1649b53e54 fix #5336 2021-03-10 11:09:23 -08:00
Trigary 32f7b1fa11 fix patch 'Remove streams from SensorNearest' (fixes #5330) 2021-03-10 12:24:20 +01:00
Jason Penilla e59776a02e Use Adventure for /version command feedback, add copy to clipboard click event (#5333) 2021-03-09 20:56:13 -08:00
Shane Freeder f33a17faf7 Fix creating worlds with "invalid" names (Fixes #5331) 2021-03-09 21:06:09 +00:00