Jake Potrebic
23f2b745cd
some more stuffs
2023-06-07 19:04:01 -07:00
Nassim Jahnke
1bda3d4d2a
Start working on 1.20
2023-06-07 18:24:39 +02:00
Nassim Jahnke
0fa58eada1
More more more more more more patches
2023-03-14 21:25:13 +01:00
Nassim Jahnke
08ab8edb76
Start working on 1.19.4
2023-03-14 18:11:24 +01:00
Nassim Jahnke
00dec09758
Patching patched patched patches
2022-12-07 21:16:54 +01:00
Nassim Jahnke
b7dd55ce72
API patches
2022-12-07 17:46:46 +01:00
Nassim Jahnke
ca9ce05bb0
More more more more work
2022-07-27 23:19:52 +02:00
Nassim Jahnke
858aabab7c
Move patches over, start with first few
2022-07-27 20:52:03 +02:00
Nassim Jahnke
a26fb3e49a
More more more more more more patches
2022-06-08 11:31:06 +02:00
Nassim Jahnke
1148687a8d
Prepare for 1.19 dev
2022-06-07 18:52:56 +02:00
Jake Potrebic
dbeda4c036
and yet again, more patches
2021-11-24 15:46:26 -08:00
Jason Penilla
ed6d43ddb0
Prepare for updating server patches
2021-11-23 00:57:41 -08:00
Andrew Steinborn
3a2986e746
Optimize entity tracker passenger checks ( #6361 )
...
When a ServerEntity instance is first constructed, it uses a pre-Java 9 empty collection,
but passengers use Guava ImmutableList. When comparing the two collections via Object#equals
we miss out on an opportunity to reduce the check to little more than a reference equality
check (which is very fast).
2021-08-09 18:36:45 +00:00