Camotoy
|
a52397949e
|
Use an optional int for command redirection
|
2023-03-19 13:57:52 -04:00 |
|
David Choo
|
24cb5ff4a0
|
Update hardcoded Block Ids in ClientboundBlockEventPacket (#729)
|
2023-03-19 11:18:58 -04:00 |
|
Camotoy
|
b369a64e97
|
Fix incorrect nameTagVisibility deserialization
|
2023-03-17 13:36:09 -04:00 |
|
Camotoy
|
0b1e13c1f4
|
Read all resource locations in UpdateTagsPacket
|
2023-03-15 11:19:34 -04:00 |
|
D3ATHBRINGER13
|
8bdf94959b
|
Fix recipe issues
|
2023-03-14 12:52:40 -04:00 |
|
SupremeMortal
|
d791778f8a
|
Fix deploy?
|
2023-03-14 12:49:34 +00:00 |
|
SupremeMortal
|
3419d37a18
|
Can't reference lombok methods unless it is delomboked
|
2023-03-14 12:42:55 +00:00 |
|
SupremeMortal
|
affa53003a
|
Minor build changes
|
2023-03-14 12:37:35 +00:00 |
|
SupremeMortal
|
4ea16b39a1
|
Add deploy profile to make Maven happy
|
2023-03-14 12:28:21 +00:00 |
|
SupremeMortal
|
7ebdfc333a
|
Build javadocs
|
2023-03-14 12:22:33 +00:00 |
|
SupremeMortal
|
521bd958b7
|
Fix deployment
|
2023-03-14 12:16:03 +00:00 |
|
Camotoy
|
3bc9926a38
|
Merge branch 'feature/1.19.4'
|
2023-03-14 07:48:46 -04:00 |
|
Camotoy
|
867e5e2bb6
|
Component string limit is larger than default
|
2023-03-14 07:48:37 -04:00 |
|
Camotoy
|
70b0fa1bd4
|
Prepare for release protocol
|
2023-03-14 07:48:11 -04:00 |
|
Camotoy
|
60547d54fd
|
Various changes
|
2023-03-12 23:51:36 -04:00 |
|
D3ATHBRINGER13
|
8252330c7d
|
Some minor fixes
|
2023-03-11 01:01:09 +00:00 |
|
Camotoy
|
3e216c66ce
|
Merge pull request #727 from Kas-tle/feature/packetlib
Merge Packetlib and Maintain History
|
2023-03-09 20:31:36 -05:00 |
|
Kas-tle
|
81131c469d
|
No longer depend on packetlib
|
2023-03-10 00:14:13 +00:00 |
|
Kas-tle
|
12e372303e
|
Exclude packetlib from javadoc for now
|
2023-03-09 21:38:29 +00:00 |
|
Kas-tle
|
910a0009b9
|
Merge packetlib w/ commit history
|
2023-03-09 21:38:07 +00:00 |
|
D3ATHBRINGER13
|
65f00c4387
|
Prevent the use of boxing
|
2023-02-25 23:39:15 +00:00 |
|
D3ATHBRINGER13
|
d663fa362b
|
Merge branch 'master' into feature/1.19.4
# Conflicts:
# src/main/java/com/github/steveice10/mc/protocol/codec/MinecraftCodecHelper.java
# src/main/java/com/github/steveice10/mc/protocol/data/MagicValues.java
# src/main/java/com/github/steveice10/mc/protocol/data/game/recipe/RecipeType.java
# src/main/java/com/github/steveice10/mc/protocol/packet/ingame/clientbound/ClientboundServerDataPacket.java
# src/test/java/com/github/steveice10/mc/protocol/packet/ingame/clientbound/ServerDeclareRecipesTest.java
|
2023-02-25 23:25:44 +00:00 |
|
basaigh
|
edace8900f
|
Remove MagicValues (#725)
Co-authored-by: D3ATHBRINGER13 <53559772+D3ATHBRINGER13@users.noreply.github.com>
|
2023-02-25 15:09:37 -05:00 |
|
D3ATHBRINGER13
|
ea82b97390
|
Update enums.
|
2023-02-25 18:27:33 +00:00 |
|
D3ATHBRINGER13
|
d52d258bec
|
Update to 1.19.4-pre1. The new netty pipeline is still to be implemented.
|
2023-02-25 16:07:16 +00:00 |
|
Camotoy
|
9d15762233
|
Fix #721
|
2023-01-07 19:50:24 -05:00 |
|
Kas-tle
|
7efd7e1d3a
|
Fix misreading of ternary in a8788fb (#724)
|
2023-01-07 14:41:02 -05:00 |
|
Camotoy
|
a8788fb899
|
Replace all array() ByteBuf calls
|
2023-01-04 16:02:13 -05:00 |
|
Camotoy
|
155f09904a
|
Merge pull request #718 from Konicai/feature/math-2.0
Update math-2.0 branch to 1.19.3
|
2022-12-20 17:25:14 -05:00 |
|
Tim203
|
1ff7bdf085
|
Use latest PacketLib version
|
2022-12-18 15:10:14 +01:00 |
|
Tim203
|
e21e6c4e86
|
Release 3.0.1
|
2022-12-18 15:01:41 +01:00 |
|
Kevin Ludwig
|
d9b9b1fbf9
|
Merge pull request #46
* Set string max length to Short.MAX_VALUE (32767), Fix multibyte strin…
|
2022-12-18 14:59:03 +01:00 |
|
Tim203
|
4fbb472fcc
|
Bump to 3.0.1-SNAPSHOT
|
2022-12-18 14:55:43 +01:00 |
|
Camotoy
|
e36245e4d1
|
One addendum to the previous commit
|
2022-12-17 23:10:16 -05:00 |
|
Camotoy
|
9bc7fd8930
|
Update correct encoding for GameType reading
|
2022-12-17 23:09:20 -05:00 |
|
Konicai
|
01888c8c97
|
Merge remote-tracking branch 'upstream/master' into feature/math-2.0
|
2022-12-15 13:45:28 -05:00 |
|
Camotoy
|
67df108f28
|
ClientboundCommands: SuggestionType is flexible on a protocol level
|
2022-12-15 00:54:01 -05:00 |
|
Konicai
|
d5ccf0d268
|
Fix missing imports??
|
2022-12-14 17:53:00 -05:00 |
|
Konicai
|
8a7d7b196b
|
Merge remote-tracking branch 'upstream/master' into feature/math-2.0
# Conflicts:
# pom.xml
# src/main/java/com/github/steveice10/mc/protocol/codec/MinecraftCodec.java
|
2022-12-14 17:47:15 -05:00 |
|
Camotoy
|
ed9d799316
|
Update hardcoded block values in BlockEventPacket
|
2022-12-13 14:01:15 -05:00 |
|
Camotoy
|
5506b94bf6
|
More precisely replicate GameMode encoding/decoding
|
2022-12-07 22:48:54 -05:00 |
|
Camotoy
|
2345f2b98f
|
Changes added in 1.19.3-rc3
|
2022-12-06 16:50:50 -05:00 |
|
Camotoy
|
3c88c3b072
|
Merge branch 'feature/1.19.3'
|
2022-12-05 20:03:28 -05:00 |
|
Camotoy
|
548bfc9f71
|
1.19.1/2 release
|
2022-12-05 20:00:55 -05:00 |
|
Camotoy
|
3599568c88
|
Prepare for release protocol
|
2022-12-05 19:59:22 -05:00 |
|
Konicai
|
e07e4b0280
|
Add SITTING to Pose enum (#715)
|
2022-12-05 10:03:43 -05:00 |
|
Camotoy
|
bb9b7e8299
|
Update to 1.19.3-rc1
|
2022-12-02 14:12:06 -05:00 |
|
D3ATHBRINGER13
|
685882b90a
|
1.19.3-pre3
|
2022-11-29 21:21:02 +00:00 |
|
D3ATHBRINGER13
|
58a9b169be
|
Fix gamemode id and argument types
|
2022-11-24 23:47:39 +00:00 |
|
D3ATHBRINGER13
|
633d5bb789
|
Add missing block entities
|
2022-11-24 23:13:07 +00:00 |
|