Commit graph

1215 commits

Author SHA1 Message Date
RednedEpic
57342e7e40 PacketLib 3.0 2022-06-05 12:21:45 -05:00
RednedEpic
22134b4a6a Allow setting registry into codec helper 2022-06-05 11:56:31 -05:00
RednedEpic
849c540e96 Merge remote-tracking branch 'origin/feature/1.19-packetlib-refactor' into feature/1.19 2022-06-05 11:37:39 -05:00
Camotoy
2308bd8def
Use more Fastutil 2022-06-04 10:11:03 -04:00
Camotoy
dfb471df99
Use Fastutil 2022-06-04 10:05:39 -04:00
Camotoy
0f46b3bcf0
Use Int2ObjectMap for LevelEvents 2022-06-03 20:17:17 -04:00
davchoo
b5661ecb31
Add Warden sonic boom entity event
Remove EntityEvent from MagicValues
2022-05-31 14:27:34 -04:00
Camotoy
7bb0c9b3dc
Change IRON_GOLEM_ATTACK to be ATTACK 2022-05-31 14:11:13 -04:00
davchoo
5096d90655
Store BuiltinSound in ClientboundSoundEntityPacket instead of a soundId
Use generated output for BuiltinSound.
Remove SoundCategory from MagicValues
2022-05-30 01:57:11 -04:00
RednedEpic
8b4a2aaac8 Don't rely on this data always being the same here 2022-05-29 19:51:36 -05:00
RednedEpic
056e54b8e5 Remove copilot comment 2022-05-29 19:49:17 -05:00
RednedEpic
5eac59d8f4 Update to PacketLib 3.0 2022-05-29 19:48:37 -05:00
RednedEpic
3a51f530c6 PacketLib 3.0
Changes:
- Removed NetInput/NetOutput and replaced them with ByteBuf
- Added PacketSerializer to PacketDefinition
- Added packet codecs which implementations can supply with custom readers/writers for buffers
2022-05-29 12:40:39 -05:00
davchoo
3e163501aa
Combine SoundEvent and ParticleEvent into LevelEvent
Remove them from MagicValues
Add new Sculk Block charge level event + event data
Add new Sculk Shrieker shriek level event
2022-05-26 19:57:21 -04:00
Camotoy
4dff74676b
Fix NPE if player info had no signed data 2022-05-26 17:53:38 -04:00
davchoo
938c86df4c Fix PaintingType order and remove them from MagicValues
PIGSCENE for some reason is missing an underscore on Java
2022-05-26 16:28:36 -04:00
davchoo
a63853f9e5 Update block ids in ClientboundBlockEventPacket 2022-05-26 15:27:08 -04:00
davchoo
e52abe7df2 Fix ParticleType decoding in ClientboundLevelParticlesPacket and add new ParticleTypes 2022-05-26 14:41:03 -04:00
Camotoy
f63752c00e
Add new poses 2022-05-26 13:19:21 -04:00
Camotoy
9255986c37
Don't use MagicValues for MessageType and fix player chat decoding 2022-05-25 19:34:32 -04:00
Camotoy
0a733c7139
Switch all Position instances to Vector3i 2022-05-25 19:17:37 -04:00
Camotoy
055d1f5269
Add Cloudburst Math; add metadata types; other fixes 2022-05-25 18:42:42 -04:00
Camotoy
d45eeafa55
Merge pull request #697 from D3ATHBRINGER13/feature/1.19 2022-05-25 18:40:25 -04:00
D3ATHBRINGER13
62ba5aa8a2 Fix tests a bit 2022-05-25 21:20:25 +01:00
D3ATHBRINGER13
d0e98a0516 1.19-pre3 2022-05-25 17:45:51 +01:00
D3ATHBRINGER13
d4fa7b4458 1.19-pre2 2022-05-23 18:08:06 +01:00
D3ATHBRINGER13
54073a6cf9 Missed some 2022-05-20 13:26:02 +01:00
D3ATHBRINGER13
5cad78b15e Update enums 2022-05-19 21:19:24 +01:00
D3ATHBRINGER13
54c47dcc65 Actually fix building 2022-05-19 20:33:01 +01:00
D3ATHBRINGER13
6d09b95665 Fix building 2022-05-19 20:01:31 +01:00
D3ATHBRINGER13
29c230f71d Main packet changes up to 1.19-pre1 2022-05-19 19:51:22 +01:00
rtm516
4e041f768b
Publish Javadoc
https://ci.opencollab.dev/job/GeyserMC/job/MCProtocolLib/job/master/javadoc/
2022-04-12 15:55:20 +01:00
Redned
04cda206ed
Snapshot 1.18.2-2 2022-03-19 22:22:40 -05:00
Redned
807e554f8e
Release 1.18.2-1 2022-03-19 22:14:42 -05:00
Camotoy
0771504e12 Use spaces instead of tabs for project consistency 2022-03-05 16:57:28 -05:00
John
835929d57d
Make title in ClientboundOpenScreenPacket a component (#688) 2022-03-05 16:56:57 -05:00
Camotoy
7efa6360dc
Merge branch 'feature/1.18.2' 2022-02-28 09:59:36 -05:00
Camotoy
64754d098a
Release 1.18-3 2022-02-28 09:57:38 -05:00
Camotoy
cbf30881e8
Initial 1.18.2 update 2022-02-26 22:59:26 -05:00
Josh Moore
d124218100
Consolidate all documentation PR's (#666, #667, #673) (#683)
* Improve wording

* Description in `pom.xml` now matches README (shortened)

* Use proper Markdown syntax throughout README

* Switch README JitPack references from `Steveice10` to `GeyserMC`
(resolves GeyserMC/MCProtocolLib#666, resolves GeyserMC/MCProtocolLib#673)

* Changed meta references of "Steveice10" to "GeyserMC" (resolves GeyserMC/MCProtocolLib#667)

* Added GeyserMC org to Maven `<developers>` list

* Changed `Steveice10` in example URL to `GeyserMC`

* Switch Maven repo references to Open Collab

* Added note regarding snapshot builds
2022-02-14 21:27:35 -06:00
John
7211f65060
Change modifier of setState method (#685) 2022-02-14 21:26:29 -06:00
D3ATHBRINGER13
f4f2ec09fe
Optimize imports (#687) 2022-02-14 21:26:12 -06:00
Hugo Planque
7ff2c930df
Fix Kqueue init (#44) 2022-02-01 10:42:20 -05:00
blablubbabc
15df12a61a
Fixed: Added missing MoveToHotbarAction value for the swap with off-hand inventory action. (#682) 2022-01-11 10:30:42 -05:00
Oskar
d908cccadf
Sync the future on wait (#43) 2022-01-08 22:14:02 -05:00
Camotoy
cc069e6d98
Bump to 2.2-SNAPSHOT 2022-01-08 22:13:57 -05:00
Camotoy
4e4d8af687
Temp revert "Sync the future on wait (#43)" for snapshot
This reverts commit a09d0fd00a.
2022-01-08 22:12:55 -05:00
Oskar
a09d0fd00a
Sync the future on wait (#43) 2022-01-04 22:45:41 -06:00
Oskar
50b53e8902
Add switch case for KQueue in TcpServer#bindImpl (#42) 2022-01-04 22:43:57 -06:00
Redned
a4952e39be
Bump version to 1.18-3-SNAPSHOT 2022-01-04 22:41:11 -06:00