Commit Graph
92 Commits
Author SHA1 Message Date
MiniDigger | Martin 8f1dcdd0b7 update restamp, add back entity ATs, rebuild patches 2024-12-15 22:39:52 +01:00
MiniDigger | Martin 41494c70b0 net/minecraft/util/datafix/** 2024-12-14 16:42:52 +01:00
MiniDigger | Martin f803e7cc28 update mache, rebuild patches for concurrency fix 2024-12-14 16:08:32 +01:00
MiniDigger | Martin d9e895a6d4 copy over access transformers from the old repo 2024-12-13 20:44:19 +01:00
MiniDigger | Martin b95e27be6c skip setupMacheSource on patch changes to save some time 2024-12-13 20:16:59 +01:00
MiniDigger | Martin 5c68cc7cef don't copy patch folders recursively in gibWork 2024-12-13 18:28:12 +01:00
MiniDigger | Martin 2e97b7fe6b remove no longer needed script 2024-12-12 14:48:32 +01:00
MiniDigger | Martin 71ce2bc90a remove input param from checkWork task, remove configuration cache warnings 2024-12-12 14:16:27 +01:00
MiniDigger | MartinandNassim Jahnke 3bb436a852 Add tasks to simplify update coordination 2024-12-12 11:36:56 +01:00
MiniDigger | Martin 9dcfb32d11 fix: move to jline-terminal-ffm on java 22+ and fall back to jni on 21, fixes #10405
ffm requires 1) native access allowed (the jdk cracks down on undocumented native access in 22) and 2) reverting the default console back to java.base, so the internal jline doesnt take over
2024-11-17 20:31:50 +01:00
MiniDigger | Martin 44214b0015 [ci skip] cleanup some ATs (#9840) 2023-10-22 02:17:55 +02:00
MiniDigger | Martin 3f4950410d some more compile fixes 2023-09-22 19:43:52 +02:00
MiniDigger | Martin 65e89bf179 some compile fixes 2023-09-22 19:31:02 +02:00
MiniDigger | Martin c32a202cfd Improve java version check (#9692) 2023-09-16 23:06:36 +02:00
MiniDigger | Martin 3a26886e65 fix reobf issues around randomsource impls
prolly should be fixed in a mapping patch instead but I don't wanna
2022-06-08 17:43:25 +02:00
MiniDigger | Martin a6a4cd6b84 more misc compile fixes 2022-06-08 14:19:54 +02:00
MiniDigger | Martin 80c50e91d4 Add missing DataConverter and fix some imports
not fully sure those imports (or well, those classes being outside of the mc package) are right, but who cares 🤷
2022-06-08 14:01:30 +02:00
MiniDigger | Martin 893323e31d Create workflow to add new PRs to the PR Queue project (#6918) 2021-12-06 02:52:47 +01:00
MiniDigger | Martin bd2d33ccb1 hey, look ma, am doing my part! 2021-11-24 08:37:09 +01:00
MiniDigger | Martin cb95469f99 Updated Upstream (Bukkit/CraftBukkit/Spigot)
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:
64c8bd39 #679: Add getHideOnlinePlayers
b991b6c7 #677: Add "Allow Server Listings" API
4e9f199a SPIGOT-6801: Wrong BlockData classes in Material enum for SOUL_FIRE and SOUL_TORCH

CraftBukkit Changes:
37e63e63 Fix loading / creating secondary worlds (nether/end)
4bf7f33c #956: Add getHideOnlinePlayers
d181e1ed Fix serializing unhandled NBT + add unit test with unhandled NBT
aebb79e3 #954: Add "Allow Server Listings" API
7c4707e4 #955: Add test for BlockData class of Material

Spigot Changes:
16c0cb41 Rebuild patches
2021-11-23 06:49:33 +01:00
MiniDigger | Martin 977f129e65 Add donation badges and support us section to readme 2021-09-01 10:14:57 +02:00
MiniDigger | Martin aa487a3e4c Fix Mob Goal Leak (#6394) 2021-08-22 06:19:45 +02:00
MiniDigger | Martin 0940693f5d add some more reobf mappings to fix tardis and terraform 2021-06-20 11:50:36 +02:00
MiniDigger | Martin ba7094caa9 downgrade snakeyaml to fix issues with comments
this was done by upstream, but got missed. Thanks @mrfloris for pointing this out.
2021-06-18 16:34:30 +02:00
MiniDigger | Martin 6c9cd70194 fix build 2021-06-17 22:25:52 +02:00
MiniDigger | Martin 4ac379cbd0 death to more obfhelpers 2021-06-17 22:20:03 +02:00
MiniDigger | Martin 62fabeca0c deprecate all obfhelpers 2021-06-17 21:52:26 +02:00
MiniDigger | Martin a486d2eccf nuke a few more obfhelpers 2021-06-17 21:37:37 +02:00
MiniDigger | Martin 8d5fa8c53b remove system property for book size limits
"It was from a different time before books were as jank as they are now. As time has gone on they've only proven to be worse and worse."
2021-06-17 21:12:40 +02:00
MiniDigger | Martin a716afea03 check if sender is a player in paper dumpitem command, closes #5858 2021-06-17 20:13:55 +02:00
MiniDigger | Martin e3fac1cbe3 mojang mapped vanilla goals 2021-06-16 01:24:22 +02:00
MiniDigger | Martin 11e98528e9 one missed AT 2021-06-16 00:59:41 +02:00
MiniDigger | Martin 952a2225df Fix a few cases of the vanilla mob goals 2021-06-16 00:47:05 +02:00
MiniDigger | Martin a1d90ea32f AT bullshit 2021-06-16 00:24:12 +02:00
MiniDigger | Martin 2eb94202ea start adding in ATs 2021-06-15 21:44:22 +02:00
MiniDigger | Martin 26e04471c9 continue to load paperclip from jfrog for now 2021-06-14 22:29:55 +02:00
MiniDigger | Martin 06259effd0 add access transforming capabilities 2021-06-14 22:15:09 +02:00
MiniDigger | Martin 0c4da04848 run CI with --stacktrace 2021-06-14 21:12:21 +02:00
MiniDigger | Martin 07d4b300d6 resolve paperweight from paper repo 2021-06-14 21:02:30 +02:00
MiniDigger | Martin 9a87139683 fix tests 2021-06-14 02:19:51 +02:00
MiniDigger | Martin 114713030c not even checkstyle can help us now 2021-06-14 01:48:04 +02:00
MiniDigger | Martin e8131d573a eeeeww, maven 2021-06-14 01:33:04 +02:00
MiniDigger | Martin 865f430ea4 use local class for movecontrol stuff to prevent reobf mapping issue 2021-06-14 01:19:51 +02:00
MiniDigger | Martin 7abf7d1838 separate out the CI tasks 2021-06-14 00:56:05 +02:00
MiniDigger | Martin 09e54e9d15 update github action to the new setup 2021-06-14 00:45:42 +02:00
MiniDigger | Martin ccc107136c update github action to the new setup 2021-06-14 00:44:48 +02:00
MiniDigger | Martin 6358589ae3 adjust material set tag sizes
MC added a buuuunch of stuff
2021-06-13 20:34:14 +02:00
MiniDigger | Martin 11ffbf843a delete unneeded old patches 2021-06-12 21:24:35 +02:00
MiniDigger | Martin 3dbcf242c6 Fix this stupid bullshit v2 2021-06-12 19:13:23 +02:00
MiniDigger | Martin 8a34a6269c add mcdev imports file 2021-06-12 11:23:51 +02:00
MiniDigger | Martin 86213ac1d2 fix profile cache mappings
let me be OP god dammit!
2021-06-12 09:30:37 +02:00
MiniDigger | Martin ee5185e59f few fixes to make it actually run 2021-06-12 02:22:53 +02:00
MiniDigger | Martin 95d25d98e8 Move patches around 2021-06-11 14:02:28 +02:00
MiniDigger | Martin 7dd61c6238 Did anyone say gradle? and paperweight? potentially even mojmap?! 2021-06-11 09:45:34 +02:00
MiniDigger | Martin 9cd572d31e hacked build changes, api applies cleanly 2021-06-11 08:29:15 +02:00
MiniDigger | Martin 5cf7330459 fix: wrong return in javadocs for bookmeta (#5579)
Closes #5574.
Reviewed-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-08 17:47:54 +02:00
MiniDigger | Martin f3727ff757 Updated Upstream (Bukkit/CraftBukkit) (#5508)
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:
14883d6b SPIGOT-6078: Add SmithItemEvent and expand SmithingInventory API

CraftBukkit Changes:
115244c7 SPIGOT-6078: Add SmithItemEvent and expand SmithingInventory API
2021-04-18 11:02:48 +02:00
MiniDigger | MartinandSpottedleaf 82a0f5a11f Fix occasional light gen issues for neighbor blocks (#5500)
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2021-04-16 17:55:10 +02:00
MiniDigger | Martin 098fb6ec40 [CI-SKIP] Change some fields to textara (#5405) 2021-03-22 16:16:57 +01:00
MiniDigger | Martin de5a2a4108 fix nullability of playerlist header/footer, closes #5290 2021-03-03 20:08:25 +01:00
MiniDigger | Martin db0dd75a20 Upstream Update (#5211) 2021-02-21 21:55:01 +01:00
MiniDigger | Martin 88663d9491 [CI-SKIP] Fix YourKit links in readme, fixes #5091 2021-01-20 16:23:30 +01:00
MiniDigger | Martin 57c5f5e566 Remove Paper's UnsafeUtils (#4913) 2020-12-19 21:14:37 +01:00
MiniDigger | Martin 6c95759a00 Let some more packets be send immediately, closes #4140 (#4896)
Signed-off-by: MiniDigger | Martin <admin@minidigger.dev>
2020-12-16 23:16:03 +01:00
MiniDigger | Martin 62c0f6553e fix 4878 by always calling events using bukkit singleton 2020-12-09 21:09:54 +01:00
MiniDigger | Martin 7e7a3d372a Fix Delegation to vanilla chunk gen
This broke in 1.16.1, when upstream changed stuff around and introduced this delegate field.

Closes #4097
2020-11-24 18:58:34 +01:00
MiniDigger | Martin 01fe745c90 Add legacy plugin count to metrics 2020-05-11 22:18:58 +02:00
MiniDigger | Martin e113a7a6a0 Use wrapped StructureManager to prevent worldgen deadlock 2020-09-02 13:57:35 +02:00
MiniDigger | Martin e72b49b652 Fix javadoc (#4276) 2020-09-02 14:20:10 +02:00
MiniDigger | Martin 149172d006 Allow delegation to vanilla chunk gen 2020-04-29 02:12:51 +02:00
MiniDigger | Martin 4cb36133b6 Allow delegation to vanilla chunk gen 2020-04-29 02:12:51 +02:00
MiniDigger | Martin cbc2d143d7 Support components in ItemMeta (#3513) 2020-07-02 17:53:21 +02:00
MiniDigger | Martin 5000be556c [1.16] Fix MobGoals#getAllGoals not actually returning all goals (#3670) 2020-06-28 21:57:31 +02:00
MiniDigger | Martin 8cd2d012a3 [1.15] Fix MobGoals#getAllGoals not actually returning all goals (#3671) 2020-06-28 21:56:59 +02:00
MiniDigger | Martin 7b7d482818 [WIP|1.16] Misc fixes (#3627) 2020-06-26 18:20:03 +02:00
MiniDigger | Martin 67522d46ae [1.16] Make it run (#3626)
* She compiles!

Also readded the armorstand ticking patch, thanks cat

* Update mob goal api

* Misc fixes to make it run

drop per playing mob spawns for now
2020-06-26 14:04:38 +02:00
MiniDigger | Martin e943ece469 even even even more work 2020-06-25 16:09:55 +02:00
MiniDigger | Martin 454eaca2d3 Document fixup commit way of modifing patches (#3423) 2020-06-15 17:20:28 +02:00
MiniDigger | Martin 792993faca Expand Pathfinding API with more options 2020-05-16 15:15:11 +02:00
MiniDigger | Martin 8743a66ca2 Fix usage of vanilla goals 2020-05-16 15:25:40 +02:00
MiniDigger | Martin d17856519c Mob Goal API 2020-04-30 17:18:45 +02:00
MiniDigger | Martin 4564d6b566 Expose game version (#3274) 2020-05-02 10:56:08 +02:00
MiniDigger | Martin 9c8d3fce12 Fix commodore (#3264)
fixes #3262
2020-04-30 19:05:20 +02:00
MiniDigger | Martin d97ce19f49 Add Player Client Options API (#2883) 2020-04-17 06:10:38 +02:00
MiniDigger | Martin 9e81b520ec Nuke IOWorker, make stuff compile (#2733)
* remove removed patch cause its not removed anymore

* Nuke IOWorker, oh, and also make it compile

* synchronize writes properly

* Remove note about IOWorker
2019-12-13 14:46:45 +01:00
MiniDigger | Martin 8199a18b2b Compile fixes (#2732) 2019-12-12 19:45:00 +01:00
MiniDigger | Martin 3360d06f76 Houston, we got a patch (#2731)
* Houston, we got a patch

* is this the end of the beginning or the beginning of the end
2019-12-12 17:20:43 +01:00
MiniDigger | Martin c9ef3d1cfc Patches 100-260 (#2729) 2019-12-12 00:43:22 +01:00
MiniDigger | Martin 04173ca525 [CI-SKIP] Update artifact information in readme (#1652) 2018-11-06 15:24:32 +01:00
MiniDigger | Martin ace8e99e04 Call PortalCreateEvent for exit portals (#1047) 2018-03-20 19:56:44 +01:00
MiniDigger | Martin 12012ab589 Toggleable player crits, helps mitigate hacked clients. (#1040)
This is a port of https://github.com/PaperMC/Paper/blob/ver/1.8.8/Spigot-Server-Patches/0040-Toggleable-player-crits-helps-mitigate-hacked-client.patch
Also adds me to the MIT list.
2018-03-10 05:14:47 +01:00
MiniDigger | Martin 16a304fab2 [CI-SKIP] Add javadocs to readme (#427)
Add javadocs to readme
2016-09-22 05:50:38 +02:00