Skip to content

Releases: bundabrg/Geyser

Release v1.16-b29

23 Aug 11:43
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • 6bc79ae (HEAD, tag: v1.16-b29, origin/bleeding) Merge Fixes for GeyserMC#1184 [bundabrg]
  • cf018f1 Merge branch 'feature/smoother-than-butter' into bleeding [bundabrg]
    |\
    | * d74e563 (origin/feature/smoother-than-butter) Allow pre-downstream initialization to allow Custom Windows [bundabrg]
  • | e91e3bc Merge branch 'feature/smoother-than-butter' into bleeding [bundabrg]
    ||
    | * b0a86a2 Move login process around to provide a better user experience [bundabrg]
    | * 713085a Fix NPE if block data string isn't in mappings (GeyserMC#1172) [Camotoy]
    | * 94d6c87 Prevent a comma from appearing if Geyser fails to bind (GeyserMC#1174) [Camotoy]
    | * ee42067 Don't play a sound when falling onto a block (GeyserMC#1175) [Camotoy]
  • 2541994 Change to Java 1.8 [bundabrg]

Release v1.16-b28

21 Aug 03:48
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

Release v1.16-b27

15 Aug 07:40
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • 8a8aa39 (HEAD, tag: v1.16-b27, origin/bleeding) Update Actions [bundabrg]
  • 9bd6784 Merge branch 'feature/plugins' into t/bleeding [bundabrg]
    |\
    | * 0abfa50 (origin/feature/plugins) Register LambdaEvent [bundabrg]
  • | 41f944b Mappings [bundabrg]
  • | 49d8439 Merge branch 'feature/plugins' into t/bleeding [bundabrg]
    ||
    | * 76a342d Minor update [bundabrg]
    | * e7a56d8 Merge branch 'master' into feature/plugins [bundabrg]
    | |\
    | * | 89de942 Clean up javadoc and disable doclint [bundabrg]
    | * | 0b842e3 Merge branch 'master' into feature/plugins [bundabrg]
    | |\ \
    | * | | 2179b5b Update docs for new version [bundabrg]
    | * | | f61609c Merge Fixes [bundabrg]
    | * | | 5e1436f Merge branch 'master' into feature/plugins [bundabrg]
    | |\ \ \
    | | * | | 3da1427 (origin/fix/skin-selfie) Fix Skin Selfie [bundabrg]
    | * | | | b243659 Better receiveUpstream [bundabrg]
    | * | | | 1511ff1 Add NewBedrockServerEvent [bundabrg]
    | * | | | bd53878 Use players instead of getPlayers() [bundabrg]
    | * | | | 2e4a178 Simplify LambdaEvents [bundabrg]
    | * | | | 3e761dd Fix ResourceReadEvent [bundabrg]
    | * | | | fc1d1f4 Implement better Lambda Event Handlers (thanks theminecoder) [bundabrg]
    | * | | | 4baa87f Merge master [bundabrg]
    | * | | | 944c28a Merge branch 'master' into feature/plugins [bundabrg]
    | |\ \ \ \
    | * | | | | e4b6b21 Implement packet injection [bundabrg]
    | * | | | | 6806adf Fix Documentation and add Coding Hints [bundabrg]
    | * | | | | 27f0464 Add more documentation and remove handler from Lamba event handlers [bundabrg]
    | * | | | | 796f042 Improve documentation and better integrate event and plugin hooks [bundabrg]
    | * | | | | 64c94f2 Merge fixes [bundabrg]
    | * | | | | 46f53d0 Merge branch 'feature/plugins-registered' into feature/plugins [bundabrg]
    | |\ \ \ \ \
    | | * | | | | fdf4cc1 (origin/feature/plugins-registered) Generate Javadocs [bundabrg]
    | | * | | | | 91e3df8 Generate Javadocs [bundabrg]
    | | * | | | | a0bc7a8 Move Network Events to individual events and simplify where possible [bundabrg]
    | | * | | | | 7427c1a Merge branch 'master' into feature/plugins-registered [bundabrg]
    | | |\ \ \ \ \
    | | * | | | | | 69f29e0 Cleanup [bundabrg]
    | * | | | | | | 5950cdb Add LoginEvent and fix bug [bundabrg]
    | * | | | | | | fb27df9 Provide better Plugin concurrency and fix a bug in DropdownComponent [bundabrg]
    | * | | | | | | ac20e61 Implement SessionConnectEvent, SessionDisconnectEvent, GeyserAuthenticationEvent [bundabrg]
    | * | | | | | | d1b71f9 Fix up changed dependencies [bundabrg]
    | * | | | | | | c21435a Merge branch 'feature/plugins-registered' into feature/plugins [bundabrg]
    | || | | | | |
    | | * | | | | | af9c270 Clean up Triggers [bundabrg]
    | | * | | | | | 7b5c304 Implement InventoryTranslatorRegistryEvent [bundabrg]
    | | * | | | | | f380091 BlockTranslator Events [bundabrg]
    | | * | | | | | 7acf67d Work on BlockStates [bundabrg]
    | | * | | | | | 25792a2 Fix Resource Loading [bundabrg]
    | | * | | | | | 7e62e7c Fix Plugin Resource Loading [bundabrg]
    | | * | | | | | 1d5924c Merge branch 'feature/1.16' into feature/plugins-registered [bundabrg]
    | | |\ \ \ \ \ \
    | | * | | | | | | 3a1716e Use GeyserSession.sendUpstream [bundabrg]
    | | * | | | | | | 54ca261 Create Plugin data folder by default [bundabrg]
    | | * | | | | | | b0bfadf Move GeyserStartEvent to end of Geyser Startup [bundabrg]
    | | * | | | | | | 770823f Add BedrockPongEvent [bundabrg]
    | | * | | | | | | 4cb1217 Add Events to allow overriding core functionality [bundabrg]
    | | * | | | | | | 1a7a76e Update Version to 1.1.0-SNAPSHOT and set repo to bundabrg [bundabrg]
    | * | | | | | | | 4b0ae28 Fixes [bundabrg]
    | * | | | | | | | f1d63cf Merge branch 'master' into feature/plugins [bundabrg]
    | |\ \ \ \ \ \ \ \
    | | |/ / / / / / /
    | |/| | | | | | |
    | * | | | | | | | ef70200 Clean up Changes against upstream [bundabrg]
    | * | | | | | | | 58545e3 Merge branch 'feature/1.16' into feature/plugins [bundabrg]
    | |\ \ \ \ \ \ \ \
    | * | | | | | | | | 5583373 Merge Fixes [bundabrg]
    | * | | | | | | | | 96993d3 Merge branch 'feature/1.16' into feature/plugins-1.16 [bundabrg]
    | |\ \ \ \ \ \ \ \ \
    | * | | | | | | | | | 708d3eb Add some plugin logging for loading and enabling [bundabrg]
    | * | | | | | | | | | 0f333ee Fix getDataFolder and implment getResourceAsStream() [bundabrg]
    | * | | | | | | | | | 0b2c928 Provide getResourceAsStream for GeyserPlugin [bundabrg]
    | * | | | | | | | | | ed0706a Provide a getDataFolder method to GeyserPlugin [bundabrg]
    | * | | | | | | | | | c0499bd Merge branch 'u/master' into feature/plugins [bundabrg]
    | |\ \ \ \ \ \ \ \ \ \
    | * | | | | | | | | | | 42a7b12 Remove mention of EventContext from documents [bundabrg]
    | * | | | | | | | | | | bc99d55 Update Documentation Stylesheet to use full width [bundabrg]
    | * | | | | | | | | | | b36e1d9 Allow events to self unregister [bundabrg]
    | * | | | | | | | | | | fb8919d Major Overhaul of Event system [bundabrg]
    | * | | | | | | | | | | 94f7f49 Implement Plugin Logger [bundabrg]
    | * | | | | | | | | | | 24f1ba2 Plugin Classloader Fixes [bundabrg]
    | * | | | | | | | | | | 7909d64 Implement chaining for Registration [bundabrg]
    | * | | | | | | | | | | e4b4498 Update PDF Documentation Stylesheets [bundabrg]
    | * | | | | | | | | | | d024dc0 Finish Implementing Plugin Message Channels [bundabrg]
    | * | | | | | | | | | | a17e1dc Implement Plugin Messages [bundabrg]
    | * | | | | | | | | | | 7a39635 Multiple Changes [bundabrg]
    | * | | | | | | | | | | 85b03ef Touch up some errors in documentation [bundabrg]
    | * | | | | | | | | | | 9f4a789 Add Initial Documentation [bundabrg]
    | * | | | | | | | | | | 14564dd Implement annotation based registration for EventManager [bundabrg]
    | * | | | | | | | | | | ef20c0f Implement Event Management and move Plugins to utilize that [bundabrg]
    | * | | | | | | | | | | c88469e Initial Plugin System Implemented [Brendan Grieve]
  • | | | | | | | | | | | 930353b Merge remote-tracking branch 'origin/feature/block-overrides' into t/bleeding [bundabrg]
    |\ \ \ \ \ \ \ \ \ \ \ \
    | * \ \ \ \ \ \ \ \ \ \ \ 2d8a0e2 (origin/feature/block-overrides) Merge branch 'feature/1.16' into feature/block-overrides [bundabrg]
    | |\ \ \ \ \ \ \ \ \ \ \ \
    | | | |_|/ / / / / / / / /
    | | |/| | | | | | | | | |
    | * | | | | | | | | | | | 0734f8c Implement Block Mapping Overrides [bundabrg]
  • | | | | | | | | | | | | 7d8402c Merge branch 'feature/replace-username-space' into t/bleeding [bundabrg]
    |\ \ \ \ \ \ \ \ \ \ \ \ \
    | * \ \ \ \ \ \ \ \ \ \ \ \ 7adbf18 (origin/feature/replace-username-space) Merge branch 'feature/1.16' into feature/replace-username-space-1.16 [bundabrg]
    | |\ \ \ \ \ \ \ \ \ \ \ \ \
    | | | |/ / / / / / / / / / /
    | | |/| | | | | | | | | | |
    | * | | | | | | | | | | | | 1523d58 Move replacement to within GeyserSession::authenticate [Brendan Grieve]
    | * | | | | | | | | | | | | 52b7aac Replace spaces in username with _ [bundabrg]
  • | | | | | | | | | | | | | 8d468ba Merge branch 'feature/playerlist-updates' into t/bleeding [bundabrg]
    |\ \ \ \ \ \ \ \ \ \ \ \ \ \
    | * | | | | | | | | | | | | | 20fc842 (origin/feature/playerlist-updates) Fix Translation Message Error [bundabrg]
    | * | | | | | | | | | | | | | 10a4f14 Merge branch 'master' into feature/playerlist-updates [bundabrg]
    | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
    | | | ||||||/ / / / / / /
    | | |/| | | | | | | | | | | |
    | * | | | | | | | | | | | | | 6aaaee3 Use MessageUtils to translate Message to String [bundabrg]
    | * | | | | | | | | | | | | | ff083c4 Merge branch 'feature/1.16' into feature/playerlist-updates-1.16 [bundabrg]
    | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
    | | | |
    |/ / / / / / / / / / /
    | | |/| | | | | | | | | | | |
    | * | | | | | | | | | | | | | 657336c White space fixes [bundabrg]
    | * | | | | | | | | | | | | | f93e223 Skin updates now use DisplayName [bundabrg]
    | * | | | | | | | | | | | | | b39a71f Make use of DisplayName sent in a PlayerList when possible [bundabrg]
  • | | | | | | | | | | | | | | d728433 Merge SkullPR [bundabrg]
  • | | | | | | | | | | | | | | c5fd64b Merge branch 'feature/custom-skulls-pr' into t/bleeding [bundabrg]
    |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
    | * | | | | | | | | | | | | | | 60fd88c (origin/feature/custom-skulls-pr) Fix ConcurrentModificationError when unloading a chunk [bundabrg]
    | * | | | | | | | | | | | | | | 31547d4 Rename Owner to SkullOwner (1.16 update) [bundabrg]
    | * | | | | | | | | | | | | | | fc410b6 Fix for NBT Updates [bundabrg]
    | * | | | | | | | | | | | | | | fece069 Merge branch 'master' into feature/custom-skulls-pr [bundabrg]
    | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
    | | | ||/ / / / / / / / / / / /
    | | |/| | | | | | | | | | | | |
    | * | | | | | | | | | | | | | | 318e23c V1.16 now uses "SkullOwner" instead of "Owner" for a BlockEntity [bundabrg]
    | * | | | | | | | | | | | | | | 64be229 Update to 1.16 [bundabrg]
    | * | | | | | | | | | | | | | | 6c54f8d Merge branch 'feature/1.16' into feature/custom-skulls-pr [bundabrg]
    | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
    | | | |
    |/ / / / / / / / / / / /
    | | |/| | | | | | | | | | | | |
    | * | | | | | | | | | | | | | | 53f7a09 Don't send Skull geometry before skin loads [bundabrg]
    | * | | | | | | | | | | | | | | 4589e2a Minimize unexpected Steves [bundabrg]
    | * | | | | | | | | | | | | | | 5ef7ec3 Allow unquoted json when loading skin textures [bundabrg]
    | * | | | | | | | | | | | | | | 2995e85 Merge pull request #4 from bundabrg/feature/custom-skulls-updates [OnlyBMan]
    | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
    | | * | | | | | | | | | | | | | | 61d929e Misc Fixes [bundabrg]
    | |/ / / / / / / / / / / / / / /
    | * | | | | | | | | | | | | | | a9bdde4 Small changes [OnlyBMan]
    | * | | | | | | | | | | | | | | 8d5777c...
Read more

Release v1.16-b26

05 Aug 10:43
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • 763d75c (HEAD, tag: v1.16-b26, origin/bleeding) Merge branch 'feature/plugins' into bleeding [bundabrg]
    |\
    | * bd53878 (origin/feature/plugins) Use players instead of getPlayers() [bundabrg]
    | * 2e4a178 Simplify LambdaEvents [bundabrg]
  • | 91d95fd Merge Fixes [bundabrg]
  • | 9c61fd1 Simplify LambdaEvents [bundabrg]
  • | 4957002 Merge feature/plugin [bundabrg]
  • | 63f911a Fix Github release log being blank [bundabrg]
  • | 69b4fd1 Merge branch 'feature/plugins' into bleeding [bundabrg]
    |/
  • 3e761dd Fix ResourceReadEvent [bundabrg]

Release v1.16-b25

01 Aug 04:05
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

Release v1.16-b24

27 Jul 09:35
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

Release v1.16-b23

27 Jul 09:15
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • ff99bec (HEAD, tag: v1.16-b23, origin/bleeding) Clean up git notes [bundabrg]
  • f0e4cd3 Merge branch 'fix/skin-caching' into bleeding [bundabrg]
  • e6c606e (origin/fix/skin-caching) Add memory cache for Capes [bundabrg]
  • 9b6746e Reset Defaults to 0 and implement Google Timed Eviction cache for Images [bundabrg]
  • a73cdb4 Merge branch 'master' into fix/skin-caching [bundabrg]
  • d03f56e Fix Merchant Inventory Transaction (GeyserMC#1017) [bundabrg]
  • 5c2a225 Check for null when looking for SRV (GeyserMC#1025) [Camotoy]
  • af484a4 SRV resolving / Small Handshake rework (GeyserMC#968) [Phillipp W]
  • 64727db Fix Wolf anger display (GeyserMC#1021) [rtm516]
  • fffac8a Fix Spawn position not using offset. (GeyserMC#1015) [bundabrg]

Release v1.16-b22

26 Jul 12:07
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • 1f476dc (HEAD, tag: v1.16-b22, origin/bleeding) Force Maven on with Release [bundabrg]
    |
  • bf1f2f2 Force maven download [bundabrg]

Release v1.16-b21

26 Jul 11:29
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • 1341334 (HEAD, tag: v1.16-b21, origin/bleeding) Update mappings [bundabrg]
    |
  • 7f205e8 Merge branch 'feature/inventory-updates' into bleeding [bundabrg]
    |
  • 6034bef (origin/feature/inventory-updates) Another fix [bundabrg]
    |
  • e39c3ef Merge branch 'master' into feature/inventory-updates [bundabrg]
    | # Conflicts:
    | # connector/src/main/java/org/geysermc/connector/network/translators/inventory/AnvilInventoryTranslator.java
    |
  • bf7cf49 Fix Merchant Inventory Transactions [bundabrg]

Release v1.16-b20

25 Jul 03:46
Compare
Choose a tag to compare

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • 64d64e7 (HEAD, tag: v1.16-b20, origin/bleeding) Merge branch 'fix/spawn-position' into bleeding [bundabrg]
    |\
    | |
    | * 90578c1 (origin/fix/spawn-position) Fix Spawn position not using offset. [bundabrg]
    | |
  • | cb64d8d Merge branch 'feature/mcee' into bleeding [bundabrg]
    |\ \ # Conflicts:
    | | | # connector/src/main/java/org/geysermc/connector/network/session/GeyserSession.java
    | | |
    | * | 0a97183 (origin/feature/mcee) Merge branch 'master' into feature/mcee [bundabrg]
    | || # Conflicts:
    | | | # connector/src/main/java/org/geysermc/connector/network/session/GeyserSession.java
    | | | # connector/src/main/java/org/geysermc/connector/network/translators/inventory/AnvilInventoryTranslator.java
    | | |
    | | * 5b1116b Creative items (GeyserMC#1013) [AJ Ferguson]
    | | |
    | | * b103d86 Fix buckets on desktop survival (GeyserMC#1003) [Camotoy]
    | | |
    | | * ad9184a Update Adventure-Legacy dependency (GeyserMC#996) [Camotoy]
    | | |
    | | * b211b9d Update entity status mappings (GeyserMC#995) [Camotoy]
    | | | - Add support for LIVING_BURN entity status
    | | | - Properly send sheep graze event
    | * | fe8bd96 Merge branch 'master' into feature/mcee [bundabrg]
    | |/ # Conflicts:
    | | # connector/src/main/java/org/geysermc/connector/network/translators/inventory/AnvilInventoryTranslator.java
    | | # connector/src/main/resources/mappings
    | |
    | * 765efe8 Fix anvil item rename (GeyserMC#992) [ForceUpdate1]
    | | * fix anvil item rename
    | |
    | | * fix anvil item rename
    | * 30c007d Fix buckets not working on mobile (GeyserMC#767) [rtm516]
    | | Desktop clients send an extra item use packet for buckets whereas mobile clients dont send the second use packet causing the issue as a ClientPlayerUseItemPacket doesn't get sent to the Java server.
    | |
    | | Buckets on mobile may still be glitchy as the player must be directly facing the block they want to place liquid on.
    | * 7bb297d Update submodules (GeyserMC#979) [Camotoy]
    |
  • ab002fa Revert "Update maven caching as release causes a cache miss" [bundabrg]
    This reverts commit 6a93450