Camotoy
|
56958f8fbd
|
Use timestamped snapshots for dependencies
|
2023-04-26 13:48:14 -04:00 |
|
Camotoy
|
abba88112a
|
Use all 1.19.80 Bedrock legacy codes for color downsampling
This will make RGB downsampling a bit more colorful.
|
2023-04-24 18:44:33 -04:00 |
|
Camotoy
|
0f3d5c5859
|
Allow fallback components to translate with arguments
|
2023-04-18 19:07:55 -04:00 |
|
Camotoy
|
11c277481f
|
Allow fallback components to translate properly
Fixes #3660
|
2023-04-08 15:49:55 -04:00 |
|
Camotoy
|
c4f0b0225d
|
Use static commit for Erosion
|
2023-04-06 13:50:18 -04:00 |
|
Camotoy
|
8492f1d9b9
|
Will probably build on the CI
|
2023-04-06 13:31:11 -04:00 |
|
Camotoy
|
d9811d08e3
|
Merge remote-tracking branch 'origin/master' into feature/protocol-3.0
|
2023-04-06 13:26:28 -04:00 |
|
Camotoy
|
a004fe9a31
|
Update Adapters to fix #3654
|
2023-04-01 01:32:06 -04:00 |
|
Camotoy
|
e2535108e6
|
Folia support and preparations for future changes
|
2023-03-30 15:44:55 -04:00 |
|
Camotoy
|
b695dc075d
|
Fix command redirection detection
|
2023-03-19 14:09:01 -04:00 |
|
Camotoy
|
b56f401688
|
Update MCProtocolLib to fix #3624
|
2023-03-19 11:24:45 -04:00 |
|
Camotoy
|
147618d5bc
|
Fix player nametags always appearing
|
2023-03-17 13:41:13 -04:00 |
|
Camotoy
|
d7c6865912
|
Fix #3607
|
2023-03-15 11:36:00 -04:00 |
|
Camotoy
|
03c0767965
|
Finish 1.19.4 support and add Bedrock 1.19.70 support
|
2023-03-14 15:37:57 -04:00 |
|
Camotoy
|
b3f1c64249
|
Base changes for Java 1.19.4 support
|
2023-03-10 20:51:51 -05:00 |
|
Redned
|
a72e49527d
|
Simplify publish logic and move to GitHub Actions (#3579)
Co-authored-by: Tim203 <mctim203@gmail.com>
Co-authored-by: rtm516 <ryantmilner@hotmail.co.uk>
|
2023-02-24 20:05:15 -06:00 |
|
Camotoy
|
406dfcb22c
|
Fix error on 1.19.62
|
2023-02-16 20:01:51 -05:00 |
|
Camotoy
|
30277d5411
|
Anticipate support for the patch version of 1.19.60
|
2023-02-15 16:17:38 -05:00 |
|
SupremeMortal
|
1769f2a85c
|
Merge branch 'master' into feature/protocol-3.0
|
2023-02-14 22:09:48 +00:00 |
|
Tim203
|
ed36adec56
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# api/src/main/java/org/geysermc/geyser/api/GeyserApi.java
# api/src/main/java/org/geysermc/geyser/api/command/Command.java
# api/src/main/java/org/geysermc/geyser/api/command/CommandExecutor.java
# api/src/main/java/org/geysermc/geyser/api/command/CommandSource.java
# api/src/main/java/org/geysermc/geyser/api/connection/GeyserConnection.java
# api/src/main/java/org/geysermc/geyser/api/event/EventBus.java
# api/src/main/java/org/geysermc/geyser/api/event/EventRegistrar.java
# api/src/main/java/org/geysermc/geyser/api/event/EventSubscriber.java
# api/src/main/java/org/geysermc/geyser/api/event/ExtensionEventBus.java
# api/src/main/java/org/geysermc/geyser/api/event/ExtensionEventSubscriber.java
# api/src/main/java/org/geysermc/geyser/api/event/connection/ConnectionEvent.java
# api/src/main/java/org/geysermc/geyser/api/event/downstream/ServerDefineCommandsEvent.java
# api/src/main/java/org/geysermc/geyser/api/event/lifecycle/GeyserDefineCommandsEvent.java
# api/src/main/java/org/geysermc/geyser/api/event/lifecycle/GeyserDefineCustomItemsEvent.java
# api/src/main/java/org/geysermc/geyser/api/event/lifecycle/GeyserLoadResourcePacksEvent.java
# api/src/main/java/org/geysermc/geyser/api/event/lifecycle/GeyserPostInitializeEvent.java
# api/src/main/java/org/geysermc/geyser/api/event/lifecycle/GeyserPreInitializeEvent.java
# api/src/main/java/org/geysermc/geyser/api/event/lifecycle/GeyserShutdownEvent.java
# api/src/main/java/org/geysermc/geyser/api/extension/Extension.java
# api/src/main/java/org/geysermc/geyser/api/extension/ExtensionDescription.java
# api/src/main/java/org/geysermc/geyser/api/extension/ExtensionLoader.java
# api/src/main/java/org/geysermc/geyser/api/extension/ExtensionLogger.java
# api/src/main/java/org/geysermc/geyser/api/extension/ExtensionManager.java
# api/src/main/java/org/geysermc/geyser/api/extension/exception/InvalidDescriptionException.java
# api/src/main/java/org/geysermc/geyser/api/extension/exception/InvalidExtensionException.java
# api/src/main/java/org/geysermc/geyser/api/item/custom/CustomItemData.java
# api/src/main/java/org/geysermc/geyser/api/item/custom/CustomItemOptions.java
# api/src/main/java/org/geysermc/geyser/api/item/custom/CustomRenderOffsets.java
# api/src/main/java/org/geysermc/geyser/api/item/custom/NonVanillaCustomItemData.java
# api/src/main/java/org/geysermc/geyser/api/network/AuthType.java
# api/src/main/java/org/geysermc/geyser/api/network/BedrockListener.java
# api/src/main/java/org/geysermc/geyser/api/network/RemoteServer.java
# api/src/main/java/org/geysermc/geyser/api/util/TriState.java
# core/build.gradle.kts
# gradle/libs.versions.toml
# settings.gradle.kts
|
2023-02-09 17:34:27 +01:00 |
|
Tim203
|
21885949c7
|
Moved the base api to a separate repo
|
2023-02-09 17:31:00 +01:00 |
|
Camotoy
|
0bba18c726
|
Initial support for 1.19.60 Bedrock
|
2023-02-05 13:29:28 -05:00 |
|
Tim203
|
effe046308
|
Merge remote-tracking branch 'origin/master' into feature/dedicated-api-repo
|
2023-02-04 21:25:11 +01:00 |
|
Camotoy
|
af5d03f5dd
|
Show teams in command suggestions
|
2023-01-25 11:05:04 -05:00 |
|
Camotoy
|
c928bafddd
|
Should fix some instances of chat not showing
|
2023-01-07 14:46:22 -05:00 |
|
Tim203
|
3ac931e11b
|
Moved the APIs to a dedicated repo
They can now be found at https://github.com/GeyserMC/api
|
2023-01-07 14:29:33 +01:00 |
|
Camotoy
|
7905581ec4
|
Fix some instances of chat not appearing
|
2023-01-04 16:05:12 -05:00 |
|
Camotoy
|
4fe9aeca40
|
Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/protocol-3.0
|
2022-12-20 19:47:45 -05:00 |
|
Tim203
|
e4dcc07dde
|
Bump MCProtocolLib and PacketLib
|
2022-12-18 15:49:52 +01:00 |
|
Camotoy
|
97bedd39e2
|
Update MCProtocolLib to fix some commands packet decoding
|
2022-12-16 14:17:12 -05:00 |
|
Camotoy
|
f7375ed7dc
|
Fix chests not animating on open
Fixes #3454
|
2022-12-13 14:04:17 -05:00 |
|
Camotoy
|
7c26036906
|
Update adapters to support 1.19.3 and add biome command completions
|
2022-12-13 13:53:28 -05:00 |
|
Camotoy
|
57e34372d8
|
Update MCProtocolLib to potentially fix respawn issues
|
2022-12-07 22:54:43 -05:00 |
|
Camotoy
|
0c79732d02
|
Add changes from 1.19.3-rc3
|
2022-12-06 17:06:10 -05:00 |
|
Camotoy
|
f76aa71b5b
|
Point to stable MCProtocolLib version
|
2022-12-05 20:06:40 -05:00 |
|
Konicai
|
92aa2059d2
|
Merge remote-tracking branch 'upstream/master' into JE-1.19.3
|
2022-12-01 22:00:57 -05:00 |
|
Konicai
|
c7e79299b6
|
Improve 1.19.50 flags (#3422)
|
2022-11-29 16:34:09 -05:00 |
|
RednedEpic
|
49d3254ea9
|
Use new Protocol version
|
2022-11-28 21:29:55 -06:00 |
|
RednedEpic
|
8f96823048
|
Add support for Bedrock 1.19.50 (560)
|
2022-11-28 20:53:17 -06:00 |
|
Comstepr
|
70a8272bc2
|
Bump jackson-databind to 2.14.0 (#3406)
|
2022-11-23 20:10:04 -05:00 |
|
Konicai
|
759db72536
|
Compiling for 1.19.3
|
2022-11-22 17:13:59 -05:00 |
|
RednedEpic
|
74798d8071
|
Remove old network code & use manual ping
|
2022-10-30 17:00:08 -05:00 |
|
RednedEpic
|
18e7db8c30
|
Start on update to Protocol 3.0
|
2022-10-29 19:23:21 -05:00 |
|
Camotoy
|
e9b99b2098
|
Indicate 1.19.40 support; bump Protocol
|
2022-10-25 16:49:34 -04:00 |
|
Camotoy
|
254f0da03c
|
Fabric improvements
Mainly in commands - the old permissions file no longer needs to exist.
|
2022-10-24 13:21:02 -04:00 |
|
Camotoy
|
ece1b2a8ce
|
Include versions TOML file change
|
2022-10-18 19:04:45 -04:00 |
|
Camotoy
|
144d7b000a
|
Use Mojang mappings for Geyser-Fabric
|
2022-10-18 12:06:18 -04:00 |
|
SupremeMortal
|
237a69d3c2
|
Refactor package and cleanup dependencies for Fabric
|
2022-10-17 22:08:52 +01:00 |
|
SupremeMortal
|
7edde43141
|
Initial fabric merger
|
2022-10-03 21:11:07 +01:00 |
|
Konicai
|
7653a626af
|
Update Sponge to API 8 (#2611)
|
2022-10-02 16:43:14 -04:00 |
|