|
a6abc783b4
|
Minecraft mod adapter
|
2024-02-25 19:56:10 +07:00 |
|
|
ad119cdb0b
|
Add minecraft colors to RGBAColor
|
2024-02-25 17:37:01 +07:00 |
|
|
37c7bc3c77
|
Bring back type specific set
|
2024-02-25 16:50:52 +07:00 |
|
|
7a0360b02f
|
"Computed" helper constructors on DelegateSyncher
|
2024-02-25 16:38:57 +07:00 |
|
|
6ba43852a3
|
Don't call observe() on write()
|
2024-02-25 16:29:52 +07:00 |
|
|
d5ef860d15
|
I should probably go to sleep
|
2024-02-25 15:20:31 +07:00 |
|
|
70782e0fa2
|
brain fart
|
2024-02-25 15:15:08 +07:00 |
|
|
07c2353911
|
Proxy listeners of synched delegates (so they are removed when slot is removed)
|
2024-02-25 14:26:19 +07:00 |
|
|
6f60a4cd24
|
"add" with just value and getter/setter
|
2024-02-25 12:20:21 +07:00 |
|
|
7d944b3167
|
Fix bad signature of rgba codec
|
2024-02-25 01:58:38 +07:00 |
|
|
f4543919e5
|
ListenableMap and ListenableSet runnable callback
|
2024-02-25 01:57:44 +07:00 |
|
|
84d17349b7
|
Delegate.maskSmart
|
2024-02-25 01:45:02 +07:00 |
|
|
cde5db7a78
|
ListenableDelegate.SmartBox default arguments
|
2024-02-24 23:25:04 +07:00 |
|
|
672f185584
|
RGBA stream codec
|
2024-02-24 23:22:18 +07:00 |
|
|
5ebc7008eb
|
Remove Decimal since it is quite specific, and has compile-time constraints
|
2024-02-24 23:14:22 +07:00 |
|
|
4e2c28a1b2
|
Add DelegateSyncher.enum
|
2024-02-24 23:06:11 +07:00 |
|
|
e9062ab21c
|
Actually sync delegates
|
2024-02-24 22:57:42 +07:00 |
|
|
6c56dfce33
|
Forgot to update linear algebra package
|
2024-02-24 22:47:25 +07:00 |
|
|
dabbf4e7e4
|
Rename emergency to panic
|
2024-02-24 22:41:46 +07:00 |
|
|
13d213f5f2
|
We welcome our DelegateSyncher overlord
|
2024-02-24 22:41:33 +07:00 |
|
|
26a0595742
|
Fix use-after-free block erasure
|
2024-02-21 20:50:17 +07:00 |
|
|
d0718bdf14
|
Some btreedb fixes, RLE encoded free bitmap
|
2024-02-21 20:21:59 +07:00 |
|
|
a19437667a
|
Fix KOptional.ofNullable signature
|
2024-02-21 11:32:50 +07:00 |
|
|
7ca9ff3a5b
|
KOptional.flatMap
|
2024-02-21 10:53:33 +07:00 |
|
|
536b81e27b
|
Array2D.fill
|
2024-02-20 21:24:20 +07:00 |
|
|
78c3a3c35e
|
More hash specifics
|
2024-02-20 00:37:41 +07:00 |
|
|
3ec189804c
|
XXHash64 and 32 implementations
|
2024-02-20 00:28:44 +07:00 |
|
|
8216c2298a
|
Add missing write method
|
2024-02-19 20:18:53 +07:00 |
|
|
7011ab8ace
|
Get rid of "intermediate" btreedb class
|
2024-02-18 21:19:59 +07:00 |
|
|
396dcf4a7e
|
BTreeDB6 format specs
|
2024-02-18 13:22:09 +07:00 |
|
|
54f7f82e9d
|
Bump version
|
2024-02-18 12:58:03 +07:00 |
|
|
6dc434fa04
|
Un-promisify BTreeDB, since this is job of higher abstractions
|
2024-02-18 12:15:26 +07:00 |
|
|
486e8834d6
|
Faster free bitmap search
|
2024-02-18 01:04:53 +07:00 |
|
|
86ad24ccdb
|
ByteKey UUID and wrap() construction
|
2024-02-17 19:36:22 +07:00 |
|
|
7a059821f8
|
BTreeDB Free bitmap, preemtive block allocation (to avoid fragmentation)
|
2024-02-17 18:41:41 +07:00 |
|
|
ff296cdc9f
|
Move package from collect to guava
because java modules hate nice stuff
|
2024-02-15 19:47:39 +07:00 |
|
|
e2ca74cd53
|
BTreeDB.hasKey
|
2024-02-15 14:13:38 +07:00 |
|
|
f99abb9fa9
|
Clarify btreedb docs
|
2024-02-15 13:58:50 +07:00 |
|
|
c43992aa04
|
a
|
2024-02-15 13:56:24 +07:00 |
|
|
748577d9f5
|
BTreeDB
|
2024-02-15 13:49:42 +07:00 |
|
|
b76c4e6aa9
|
Some semantic fixes to carriedexecutor
|
2024-02-14 12:38:36 +07:00 |
|
|
021b991ab5
|
Don't provide executor by default
|
2024-02-14 12:26:04 +07:00 |
|
|
4972bea1ce
|
CarriedExecutor
|
2024-02-14 11:46:15 +07:00 |
|
|
02d368fcbf
|
Clarify
|
2024-02-13 16:37:20 +07:00 |
|
|
848c402246
|
Fix varint writing
|
2024-02-11 12:57:02 +07:00 |
|
|
4b07f97168
|
fix int.tosignedvar
|
2024-02-11 12:06:03 +07:00 |
|
|
cea22e65a2
|
More float<>double vector conversions
|
2024-02-11 11:04:27 +07:00 |
|
|
ffa7f0361f
|
Make readVarLongInfo account for stream end
|
2024-02-10 21:25:24 +07:00 |
|
|
ac9a882f12
|
Read/write byte array
|
2024-02-10 19:44:02 +07:00 |
|
|
e150738f37
|
Writing and reading maps, (k)optionals
|
2024-02-10 19:35:09 +07:00 |
|