-
-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Allow API users to set ResourcePackOption's, add a GeyserDefineResourcePacksEvent #4978
base: master
Are you sure you want to change the base?
Feature: Allow API users to set ResourcePackOption's, add a GeyserDefineResourcePacksEvent #4978
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68516a8 - Browse repository at this point
Copy the full SHA 68516a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d6473 - Browse repository at this point
Copy the full SHA 02d6473View commit details -
- Don't require configuring the packId, just the link instead
- Deprecate GeyserLoadResourcePacksEvent in favor of GeyserDefineResourcePacksEvent - Load CDNentries properly
Configuration menu - View commit details
-
Copy full SHA for dbfc153 - Browse repository at this point
Copy the full SHA dbfc153View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74d36a - Browse repository at this point
Copy the full SHA f74d36aView commit details -
Rename cdn-resource-packs to resource-pack-urls, fix test, remove dup…
…licate deprecation annotation
Configuration menu - View commit details
-
Copy full SHA for 94f2ea9 - Browse repository at this point
Copy the full SHA 94f2ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd69b0c - Browse repository at this point
Copy the full SHA fd69b0cView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0227d3 - Browse repository at this point
Copy the full SHA c0227d3View commit details
Commits on Oct 17, 2023
-
Remove CDNEntry; those do not work as expected.
Instead: - add UrlPackCodec & GeyserUrlPackCodec - try and provide the resource pack via a stream from the url - either because the client does not support packs via the url, or because it failed to get the packs
Configuration menu - View commit details
-
Copy full SHA for b9c5bdd - Browse repository at this point
Copy the full SHA b9c5bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c1562 - Browse repository at this point
Copy the full SHA 27c1562View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d06edd - Browse repository at this point
Copy the full SHA 5d06eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 880de2d - Browse repository at this point
Copy the full SHA 880de2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a62ab - Browse repository at this point
Copy the full SHA 76a62abView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3670914 - Browse repository at this point
Copy the full SHA 3670914View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 498a415 - Browse repository at this point
Copy the full SHA 498a415View commit details -
Testing: Don't require
application/zip
orsize
or weird zip forma……t, since it seems to work without it !?
Configuration menu - View commit details
-
Copy full SHA for 0004f5b - Browse repository at this point
Copy the full SHA 0004f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd2aba - Browse repository at this point
Copy the full SHA cdd2abaView commit details -
We need to ensure no invalid packs end up being loaded - otherwise, c…
…haos ensues since the client will either show bogus resource pack size values (invalid sizes), or skip resource packs altogether (if not properly zipped).
Configuration menu - View commit details
-
Copy full SHA for 15b8b93 - Browse repository at this point
Copy the full SHA 15b8b93View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4f0d8a - Browse repository at this point
Copy the full SHA d4f0d8aView commit details
Commits on Dec 21, 2023
-
Merge remote-tracking branch 'upstream/master' into rp
# Conflicts: # core/src/main/java/org/geysermc/geyser/configuration/GeyserConfiguration.java # core/src/main/java/org/geysermc/geyser/network/UpstreamPacketHandler.java
Configuration menu - View commit details
-
Copy full SHA for 0ac91eb - Browse repository at this point
Copy the full SHA 0ac91ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 626189f - Browse repository at this point
Copy the full SHA 626189fView commit details
Commits on Dec 22, 2023
-
More robust downloading/caching
- better exception catching - proper error handling - caching of packs if size, etag, and last modified are the same
Configuration menu - View commit details
-
Copy full SHA for f121299 - Browse repository at this point
Copy the full SHA f121299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 303327a - Browse repository at this point
Copy the full SHA 303327aView commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2622a4 - Browse repository at this point
Copy the full SHA d2622a4View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d99250 - Browse repository at this point
Copy the full SHA 4d99250View commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e776c4 - Browse repository at this point
Copy the full SHA 2e776c4View commit details
Commits on Feb 16, 2024
-
Merge remote-tracking branch 'upstream/master' into rp
# Conflicts: # core/src/main/java/org/geysermc/geyser/network/UpstreamPacketHandler.java # core/src/main/java/org/geysermc/geyser/registry/loader/ProviderRegistryLoader.java
Configuration menu - View commit details
-
Copy full SHA for a4fa2e6 - Browse repository at this point
Copy the full SHA a4fa2e6View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8fa18a - Browse repository at this point
Copy the full SHA b8fa18aView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6511a0 - Browse repository at this point
Copy the full SHA c6511a0View commit details
Commits on Jun 19, 2024
-
Merge remote-tracking branch 'refs/remotes/upstream/master' into rp
# Conflicts: # core/src/main/java/org/geysermc/geyser/GeyserImpl.java # core/src/main/java/org/geysermc/geyser/util/WebUtils.java
Configuration menu - View commit details
-
Copy full SHA for 507a79e - Browse repository at this point
Copy the full SHA 507a79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f6458 - Browse repository at this point
Copy the full SHA 86f6458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6053b7d - Browse repository at this point
Copy the full SHA 6053b7dView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2683b59 - Browse repository at this point
Copy the full SHA 2683b59View commit details -
Add url codec creation method with no content key, remove boolean ret…
…urn to registerAll, fix typo
Configuration menu - View commit details
-
Copy full SHA for ba78dba - Browse repository at this point
Copy the full SHA ba78dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f56c182 - Browse repository at this point
Copy the full SHA f56c182View commit details -
Configuration menu - View commit details
-
Copy full SHA for de54a5b - Browse repository at this point
Copy the full SHA de54a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f1389 - Browse repository at this point
Copy the full SHA 86f1389View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27659d0 - Browse repository at this point
Copy the full SHA 27659d0View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9241957 - Browse repository at this point
Copy the full SHA 9241957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3638d4d - Browse repository at this point
Copy the full SHA 3638d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b87c08 - Browse repository at this point
Copy the full SHA 8b87c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d404e - Browse repository at this point
Copy the full SHA b6d404eView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e214fbe - Browse repository at this point
Copy the full SHA e214fbeView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1608746 - Browse repository at this point
Copy the full SHA 1608746View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f116382 - Browse repository at this point
Copy the full SHA f116382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b52769 - Browse repository at this point
Copy the full SHA 5b52769View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5649574 - Browse repository at this point
Copy the full SHA 5649574View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61f5294 - Browse repository at this point
Copy the full SHA 61f5294View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 226bf38 - Browse repository at this point
Copy the full SHA 226bf38View commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bddd9ac - Browse repository at this point
Copy the full SHA bddd9acView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b43e2db - Browse repository at this point
Copy the full SHA b43e2dbView commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6133487 - Browse repository at this point
Copy the full SHA 6133487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8d729 - Browse repository at this point
Copy the full SHA 0f8d729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87829c9 - Browse repository at this point
Copy the full SHA 87829c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e4919 - Browse repository at this point
Copy the full SHA 20e4919View commit details
Commits on Aug 12, 2024
-
Attempt at making a proper builder for resource pack options (content…
… key, default subpack), and a ResourcePackOption system to register packs with further options
Configuration menu - View commit details
-
Copy full SHA for 033d2d6 - Browse repository at this point
Copy the full SHA 033d2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c316d09 - Browse repository at this point
Copy the full SHA c316d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for a868ced - Browse repository at this point
Copy the full SHA a868cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 250a9b4 - Browse repository at this point
Copy the full SHA 250a9b4View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb4e42d - Browse repository at this point
Copy the full SHA fb4e42dView commit details
Commits on Aug 20, 2024
-
Remove options taking a ResourcePack, use uuids
Add uuid shortcut to ResourcePack interface Make the priority a double, add LOWEST and HIGHEST priorities
Configuration menu - View commit details
-
Copy full SHA for 6c5a05a - Browse repository at this point
Copy the full SHA 6c5a05aView commit details -
Merge remote-tracking branch 'refs/remotes/origin/rp' into subpacks-r…
…ewrite-merge-urlpacks # Conflicts: # api/src/main/java/org/geysermc/geyser/api/event/bedrock/SessionLoadResourcePacksEvent.java # core/src/main/java/org/geysermc/geyser/event/type/SessionLoadResourcePacksEventImpl.java # core/src/main/java/org/geysermc/geyser/network/UpstreamPacketHandler.java # core/src/main/java/org/geysermc/geyser/pack/GeyserResourcePack.java # core/src/main/java/org/geysermc/geyser/registry/loader/ProviderRegistryLoader.java # core/src/main/java/org/geysermc/geyser/registry/loader/ResourcePackLoader.java
Configuration menu - View commit details
-
Copy full SHA for 9279c70 - Browse repository at this point
Copy the full SHA 9279c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13f928 - Browse repository at this point
Copy the full SHA c13f928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1867c6d - Browse repository at this point
Copy the full SHA 1867c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139976a - Browse repository at this point
Copy the full SHA 139976aView commit details -
Merge remote-tracking branch 'refs/remotes/upstream/master' into subp…
…acks-rewrite-merge-urlpacks # Conflicts: # core/src/main/java/org/geysermc/geyser/network/UpstreamPacketHandler.java
Configuration menu - View commit details
-
Copy full SHA for ca55d9f - Browse repository at this point
Copy the full SHA ca55d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f86a8 - Browse repository at this point
Copy the full SHA e1f86a8View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3160537 - Browse repository at this point
Copy the full SHA 3160537View commit details -
Merge remote-tracking branch 'refs/remotes/upstream/master' into subp…
…acks-rewrite-merge-urlpacks
Configuration menu - View commit details
-
Copy full SHA for 1faaea7 - Browse repository at this point
Copy the full SHA 1faaea7View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18776a8 - Browse repository at this point
Copy the full SHA 18776a8View commit details -
Add option#(uuid, type) method to api, add logger.debug(message, obje…
…cts...) method to easily debug-log messages without debug checks preventing formatting overhead
Configuration menu - View commit details
-
Copy full SHA for 19954a2 - Browse repository at this point
Copy the full SHA 19954a2View commit details
Commits on Sep 18, 2024
-
smol cleanup: don't register packs if their options failed to registe…
…r; clean up holders, fluent accessors
Configuration menu - View commit details
-
Copy full SHA for 3bf5da1 - Browse repository at this point
Copy the full SHA 3bf5da1View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 936c716 - Browse repository at this point
Copy the full SHA 936c716View commit details -
Merge remote-tracking branch 'refs/remotes/upstream/master' into subp…
…acks-rewrite-merge-urlpacks # Conflicts: # core/src/main/java/org/geysermc/geyser/item/enchantment/Enchantment.java
Configuration menu - View commit details
-
Copy full SHA for 6d4ae96 - Browse repository at this point
Copy the full SHA 6d4ae96View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 739de66 - Browse repository at this point
Copy the full SHA 739de66View commit details
Commits on Nov 4, 2024
-
Merge remote-tracking branch 'refs/remotes/upstream/master' into subp…
…acks-rewrite-merge-urlpacks # Conflicts: # core/src/main/java/org/geysermc/geyser/GeyserImpl.java # core/src/main/java/org/geysermc/geyser/network/UpstreamPacketHandler.java # core/src/main/java/org/geysermc/geyser/registry/Registries.java
Configuration menu - View commit details
-
Copy full SHA for b90d25b - Browse repository at this point
Copy the full SHA b90d25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a298de - Browse repository at this point
Copy the full SHA 5a298deView commit details