Commit Graph

21 Commits

Author SHA1 Message Date
FlorianMichael
910d8330cf
Move artifacts net.raphimc -> com.viaversion
Also updates the copyright header/licensing.
2025-01-01 22:25:52 +01:00
RaphiMC
b4543f8cdb
[ci skip] Updated copyright: 2025 2025-01-01 01:33:23 +01:00
dependabot[bot]
b069580e91
Bump io.netty:netty-handler in /common (#55)
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.115.Final to 4.1.116.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.116.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 10:28:02 +01:00
dependabot[bot]
a6a7542e41
Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre in /common (#54)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 13:19:08 +01:00
RaphiMC
1f164f447a
Updated gradle to 8.11 2024-11-14 00:52:40 +01:00
dependabot[bot]
3fd2b61798
Bump io.netty:netty-handler in /common (#52)
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13 10:39:27 +01:00
dependabot[bot]
b33becfa5b
Bump com.google.guava:guava from 33.2.1-jre to 33.3.1-jre in /common (#50)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 12:53:09 +01:00
dependabot[bot]
6dbd2594e4
Bump net.raphimc.class-token-replacer from 1.1.2 to 1.1.3 in /common (#49)
Bumps net.raphimc.class-token-replacer from 1.1.2 to 1.1.3.

---
updated-dependencies:
- dependency-name: net.raphimc.class-token-replacer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 12:52:16 +01:00
dependabot[bot]
ee9a622e6b
Bump io.netty:netty-handler in /common (#51)
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.111.Final to 4.1.114.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.111.Final...netty-4.1.114.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 12:52:05 +01:00
RaphiMC
a1f1356644
Skip ViaProxy update check in runViaProxy gradle task 2024-10-30 19:26:22 +01:00
FlorianMichael
b1afee85c9
Add gradle task to quickly test/debug code changes 2024-10-29 14:56:19 +01:00
FlorianMichael
6fd7b8caab
Cleanup 2024-10-28 11:37:41 +01:00
FlorianMichael
b3304405ec
Use new ParticleRewriter 2024-10-28 11:34:44 +01:00
FlorianMichael
b54e99f5a8
Update VV API usage 2024-10-25 18:39:17 +02:00
FlorianMichael
072b6de189
Fix dimension switch handling in 20w14infinite->1.16 2024-09-15 22:34:12 +02:00
FlorianMichael
e68c972d4e
Update VV API usage 2024-08-21 17:08:46 +02:00
RaphiMC
7921309c1a
Bump VV and VB to snapshot 2024-08-05 12:53:09 +02:00
FlorianMichael
5eb1f5730c
Fix impl version string 2024-07-22 12:33:51 +02:00
FlorianMichael
3e2533f7c2
Support server bound protocols on bukkit/fabric/velocity 2024-07-21 17:45:44 +02:00
FlorianMichael
cf40e6b628
Some final cleanup 2024-07-21 15:26:53 +02:00
FlorianMichael
9d48917307
Setup multi project structure 2024-07-21 13:24:06 +02:00