DoctorMacc
7321e8f0d7
Update to 1.16.4
2020-11-02 12:31:24 -08:00
DoctorMacc
c363fc3cb5
Update to 1.16.4-pre2
2020-11-02 12:31:24 -08:00
DoctorMacc
37af0d3a39
Add support for 1.16.4
2020-11-02 12:31:24 -08:00
Steveice10
9182eca85b
Bump version to 1.16.3-1.
2020-11-02 12:25:56 -08:00
Steven Smith
3ebf75b3d6
Merge pull request #592 from DoctorMacc/unknowngamemode
...
Add full support for the UNKNOWN gamemode
2020-10-22 01:49:36 -07:00
DoctorMacc
971f6eebf9
Accomodate for encoding bug
2020-10-21 20:46:44 -04:00
DoctorMacc
e408dd250d
Add full support for the UNKNOWN gamemode
...
Previously we correctly handled the unknown gamemode for 'previous gamemode'; however, this functionality can extend to the main gamemode. The gamemode writing we've been doing has been replaced with the UNKNOWN enum, so we aren't dealing with a null value.
2020-10-21 17:02:39 -04:00
Steven Smith
1b01b1ffef
Merge pull request #590 from DaMatrix/palette-optimization
...
allow duplicate entries in palette
2020-10-18 14:36:20 -07:00
DaPorkchop_
cdcfff5b10
allow duplicate entries in palette
2020-10-18 21:41:56 +02:00
Steven Smith
8270ec65e3
Merge pull request #589 from DaMatrix/palette-optimization
...
palette does not always start with zero...
2020-10-17 18:56:39 -07:00
DaPorkchop_
3685d6b580
palette does not always start with zero...
2020-10-17 17:38:14 +02:00
Steveice10
c38a9fe61e
Add missing imports
2020-10-15 14:56:16 -07:00
Steven Smith
3a69a0614c
Merge pull request #588 from DaMatrix/palette-optimization
...
Palette optimization
2020-10-14 10:16:37 -07:00
DaPorkchop_
a05abf0403
use a Netty IntObjectMap instead of a standard Map
2020-10-14 15:03:29 +02:00
DaPorkchop_
8a000ddf2e
remove useless imports in ListPalette
2020-10-14 14:57:56 +02:00
DaPorkchop_
4cefa46df3
don't allocate needless array when resizing palette
2020-10-14 14:56:42 +02:00
DaPorkchop_
1a2197fcc7
make MapPalette's idToState Map into an array
2020-10-14 14:52:38 +02:00
DaPorkchop_
f9e27b29e6
make ListPalette be backed by an array rather than a List
2020-10-14 14:51:53 +02:00
Steveice10
2ac116a075
Revise chunk storage code based on latest logic.
2020-10-13 16:18:56 -07:00
Steven Smith
ddd5b3a034
Merge pull request #586 from rtm516/patch-2
...
Add COPY_TO_CLIPBOARD ClickAction
2020-10-13 14:36:49 -07:00
Steven Smith
72b0f80082
Merge pull request #585 from Steveice10/dependabot/maven/junit-junit-4.13.1
...
Bump junit from 4.12 to 4.13.1
2020-10-13 14:36:02 -07:00
rtm516
23d78d7620
Add COPY_TO_CLIPBOARD ClickAction
2020-10-13 18:39:25 +01:00
dependabot[bot]
f6773eea0e
Bump junit from 4.12 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 06:47:14 +00:00
Steven Smith
381391a1f9
Merge pull request #584 from rtm516/patch-1
...
Fix dimension tag in example
2020-10-10 14:56:38 -07:00
rtm516
0d78575081
Fix dimension tag in example
2020-10-10 17:52:13 +01:00
Steven Smith
976c2d0f89
Merge pull request #578 from GeyserMC/keepalivetoggle
...
Add an option to disable the automatic keep alive packet options
2020-09-26 14:24:41 -07:00
DoctorMacc
ec052d7704
Remove unused imports
2020-09-26 17:23:27 -04:00
DoctorMacc
fc905c8d76
Re-implement as a constant
2020-09-26 17:21:57 -04:00
DoctorMacc
85c0811acf
Add an option to disable the automatic keep alive packet options
...
That way the clients/servers can more finely control the keep alive process.
2020-09-26 16:23:24 -04:00
Steven Smith
cc47243d63
Merge pull request #575 from GeyserMC/feature/1.16.3
...
Update to 1.16.3
2020-09-10 16:11:01 -07:00
DoctorMacc
e4a3aa636a
Update POM
2020-09-10 11:22:54 -04:00
DoctorMacc
ba0c6af56c
Merge latest master
2020-09-10 10:42:38 -04:00
DoctorMacc
fc0cc01e54
Update to 1.16.3
2020-09-10 10:36:36 -04:00
DoctorMacc
3dd0fd4679
Update for 1.16.3-rc1
2020-09-10 10:09:27 -04:00
Steveice10
6c66d7e27b
Replace specifying proxy with specifying custom auth service clients.
2020-08-29 11:16:34 -07:00
Steven Smith
b3cf3acbb3
Merge pull request #571 from GeyserMC/flyingfix
...
ClientPlayerAbilitiesPacket: fix flying
2020-08-28 11:13:33 -07:00
DoctorMacc
564b0cc0e4
ClientPlayerAbilitiesPacket: fix flying
2020-08-27 22:26:37 -04:00
Steven Smith
af099a380e
Merge pull request #563 from D3ATHBRINGER13/feature/1.16.2
...
Update to 1.16.2
2020-08-27 14:40:51 -07:00
Mark Kennedy
7ccc9c32cf
Dimension NBT cleanup
2020-08-12 23:56:17 +01:00
DoctorMacc
c29ca1d389
Fix incorrect value read/write in JoinGamePacket
2020-08-12 21:29:36 +01:00
D3ATHBRINGER13
1934c3e83d
bump to full release
2020-08-11 15:13:01 +01:00
D3ATHBRINGER13
d0f1cac1b4
Merge pull request #4 from GeyserMC/feature/1.16.2
...
Feature/1.16.2
2020-08-11 01:54:51 +01:00
D3ATHBRINGER13
eefbf2802b
Fix conflicts
2020-08-11 01:53:27 +01:00
DoctorMacc
82dcf31d03
Update to 1.16.2-rc2; add new entity statuses
2020-08-10 18:25:46 -04:00
DoctorMacc
2ee53b72d1
Fix join game test
2020-08-09 22:40:46 -04:00
DoctorMacc
7f43021d88
Add ignoreOldLight to ServerMultiBlockChangePacket
2020-08-07 20:36:38 -04:00
Mark Kennedy
1afe708af7
Bump to rc1
2020-08-07 20:34:57 -04:00
Mark Kennedy
22a0d1290b
Update to pre3
2020-08-07 20:34:44 -04:00
Mark Kennedy
c8a06b8fde
Bump to rc1
2020-08-07 20:20:29 +01:00
Mark Kennedy
57a0a50448
Update to pre3
2020-08-07 16:17:45 +01:00