9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-23 08:49:28 +00:00
Commit Graph

348 Commits

Author SHA1 Message Date
Dreeam
a994efd34b Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@2fdb2e9 Fix structure check API (#11307)
2024-08-22 00:12:58 +00:00
Dreeam
7ebf02669e Fix code style & Adjust sequence of organizationDisplayName and projectDisplayName in version fetcher
before:
```
githubBranchName
downloadPage
organizationDisplayName
projectDisplayName
gitHubOrganizationName
gitHubRepoName
```

after:
```
githubBranchName
downloadPage
projectDisplayName
organizationDisplayName
gitHubOrganizationName
gitHubRepoName
```

just makes it looks friendly and reasonable
2024-08-20 11:06:47 -04:00
Dreeam
38ba9230bc Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@8fd3a67 [ci skip] Clean up book limits patch (#11297)
PaperMC/Paper@dae906b Add getWorld method that uses adventure Key (#11199)
PaperMC/Paper@ba1b016 Allow server administrators to disable book size checks (#10457)
PaperMC/Paper@a8cb8e6 [ci skip] Fix JavaDocs for HeightMap#MOTION_BLOCKING_NO_LEAVES (#11291)
PaperMC/Paper@e4b38b4 Fixup config parsing
PaperMC/Paper@3271119 Fix SculkBloomEvent firing for block entity loading (#11306)
2024-08-20 10:57:00 -04:00
Dreeam
b87ebbaff4 Try to optimize ClassInstanceMultiMap 2024-08-18 23:18:01 -04:00
Dreeam
e373e979d3 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@75655ec Add Configuration for vertical Despawn Ranges (#11279)
PaperMC/Paper@0e73617 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11284)
PaperMC/Paper@66a97cc Update item data sanitization (#11227)
PaperMC/Paper@2e82fd2 Add even more Enchantment API (#11115)
PaperMC/Paper@57dd822 Leashable API (#10961)
PaperMC/Paper@8c3018a Fix Selector Arguments not working with permission (#11286)
PaperMC/Paper@4401748 Fix CraftBukkit drag system (#10703)
PaperMC/Paper@64c9ee6 Allow getting/setting the sign's editor uuid (#10637)
2024-08-17 17:51:43 -04:00
Dreeam
ea59414040 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@bf5852a Fix NPE for PlayerPostRespawnEvent#getRespawnedLocation (#11268)
PaperMC/Paper@fb53074 Apply optimise collision checking in move packet handling patch
PaperMC/Paper@81bfda8 [ci skip] Specify rebase location in CONTRIBUTING (#11255)
PaperMC/Paper@9571983 Fix scanForLegacyEnderDragon world config (#11262)
PaperMC/Paper@ec55c11 Fix indestructable light blocks (#11275)
PaperMC/Paper@1b8ab11 Add Configuration for vertical Despawn Ranges (#10440)
PaperMC/Paper@534ab86 [ci-skip] Revert "Add Configuration for vertical Despawn Ranges (#10440)" (#11278)
PaperMC/Paper@e619744 Allow skipping of world symlink validation (#11250)
PaperMC/Paper@78216fe Re-implement portalCreateRadius world config (#11267)
PaperMC/Paper@4829fbf Handle custom registry elements properly (#11230)
PaperMC/Paper@d5ffc57 Implement more methods for horse inventories (#11147)
PaperMC/Paper@52ae4ad Migrate ArmorStand meta to using entity tag (#11107)
2024-08-17 00:12:29 +00:00
Dreeam
7e2df5b97c Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@9ab644e Fix `TooltipContext.create` being wrong(#11254)
PaperMC/Paper@11b4ac7 Fix disableEndCredits world config (#11261)
2024-08-15 00:12:42 +00:00
Dreeam
ecbaa9cb92 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@4a97ba3 Fix `setSendViewDistance`'s return (#11247)
PaperMC/Paper@1798e94 Fix BasicCommand suggestion arg count (#11241)
PaperMC/Paper@7c9240f Improve standard messenger logging
2024-08-13 00:13:08 +00:00
Dreeam
dc228bb8dd Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@1c3c47a Correctly check enchants for ItemStack#damage (#11240)
PaperMC/Paper@1187544 Fix teleport event getTo returning null (#11239)
PaperMC/Paper@dd941cc Re-add patches for can-place/can-destroy API (#11238)
PaperMC/Paper@ab0d24a Configuration for horizontal-only item merging (#11219)
PaperMC/Paper@098bd39 Remove arbitrary book page limit (#11228)
PaperMC/Paper@f97aff7 [ci skip] Fix Effect javadocs (#11182)
2024-08-12 00:13:12 +00:00
Dreeam
f2ee091748 Add back Replace AI attributes with optimized collections
Co-Authored-By: QuanTrieuPCYT <admin@qtpc.tech>
2024-08-11 17:01:45 +08:00
Dreeam
4ba2dc4003 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@83b6b26 Update to 1.21.1
PaperMC/Paper@306d0df Update generated code
PaperMC/Paper@70dfa46 Fix CraftMetaShield equality (#11232)
2024-08-10 23:29:56 +08:00
Dreeam
33fb580cf2 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@77a5779 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11197)
PaperMC/Paper@4d7cef3 Fix source of knockback for spigot events (#11176)
2024-08-10 00:22:06 +00:00
Dreeam
1acfc2a2f9 Add back IceAndSnowTick optimization in Optimize random calls in chunk ticking 2024-08-07 01:25:45 +08:00
Dreeam
3b27166c98 Add configurable xor-shift random support for optimized lighning random tick 2024-08-07 01:10:52 +08:00
Dreeam
463fdde688 Add back Optimize entity coordinate key 2024-08-07 00:53:51 +08:00
Dreeam
791f8d11fe Revert "Fix fluidStateCount increment"
This reverts commit a8aff53ed5.
2024-08-07 00:46:14 +08:00
Dreeam
a8aff53ed5 Fix fluidStateCount increment
1d72eea79d
2024-08-06 21:08:10 +08:00
Dreeam
6ce6bd06d8 Add back Optimize random calls in chunk ticking 2024-08-06 21:01:51 +08:00
Dreeam
ac42d6b697 Remove Optimize entity coordinate key 2024-08-06 20:04:42 +08:00
Dreeam
09bee62de9 Temp drop Cache ominous banner item 2024-08-06 02:05:20 +08:00
Dreeam
8abe7b6d10 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@0a1be9a Make loadChunksForMoveAsync use new chunk system load calls
2024-07-31 17:42:27 +08:00
Dreeam
ed44787067 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@227544c Move TickThread changes from Moonrise patch to MCUtils
PaperMC/Paper@67d414a Allow plugin aliases to override vanilla commands (#11186)
PaperMC/Paper@58c7ea3 Preserve command node when re-registering modern commands through old API (#11184)
2024-07-31 00:19:39 +00:00
Dreeam
169d56ce3f Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@438863c Shutdown L4J cordially if the server stops before it's even started (#11172)
2024-07-29 23:40:27 +08:00
Dreeam
0a500159d1 Use vanilla values for hopper checking nearby items 2024-07-29 23:14:22 +08:00
Dreeam
dc88322059 Completely remove /perf command 2024-07-29 22:57:38 +08:00
Dreeam
a6f7132cde Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@dcbd99d Fix Owen's typos (#11179)
PaperMC/Paper@f82bea6 Add argument for FinePosition to brig API (#11094)
PaperMC/Paper@694b120 Remove Entity tracker field
PaperMC/Paper@f774787 Copy missed changes to chunk system from Folia
PaperMC/Paper@50bdfc3 Null check tracker in Entity#resendPossiblyDesyncedEntityData
PaperMC/Paper@3234b20 Do not allow chunk unloading outside of the regular tick loop
PaperMC/Paper@0246a9d Add mob bucket items to item id to entity map in DataConverter
2024-07-29 22:48:25 +08:00
Dreeam
0e82dc21d2 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@645a677 Make max interaction range configurable (#11164)
PaperMC/Paper@66165f7 Fix PickupStatus getting reset (#11154)
2024-07-28 00:24:20 +00:00
Dreeam
a4ed88543a Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@681c013 Bundle spark (#11093)
PaperMC/Paper@5fee9c6 Move configuration option to a system property
PaperMC/Paper@aa3b356 Improve server startup logging (#11110)
PaperMC/Paper@9aea240 Properly lookup plugin classes when looked up by spark
PaperMC/Paper@7e91a2c Update the bundled spark version
2024-07-21 07:11:14 +08:00
Dreeam
d4f0ad7103 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@2a39276 Add CrafterCraftEvent (#11082)
PaperMC/Paper@75af62b Split rewriting flag into `paper.disableOldApiSupport` and `paper.disablePluginRemapping` (#11108)
PaperMC/Paper@7ea4039 Fixup startup time log message
PaperMC/Paper@e71c1df Call PlayerChunkUnloadEvent
PaperMC/Paper@968bdeb Make CraftComplexRecipe extend CraftingRecipe (#11114)
PaperMC/Paper@f1f01a1 Adjust done message again (#11118)
2024-07-20 07:00:33 +08:00
Dreeam
4ce64398e2 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@dd11ef8 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11102)
PaperMC/Paper@3c8a7fe Re-add missing chunk event calls (#11104)
PaperMC/Paper@a8db527 Even more cleanup of mcutil patch
PaperMC/Paper@d08e8d1 Add total time to done message (#11109)
2024-07-19 15:33:53 +08:00
Dreeam
0096a24791 Update Add xor-shift random 2024-07-19 13:56:07 +08:00
Dreeam
d95dc9d8a0 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@2df5bba Log throwable when failing to save chunk/poi/entity data
PaperMC/Paper@44c3dd0 fix exact choice shapeless recipes (#10973)
2024-07-18 06:44:23 +08:00
Dreeam
d70d3a044c Drop Optimize random calls in chunk ticking 2024-07-16 20:11:23 +08:00
Dreeam
65a5517dde Add back Optimize random calls in chunk ticking 2024-07-16 05:23:25 +08:00
Dreeam
c38b773dc4 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@3b45454 Port random ticking optimisation from Moonrise
PaperMC/Paper@77fcb29 Apply incremental player/level saving patch
PaperMC/Paper@9fd7710 Apply automatic regionfile header recalculation patch
PaperMC/Paper@b57b24d Do not try to stop main thread during watchdog shutdown
2024-07-16 04:58:59 +08:00
Dreeam
75850c672d Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@9fd5b3c Add AttributeModifier constructor without EquipmentSlotGroup (#11079)
PaperMC/Paper@8b35adc Fix HelpCommand searching (#11066)
PaperMC/Paper@b4f04ff Add Plugin#getDataPath (#11080)
PaperMC/Paper@05e5865 Add ItemType#getItemRarity (#11049)
PaperMC/Paper@aa929d6 Call PlayerLaunchProjectileEvent for wind charge (#10911)
PaperMC/Paper@8b23018 Avoid collision shapes outside world border in findFreePosition
2024-07-16 01:16:47 +08:00
Dreeam
4ef476e1ab Improve reduce array relocation 2024-07-14 20:23:32 +08:00
Dreeam
067f12d97f Fix build 2024-07-13 17:04:35 +08:00
Dreeam
0cceecf862 Updated Upstream (Paper) 2024-07-13 03:11:57 +08:00
Dreeam
563d92dc6a Updated Upstream (Paper) 2024-07-12 02:10:24 +08:00
Dreeam
863a94bd06 Updated Upstream (Paper) 2024-07-11 01:50:21 +08:00
Dreeam
b0fa55650a Add back 2024-07-05 01:46:18 +08:00
Dreeam
f2f497b971 Updated Upstream (Paper) 2024-07-05 00:05:50 +08:00
Dreeam
24d363a9c5 Updated Upstream (Paper) 2024-07-04 18:22:26 +08:00
Dreeam
80d27c6a76 Drop Don't trigger lootable refresh for non-player interaction to fix no items drop for trial chamber 2024-07-03 12:19:53 +08:00
Dreeam
08cc950f08 Add back 2024-06-30 02:15:30 +08:00
Dreeam
354b7f7fc2 Add back 2024-06-30 00:25:37 +08:00
Dreeam
b5c1b50233 Add back 2024-06-30 00:04:31 +08:00
Dreeam
c186976837 Add back 2024-06-29 23:47:42 +08:00
Dreeam
f601caf442 Use parse instead of tryparse 2024-06-29 23:39:08 +08:00