Commit graph

259 commits

Author SHA1 Message Date
Camotoy
c212fba3a0
Release 1.19.4-1 2023-04-26 13:02:15 -04:00
SupremeMortal
4ea16b39a1
Add deploy profile to make Maven happy 2023-03-14 12:28:21 +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
d52d258bec Update to 1.19.4-pre1. The new netty pipeline is still to be implemented. 2023-02-25 16:07:16 +00: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
Tim203
4fbb472fcc
Bump to 3.0.1-SNAPSHOT 2022-12-18 14:55:43 +01:00
D3ATHBRINGER13
88bcae65a9 22w42a - Part 1 2022-10-23 22:35:58 +01:00
D3ATHBRINGER13
2e5eec23e2 1.19.1-rc2 2022-07-22 23:17:26 +01:00
Camotoy
390a16e31b
1.19 Release 2022-07-02 12:28:39 -04:00
Camotoy
54fc9f0750
Rename MessageType; use Object2IntMap for Statistics 2022-06-15 18:28:40 -04:00
RednedEpic
cd0520145d Bump to PacketLib 3.0 2022-06-05 12:49:56 -05:00
RednedEpic
57342e7e40 PacketLib 3.0 2022-06-05 12:21:45 -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
dfb471df99
Use Fastutil 2022-06-04 10:05:39 -04: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
Camotoy
055d1f5269
Add Cloudburst Math; add metadata types; other fixes 2022-05-25 18:42:42 -04:00
D3ATHBRINGER13
54c47dcc65 Actually fix building 2022-05-19 20:33:01 +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
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
Camotoy
cc069e6d98
Bump to 2.2-SNAPSHOT 2022-01-08 22:13:57 -05:00
Redned
a4952e39be
Bump version to 1.18-3-SNAPSHOT 2022-01-04 22:41:11 -06:00
Camotoy
5a41c9f71c Release 1.18-2 2021-12-21 21:45:06 -05:00
Camotoy
6a23a780af Update for latest PacketLib changes 2021-12-20 20:42:34 -05:00
Camotoy
6c9483e951 Release 2.1 2021-12-20 20:40:50 -05:00
RednedEpic
0a9b7f0bd7 Bump version to 1.18-2-SNAPSHOT 2021-11-29 21:56:20 -06:00
RednedEpic
34e4141db3 Use 1.18-1 as version 2021-11-29 21:55:05 -06:00
RednedEpic
098b2301ee 1.18 release 2021-11-29 21:24:56 -06:00
Camotoy
d527164d4c
Initial update to 1.18 protocol 2021-11-13 23:48:38 -05:00
RednedEpic
c5032fb425 Update to new packetlib changes 2021-11-13 13:52:39 -06:00
RednedEpic
37e2fc7bb3 Add open collab repo and deploy on Jenkins 2021-11-13 12:28:19 -06:00
RednedEpic
6c0f107702 Don't bump version as we are still on snapshot 2021-11-13 12:10:31 -06:00
Redned
e295601d7c Replace reflection usage with packet factories 2021-11-12 22:59:08 -06:00
D3ATHBRINGER13
8fcf4df994
Refactor to use Mojmap packet names (#662)
This allows packet name parity with Minecraft itself.
2021-11-12 12:59:12 -05:00
Camotoy
3e9c660e79
Use PacketLib 2.1-SNAPSHOT for now 2021-11-12 12:54:18 -05:00
Camotoy
c2985e83ea
Update to Adventure 4.9.3 2021-10-31 14:56:02 -04:00
Josh Moore
728e673fcf
Updated Lombok to fix broken compilation when using Java 16 (#665)
- As suggested by: https://stackoverflow.com/a/66981165/9665770
- in extension: https://github.com/projectlombok/lombok/issues/2681
2021-10-19 21:49:27 -04:00
Camotoy
e7979c45b6
Update Adventure version 2021-10-07 09:45:31 -04:00
Steveice10
270261ba2d Update to latest MCAuthLib commit. 2021-09-06 15:05:31 -07:00
Steveice10
e09374ad9f Update adventure and add legacy hover event serializer to default serializer. 2021-08-23 11:23:35 -07:00
Steveice10
133ecd07af Bump version to 1.17.1-2-SNAPSHOT. 2021-08-22 18:12:30 -07:00
Steveice10
ee7c6195d8 Update to MCAuthLib 1.4 and bump version to 1.17.1-1.
MCAuthLib 1.4 includes a fix for a username-based attack on server-side authentication. Thanks to @Ry0taK for reporting.
2021-08-22 18:06:33 -07:00
TeksuSiK
5282527a3a
Update dependiences and add io_uring pool 2021-08-15 18:29:38 +02:00
Camotoy
85dc970041
Bump version 2021-07-07 10:54:50 -04:00