Commit graph

  • 6935820d2d Address review AlexProgrammerDE 2024-02-28 18:55:28 +0100
  • 64002e9b07 Address review AlexProgrammerDE 2024-02-28 18:40:45 +0100
  • 8e35946a9b Remove unnecessary casts AlexProgrammerDE 2024-02-28 14:04:02 +0100
  • c7d443faeb Address review AlexProgrammerDE 2024-02-28 10:00:25 +0100
  • b9c7e4b9d6 Merge remote-tracking branch 'upstream/dev' into revamp-flag-system AlexProgrammerDE 2024-02-28 06:18:20 +0100
  • f2bc83c2c2
    Remove IOExceptions from packet handling (#783) Alex 2024-02-28 05:11:53 +0100
  • 466a923260 Fix writing incorrect values AlexProgrammerDE 2024-02-27 19:10:49 +0100
  • ffcf7d7431 Fix writing incorrect values AlexProgrammerDE 2024-02-27 19:10:49 +0100
  • f493c29398 Revamp flag system AlexProgrammerDE 2024-02-26 17:42:28 +0100
  • 52cd4c69d6 Fix import issues AlexProgrammerDE 2024-02-26 08:42:03 +0100
  • 1152a2e738 Fix test packages AlexProgrammerDE 2024-02-26 08:38:05 +0100
  • 4cc3c128a6 Fix indent AlexProgrammerDE 2024-02-26 08:28:20 +0100
  • 8dd14be7ba Merge remote-tracking branch 'origin/remove-ioexception' into remove-ioexception AlexProgrammerDE 2024-02-25 07:51:05 +0100
  • ea0e323aaf RuntimeException -> IllegalStateException AlexProgrammerDE 2024-02-25 07:50:58 +0100
  • 7b5f7cefe1
    Fix missing yield Alex 2024-02-24 17:21:15 +0100
  • 8794fd857c Some more post-ioexception cleanup AlexProgrammerDE 2024-02-24 10:30:54 +0100
  • da86067126 Use illegal argument exception instead of custom exception AlexProgrammerDE 2024-02-24 10:19:28 +0100
  • b5f7f38f7d Make lombok version properly typesafe AlexProgrammerDE 2024-02-24 10:17:06 +0100
  • 2d8792e5b2 Cleanup previous changes AlexProgrammerDE 2024-02-24 09:18:48 +0100
  • b9e71a0ed2 Remove remaining imports AlexProgrammerDE 2024-02-24 09:11:56 +0100
  • 5bd76a0e83 Remake IOException removal AlexProgrammerDE 2024-02-24 09:05:23 +0100
  • 09e88e266b 24w05b basaigh 2024-02-13 01:47:16 +0000
  • 01940ba358 Oops, missed 24w03b basaigh 2024-02-13 01:44:19 +0000
  • c84cad6d06 24w05a They forgot to bump the version string and protocol id, not an accident on my part. basaigh 2024-02-13 01:41:38 +0000
  • 7cdfa6ef36 24w04a basaigh 2024-02-10 20:55:38 +0000
  • 8f1834d906 Update tests basaigh 2024-02-07 23:10:29 +0000
  • 7597e0e8e5 24w03a basaigh 2024-02-07 00:08:45 +0000
  • f649c70058 Address review basaigh 2024-01-23 19:43:31 +0000
  • 8bb3aadb88 23w51a basaigh 2024-01-22 23:27:22 +0000
  • d5083f9b42 Markk type field as Nullable in BlockEntityInfo and ClientboundBlockEntityDataPacket, throw when trying to write a null type onebeastchris 2024-01-17 15:33:50 +0100
  • eacfb2d037
    Make readBlockEntityType() nullable again (#786) chris 2024-01-16 23:05:00 +0100
  • 7ebc69d5bb Make readBlockEntityType() nullable again onebeastchris 2024-01-16 21:59:30 +0100
  • cf4ccc3df6
    Fix certain serializations of ClientboundPlayerInfoUpdatePacket (#785) Konicai 2024-01-11 18:03:19 -0500
  • 79efb7d857 Fix certain serializations of ClientboundPlayerInfoUpdatePacket Konicai 2024-01-11 17:41:29 -0500
  • 4b3e86a0b1
    Fix ClientboundSetTitleTextPacket serialization (#781) WinPlay02 2024-01-11 18:38:21 +0100
  • 4f2e7a5b55
    Move package/license to GeyserMC, gradle conventions and submodules (#782) Alex 2024-01-11 18:21:23 +0100
  • 70e9a98108 rename example package names Konicai 2024-01-10 20:14:45 -0500
  • 983092b558 gradle conventions, update license Konicai 2024-01-10 19:56:56 -0500
  • f0e44d1226
    Use lombok instead of jetbrains annotation WinPlay02 2024-01-10 21:00:45 +0100
  • 931f6111f7 Revert order AlexProgrammerDE 2024-01-09 12:11:51 +0100
  • bdd7b12a04 Update link AlexProgrammerDE 2024-01-09 12:09:24 +0100
  • c04e22c22d Update README AlexProgrammerDE 2024-01-09 08:13:44 +0100
  • 90ad7e6581 Move everything to a protocol submodule AlexProgrammerDE 2024-01-09 07:25:13 +0100
  • 2617c1c457 Change package structure AlexProgrammerDE 2024-01-09 07:15:23 +0100
  • ea81d35f1d
    Fixed code style WinPlay02 2024-01-04 22:55:10 +0100
  • 82c423a69e
    Make component of ClientboundSetTitleTextPacket NotNull WinPlay02 2024-01-04 21:44:51 +0100
  • e3099b5cbd Fix compilation AlexProgrammerDE 2024-01-04 20:07:03 +0100
  • 090ef89284 Fix references AlexProgrammerDE 2024-01-04 20:01:23 +0100
  • 0516e8c857 Change packages AlexProgrammerDE 2024-01-04 19:58:14 +0100
  • 8d4878c1fa
    Remove unused exceptions, use java 9+ features and checkerframework, other cleanup (#780) Alex 2024-01-04 19:04:25 +0100
  • 05fb98db13 More cleanup AlexProgrammerDE 2024-01-04 18:07:29 +0100
  • 02d003b082 Change to feedback AlexProgrammerDE 2024-01-04 18:01:40 +0100
  • 4bf65b485a
    Delete .editorconfig Alex 2023-12-31 14:50:30 +0100
  • 3e307e5311 Fix annotations AlexProgrammerDE 2023-12-31 10:53:57 +0100
  • 7315e688c6
    Fix title component being encoded as a string instead of an NBT tag WinPlay02 2023-12-28 15:18:28 +0100
  • c8a023c4f0 Fix all compilation warnings AlexProgrammerDE 2023-12-23 15:55:02 +0100
  • 7d5b327e6d More cleanups and using newer java features AlexProgrammerDE 2023-12-23 15:38:25 +0100
  • b4e189248e Switch all switches to the new syntax AlexProgrammerDE 2023-12-23 12:49:54 +0100
  • 632f5c3d9e Fix a few compilation warnings AlexProgrammerDE 2023-12-23 12:37:11 +0100
  • 32a5513710 Fix compilation and add editorconfig AlexProgrammerDE 2023-12-23 12:32:45 +0100
  • d9d05390d8 Cleanup AlexProgrammerDE 2023-12-23 11:52:28 +0100
  • 2b50e9927c Initial work on non breaking changes/cleanup AlexProgrammerDE 2023-12-23 11:51:38 +0100
  • 6edead7408 Merge remote-tracking branch 'upstream/master' AlexProgrammerDE 2023-12-23 09:11:54 +0100
  • 7d1ab0bd1e Use vanilla code and names for bitstorage AlexProgrammerDE 2023-12-23 09:11:08 +0100
  • eaac051d1f
    Create jitpack.yml (#778) Alex 2023-12-23 04:32:29 +0100
  • 69706f7103
    Create jitpack.yml Alex 2023-12-22 20:09:55 +0100
  • d3cc9d47df
    Resolve fallout from globalPaletteBits removal (#777) Kas-tle 2023-12-20 14:57:58 -0800
  • 793bea64f2
    Resolve fallout from globalPaletteBits removal Joshua Castle 2023-12-20 14:16:04 -0800
  • 809a0c58f2
    Fix DataPalette index & deprecate unused globalPaletteBits (#775) David Mayr 2023-12-20 22:54:45 +0100
  • 04453920ee
    chore: redirect deprecated createEmpty call to new one David Mayr 2023-12-20 22:46:14 +0100
  • da79ec5572
    feat: deprecate global palette bits David Mayr 2023-12-20 22:45:04 +0100
  • c3d264e97f Migrate to newer java and fix some nullability types AlexProgrammerDE 2023-12-20 20:24:29 +0100
  • 386f7b45a8 Remove unused imports and remove a few throws AlexProgrammerDE 2023-12-20 19:46:16 +0100
  • 0c8e1a45fe Migrate to checkerframework AlexProgrammerDE 2023-12-20 19:43:41 +0100
  • e34a97cb66 Readd checkerframework AlexProgrammerDE 2023-12-20 19:34:55 +0100
  • 447f3497ef Merge remote-tracking branch 'upstream/master' into no-ioexception-and-cleanup AlexProgrammerDE 2023-12-20 19:30:35 +0100
  • ff317f1a9a
    Migrate to gradle, fix examples (#769) Alex 2023-12-19 19:01:53 +0100
  • 0c31e09018 Address review AlexProgrammerDE 2023-12-19 09:45:55 +0100
  • f55d178cc7 Merge remote-tracking branch 'upstream/master' into gradle-java AlexProgrammerDE 2023-12-19 09:24:19 +0100
  • 2a76b379ce
    Fix (de)serialization of ClientboundExplodePacket (#776) Konicai 2023-12-19 02:41:25 -0500
  • fc23ad3d5f
    Also fix JDK version in Jenkinsfile Konicai 2023-12-19 01:27:18 -0500
  • 312879ae67
    Fix (de)serialization of ClientboundExplodePacket Konicai 2023-12-19 01:24:04 -0500
  • 218566a7fd
    fix: datapalette not working correctly David Mayr 2023-12-18 23:13:27 +0100
  • 70c99175c2 Fix import AlexProgrammerDE 2023-12-17 21:27:32 +0100
  • d31ca4fee6 Revert "Delete unused classes" AlexProgrammerDE 2023-12-17 08:47:17 +0100
  • 6404430c64 Delete unused classes AlexProgrammerDE 2023-12-17 08:46:57 +0100
  • 8562e64f74 Revert all style changes AlexProgrammerDE 2023-12-17 08:43:51 +0100
  • 48df6f6528 Revert packet changes AlexProgrammerDE 2023-12-17 08:40:35 +0100
  • 4e3393e86d Use weird version catalog layout AlexProgrammerDE 2023-12-17 08:37:44 +0100
  • dc7ddf94f2 Add back comment AlexProgrammerDE 2023-12-16 16:14:52 +0100
  • 4499e93822 Merge remote-tracking branch 'upstream/master' into gradle-java AlexProgrammerDE 2023-12-16 16:13:53 +0100
  • cb9703c930 Change imports to wanted style AlexProgrammerDE 2023-12-16 16:13:30 +0100
  • c81006e127
    1.20.4-2-SNAPSHOT and Java 17 (#773) Konicai 2023-12-15 17:34:05 -0500
  • a294952bcb Stop using deprecated module AlexProgrammerDE 2023-12-15 19:19:11 +0100
  • 7e45089441 Reconfigure javadocs AlexProgrammerDE 2023-12-15 19:18:12 +0100
  • 8dcc7b5f01 Some work on requested changes AlexProgrammerDE 2023-12-15 15:54:44 +0100
  • 8266465b45 Merge remote-tracking branch 'upstream/master' into gradle-java AlexProgrammerDE 2023-12-15 12:38:19 +0100
  • 2dee511b25
    1.20.4-2-SNAPSHOT and Java 17 Konicai 2023-12-15 01:22:00 -0500
  • 5103ededc8
    release 1.20.4-1 (#772) Konicai 2023-12-15 00:34:02 -0500
  • 0292e303ab
    release 1.20.4-1 Konicai 2023-12-15 00:28:49 -0500