themode
375722be3b
Add PaletteGetBenchmark
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
d4eaeffb30
Palette benchmarks
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
themode
7af813ea72
Move tests
2022-01-10 16:51:21 +01:00
themode
053ed8cd3b
Change shadowJar archive name
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
themode
75b54e6302
Ensure proper buffer caching
2022-01-10 16:51:21 +01:00
themode
e169b631d5
Test CachedPacket
2022-01-10 16:51:21 +01:00
themode
8a18913d32
Improve node test
2022-01-10 16:51:21 +01:00
Articdive
3089843cc9
Build system update ( #527 )
2022-01-10 16:51:21 +01:00
themode
de817e5e52
Use acquire/release for node updating
2022-01-10 16:51:21 +01:00
TheMode
da69526f49
Dispatcher testing ( #570 )
2022-01-10 16:51:21 +01:00
themode
b79054f8e8
Opaque ordering for LazyPacket
2022-01-10 16:51:21 +01:00
themode
10d40dd19d
Use opaque memory ordering for cached packets
2022-01-10 16:51:21 +01:00
themode
4b89ce33ee
Add ArrayUtils#toMap
2022-01-10 16:51:21 +01:00
themode
c2245f3915
Use local buffer to create chunks array
2022-01-10 16:51:21 +01:00
themode
7becd89b1d
Test for ObjectArray
2022-01-10 16:51:21 +01:00
themode
e87b3bf9c3
Outdated doc
2022-01-10 16:51:21 +01:00
Bloepiloepi
d64c708c60
Use safeItemInsert() for inventory clearing ( #566 )
2022-01-10 16:51:21 +01:00
themode
8773e616fb
Update dependencies
2022-01-10 16:51:21 +01:00
mworzala
df8793fd44
make DiscoveredExtension#createClassLoader package private
2022-01-10 16:51:21 +01:00
mworzala
b2cc430d99
oopsie
2022-01-10 16:51:21 +01:00
mworzala
a328eebc7d
cleanup references to bootstrap & mixin services
2022-01-10 16:51:21 +01:00
mworzala
d8fd80d02d
use Check
2022-01-10 16:51:21 +01:00
mworzala
98067f966e
bye bye linked list
2022-01-10 16:51:21 +01:00
mworzala
d1124be0f3
Use enum for internal ExtensionManager state
2022-01-10 16:51:21 +01:00
mworzala
d273ff401b
Run extension pre/post/init at sensible times.
2022-01-10 16:51:21 +01:00
Matt Worzala
0491a63e0c
Remove extension observer mechanism and cleanup/simplify classloader
2022-01-10 16:51:21 +01:00
Matt Worzala
4d089d84fb
Cleanup
2022-01-10 16:51:21 +01:00
Matt Worzala
58e5bab5da
Stop using ExtensionDependencyResolver, load external dependencies correctly
2022-01-10 16:51:21 +01:00
Matt Worzala
9f5122019f
Remove dynamic extension unload/reload (dynamic load from file still exists)
2022-01-10 16:51:21 +01:00
Matt Worzala
0c6e4c0129
Remove Bootstrap
, MinestomRootClassLoader
. Cleanup
2022-01-10 16:51:21 +01:00
Matt Worzala
b558125bee
Remove sponge repo dependency
2022-01-10 16:51:21 +01:00
Matt Worzala
7130cc9dc9
Working extensions + extension dependencies without MSRC
...
The code is pretty messy, and external dependencies do not work (i dont think). MSEC instances now have a parent of MinecraftServer's CL and use the regular Java classloader search path (parent first). If the class cannot be found (its in a dependency), then it searches through its child classloaders (of which the dependency is one).
2022-01-10 16:51:21 +01:00
Matt Worzala
18ecefd97a
remove code modification, bootstrap + MinestomRootClassLoader still required for now
2022-01-10 16:51:21 +01:00
themode
91a8607710
Fix MultiBlockChangePacket read
2022-01-10 16:51:21 +01:00
themode
48b262fee7
Add Point#section
2022-01-10 16:51:21 +01:00
themode
c5728a2df1
MultiBlockChangePacket use a var long array
2022-01-10 16:51:21 +01:00
themode
1c2ebc3991
test pooled buffers
2022-01-10 16:51:21 +01:00