1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00
Commit Graph

4383 Commits

Author SHA1 Message Date
chris
3afde67b53 Add GeyserConnection#sendSkin, #joinAddress and #joinPort (#5641)
* Add GeyserConnection#sendSkin and GeyserConnection#clientConnectionAddress

* address reviews

* Bump to 2.8.3

* Split into joinAddress / joinPort

* Update api/src/main/java/org/geysermc/geyser/api/connection/GeyserConnection.java

* Update api/src/main/java/org/geysermc/geyser/api/connection/GeyserConnection.java

* improve address / port parsing
2025-08-05 10:31:08 +02:00
onebeastchris
d9447a099b Support 1.21.100 2025-08-05 00:34:52 +02:00
onebeastchris
bea10781bd Log response from failed geyser dump uploading 2025-08-04 23:46:30 +02:00
onebeastchris
efa41e05b7 Small fixes to previous commit 2025-08-03 22:03:11 +02:00
onebeastchris
e6ecfcdfee Handle empty packid's in resource pack response packet 2025-08-03 21:32:10 +02:00
Eclipse
9b04d7e019 Fix: waypoint and vault stack traces, bump Adventure (#5735)
* Catch class cast exception when the server sends us incorrect waypoint data

* Replace vault item component translation failure stacktrace with log message

* Bump adventure, update text component hashers

* Only send vault item component warning message once, do instanceof checks in GeyserWaypoint subclasses

* Revert vault item component error message to warning
2025-08-02 00:35:18 +02:00
Kas-tle
57eb3b7c27 Forcibly close upstream of GeyserSession on invalid packets (#5732)
* Forcibly close upstream of GeyserSession

* Logic error

* Resolve review and bump protocol

* Logic error
2025-07-31 00:47:00 +02:00
onebeastchris
fa4b1634d0 Validate received resource pack packets 2025-07-30 20:39:07 +02:00
onebeastchris
b3424a13a4 Introduce limit for the maximum number of connected clients per address 2025-07-30 01:32:29 +02:00
onebeastchris
4746651aea Skip remote resource pack check for per-session resource packs 2025-07-28 09:59:22 +02:00
Konicai
70bdb7f66a Refactor GameProtocol to remove version slash-combinations (#4979)
* Refactor GameProtocol

* Document 1.21.22 as a supported version, update MinecraftVersion javadoc

* Only expose latest Bedrock protocol & version, ensure latest version in ping

* Also indicate 1.21.8 Java edition support in the geyser api

---------

Co-authored-by: onebeastchris <github@onechris.mozmail.com>
2025-07-27 20:37:51 +02:00
onebeastchris
a6f707fb10 Attempt to temporarily resolve build 2025-07-27 02:50:14 +02:00
onebeastchris
c915d3ac05 Indicate 1.21.94 support in readme, ignore wolf sound variant entity metadata 2025-07-26 21:40:53 +02:00
onebeastchris
ca99ab7b1b Fix: Build issues for Geyser-Fabric and Geyser-NeoForge
resolves: https://github.com/GeyserMC/Geyser/issues/5718
how did this work until now? we'll never know
2025-07-26 01:13:25 +02:00
onebeastchris
461acb62a9 Fix: Geyser-Spigot modrinth publishing 2025-07-25 22:03:23 +02:00
onebeastchris
df4bb4f1c1 Update netty & mcpl dependencies
Fixes https://github.com/GeyserMC/Geyser/issues/5375, https://github.com/GeyserMC/Geyser/issues/5301, fixes https://github.com/GeyserMC/Geyser/issues/5050
2025-07-25 20:04:39 +02:00
onebeastchris
7a154504cd Resolve issues related to re-downloading of failed remote resource packs 2025-07-24 00:54:18 +02:00
oryxel
1f23d1d1e2 Fix: allow glass bottle to use touch rotation (#5706) 2025-07-19 14:54:43 +02:00
oryxel
5a00fa4170 Fix: only use touch rotation for certain items (#5705) 2025-07-19 13:56:05 +02:00
Eclipse
9d3d0dabf1 Update README.md for Java 1.21.8 (#5698) 2025-07-17 18:24:51 +02:00
oryxel
853207bea2 Fix server-side firework boosting (#5680)
* Don't send a too large number for elytra boost.

* Also send tick the client.

* Added tested version to the comments.
2025-07-17 16:13:36 +02:00
oryxel
1748daa1ed Fix: water bucket placing on mobile devices (#5590)
* Fixed water placing.

* Don't send ServerboundUseItemOnPacket when you're already sending ServerboundUseItemPacket

* Fixed wrong comment placement.

* Requested changes.

* Move this code back to the right place.

* Again, move this code to the right place.

* Removed lookBackScheduledFuture.
2025-07-17 15:36:44 +02:00
Camotoy
26f283f421 Update LICENSE for 2025 2025-07-16 15:35:02 -04:00
Eclipse
42b57ba1b0 Fix vault block entity component translation, minor cleanups (#5688) 2025-07-16 21:30:26 +02:00
Eclipse
dede8b7f20 Fix: make parsed dialog inputs mutable before adding additions map (#5690) (#5691) 2025-07-16 21:30:13 +02:00
onebeastchris
17bd368c9d Actually remove PlayerLoginEvent usage, resolve incorrect waypoint color reading
Fixes https://github.com/GeyserMC/Geyser/issues/5669, fixes https://github.com/GeyserMC/Geyser/issues/5636
2025-07-12 21:53:52 +02:00
onebeastchris
34e7dc96a2 Remove PlayerLoginEvent usage on Geyser-Spigot 2025-07-11 03:16:18 +02:00
oryxel
8c8782c65b Improve motion translation from explosions (#5659) 2025-07-11 01:59:09 +02:00
oryxel
fc34aa464a Entity flag fixes for shulkers, player entity crawling, out-of-block pushing (#5670)
* Some fixes related to flags.

* Fixed comments.

* Cleanup some if statements.
2025-07-11 01:34:33 +02:00
Redned
761fd3495a Update to Gradle 8.14.3 (#5663) 2025-07-08 21:16:06 +02:00
oryxel
96bb7d9dcb Improve firework boosting (#5658)
* Better fireworks boosting parity.

* Requested changes.
2025-07-08 19:12:00 +02:00
Eclipse
3174154a4a Support lava chicken music disc (#5651)
* Update protocol for 1.21.93 support

* Target latest mappings
2025-07-06 23:10:41 +02:00
Eclipse
57f0489289 Fix jukebox action bar message (#5649) 2025-07-06 13:24:17 +00:00
Eclipse
0e7b18eb35 Fix #5647 (#5648)
* Fix #5647

* Default to egg item
2025-07-05 09:47:59 +00:00
onebeastchris
74456ee06b Support 1.21.93 2025-07-03 21:22:51 +02:00
Eclipse
92d12bf7bc Fix block by Java key lookup (#5637)
* Fix block by Java key lookup, optimise hardcoded lookup a bit, clarify Javadocs

* Rename the registry too
2025-07-01 12:33:37 +00:00
chris
d7d819c282 Support 1.21.7 (#5633)
* 1.21.7

* Indicate 1.21.92 support

* Bump these versions too
2025-06-30 23:08:24 +02:00
oryxel
30d61735cb Revert "Fixed invalid recipe (non-vanilla items) (#5596)" (#5631)
This reverts commit 0e3a7cfd9d.
2025-06-30 16:03:37 +02:00
oryxel
0e3a7cfd9d Fixed invalid recipe (non-vanilla items) (#5596)
* Fixed invalid recipe (non-vanilla item).

* Added comments.
2025-06-30 11:37:44 +02:00
onebeastchris
a768be3ed4 Don't send empty titles for actionbar cooldown type 2025-06-29 17:28:27 +02:00
AJ Ferguson
deedd5c69c Slightly increase happy ghast size (#5626) 2025-06-28 20:03:55 -04:00
Eclipse
7bb777ee53 Fix #5620 2025-06-27 11:15:31 +00:00
Eclipse
6eeb88602a Small 1.21.6 updates (#5619) 2025-06-26 20:59:30 +00:00
chris
fe9e3d472a Support for 1.21.6 2025-06-26 18:29:23 +02:00
onebeastchris
4a3b3a2748 Target latest languages submodule 2025-06-26 17:25:51 +02:00
AJ Ferguson
a2bdfa9eaf Small vehicle fixes 2025-06-26 07:28:42 -04:00
onebeastchris
868fed172e Only enable the locator bar when we're certain the Java server wants us to 2025-06-26 00:34:46 +02:00
onebeastchris
473cd0bb97 Add since annotations to new API methods 2025-06-26 00:23:03 +02:00
Aurorawr
2ca4ea7652 Introduce sendCommand API method (#5582)
* Introduce sendCommand API method

* Ensure Geyser/extension commands are caught

* Remove handleCommand from the translator, use executeCommand directly

* Relocate the command handling logic again, using the new one this time

* Fix up the javadocs

* Rename back to sendCommand, rename the packet method

* Also change the bedrock command translator

* And another one...

* Ensure we forward commands directly when catching exceptions during command execution

---------

Co-authored-by: onebeastchris <github@onechris.mozmail.com>
2025-06-26 00:21:40 +02:00
onebeastchris
0f857c69a4 Bump mappings - mushroom stem, correct pale garden biome mapping 2025-06-26 00:02:18 +02:00