jglrxavpok
|
98152a821d
|
Show proper error when trying to load chunk with y range outside of dimension type
Change defaults of DimensionType to match vanilla y range of overworld
|
2022-01-10 16:51:21 +01:00 |
|
TheMode
|
379ca22903
|
Less line
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-01-10 16:51:21 +01:00 |
|
TheMode
|
5e41b148a4
|
Free memory when clearing palette
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
42dc264c93
|
Smarter setAll loop
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
b821619a91
|
Improve replaceAll
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
9c8fcc4286
|
Improve replaceAll
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
592adccf81
|
Improve setAll with constant return
|
2022-01-10 16:51:21 +01:00 |
|
jglrxavpok
|
c46d7bf506
|
Use Hephaistos v2.4.0 to correctly handle world heights
Should fix https://github.com/Minestom/Minestom/issues/559
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
c949bdd5ba
|
maxIndex cleanup
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
29017c1d9b
|
Add PaletteGetPresentBenchmark
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
51795ccbd1
|
Avoid second map operation
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
edfcc50214
|
Avoid recomputing palette
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
d93e302d2a
|
Avoid memory barrier on replace
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
c58d84bb5d
|
Add Palette#getAllPresent
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
fddd9dd934
|
Improve setAll constant write by 20%
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
4258e14c5f
|
Another 20% improvement
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
6827edb619
|
Improve getAll performance by 20%
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
59f12e1c26
|
Optimize #replace
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
dfeff36857
|
Optimize #replaceAll
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
beb430af07
|
Fix OOB when retrieving blocks outside buildable area
|
2022-01-10 16:51:21 +01:00 |
|
Articdive
|
4b78e41ab4
|
Remove deprecated ResourcePack constructor.
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
e468e027ba
|
Fix broken count
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
419c1a4a91
|
Improve setAll
|
2022-01-10 16:51:21 +01:00 |
|
TheMode
|
5bbf4642e8
|
Server process (#550)
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
4f25333add
|
Dead code
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
812ea7bc07
|
Avoid array allocation
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
9c11863f3e
|
Optimize setAll
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
e62bcc6dbb
|
Optimize getAll
|
2022-01-10 16:51:21 +01:00 |
|
Eoghanmc22
|
29bbc39a1a
|
improve bit logic
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
3aeb0690d8
|
Rework NamespaceID
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
0e70613fb7
|
Add Palette#replace and Palette#replaceAll
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
0148ad9aaf
|
Optimize palette clear
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
4a46065a67
|
Nitpicks
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
0662a3c604
|
Add Palette#getAll and Palette#setAll
|
2022-01-10 16:51:21 +01:00 |
|
Eoghanmc22
|
9327dfaccf
|
Fix Palette test
|
2022-01-10 16:51:21 +01:00 |
|
Eoghanmc22
|
a24cb665a9
|
Fix Palette
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
4c31d73bbf
|
Fix palette size when filling to 0
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
7fb0ac8fd0
|
Better resize loop
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
9689c89010
|
Add Palette#fill
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
cf93b39321
|
Reduce field access
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
482db79378
|
Inline modulo
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
b4b6c333bf
|
Remove valuesPerLong
|
2022-01-10 16:51:21 +01:00 |
|
Mrln
|
dcc079ed9c
|
Fixed ArrayIndexOutOfBoundsException when placing or breaking a block close to max / min InstanceContainer height (#569)
|
2022-01-10 16:51:21 +01:00 |
|
Gatt
|
627bc14b56
|
Fix shaped recipe read (take 2) (#573)
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
206d93ed1b
|
Revert "fix declare shaped packet reader (#572)"
This reverts commit d94d07bead .
|
2022-01-10 16:51:21 +01:00 |
|
Gatt
|
ca2d708a40
|
fix declare shaped packet reader (#572)
|
2022-01-10 16:51:21 +01:00 |
|
Gatt
|
2fff62efd2
|
Fix DeclareRecipePacket (#562)
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
a31f885cc7
|
Fix default tag value on blocks
|
2022-01-10 16:51:21 +01:00 |
|
themode
|
204089d53d
|
acquire/release
|
2022-01-10 16:51:21 +01:00 |
|
Articdive
|
3089843cc9
|
Build system update (#527)
|
2022-01-10 16:51:21 +01:00 |
|