Commit Graph

117 Commits

Author SHA1 Message Date
61aa3abdfa
Remove emptyIterator since java already has one 2025-03-30 23:48:25 +07:00
7278a699aa
Remove "kommons-mc" workaround module 2025-03-30 16:56:46 +07:00
d273586a3d
Provide a way to properly inherit random generators by separating cranking/round from main function 2025-03-21 13:41:58 +07:00
862c248450
Shishua rng implementation 2025-03-15 15:54:42 +07:00
a22a134b4f
BitSet iterator 2025-03-14 21:05:58 +07:00
2471abdd1f
Fix gjrand64 initialization 2025-03-09 21:19:43 +07:00
4681ce8a13
Provide initialization magics as constants 2025-03-09 11:52:19 +07:00
5c42f4eba1
Provide GJRAND64Random 2025-03-09 11:49:17 +07:00
71c0d508f7
Provide JSF32, JSF64 and WOB2M random generators 2025-03-09 11:26:15 +07:00
f31a38c307
Declare internal state of PRNGs as fields 2025-03-08 17:44:40 +07:00
be6a353bec
Implement left and right as subclasses in Either 2025-03-08 17:29:28 +07:00
7d00896b46
Provide PCG XSH RR random implementation 2025-03-08 17:12:13 +07:00
ed8a5edcda
Un-final properties and methods of random generators 2025-03-08 16:40:03 +07:00
5bd1717636
Provide Xoshiro256**, Xoshiro256++ and LCG64 PRNGs 2025-03-08 16:29:52 +07:00
80708868d5
Fix emptyIterator making invalid cast 2025-02-06 21:32:32 +07:00
e19b511e6c
Update Automatic-Module-Name 2024-09-01 10:55:02 +07:00
34543bcbc3
Specify neoforge layer in manifest 2024-08-27 22:04:50 +07:00
7609a23dd6
Remove streamcodec and delegate syncher 2024-08-10 19:21:20 +07:00
415267586d
Fix pre-defined colors in bgr format being treated as rgb 2024-05-31 16:43:32 +07:00
cea53ec35e
Lil adjustments to delegate syncher 2024-05-31 10:44:35 +07:00
1f6eb023ed
While BTreeDB6 was a fun little project, it is inferior to SQLite in all ways 2024-05-31 10:39:06 +07:00
373b7ce682
reduce() without identity 2024-05-29 12:33:40 +07:00
817a2f8459
Efficient 2D array copy 2024-05-27 12:25:43 +07:00
34ea66d7ea
Bump version 2024-05-16 17:37:46 +07:00
ce2b463a85
Add back argb 2024-05-16 17:27:16 +07:00
b26e5f0e58
Make RGBAColor work with Little Endian numbers instead of Big Endian 2024-05-10 11:31:10 +07:00
9d6205f9ff
Add StreamCodec.Nullable 2024-04-26 20:19:53 +07:00
b42219ac97
Remove carried executor since it is, again, it is very usage specific and quite flawed in its current state 2024-04-22 23:19:18 +07:00
c46e2086b5
Object2DArray#getOrElse 2024-04-22 13:49:44 +07:00
66b0f3ffd8
Remove linear algebra module since it really should be separate project if to be maintained outside of kstarbound 2024-04-19 14:21:45 +07:00
6adef84355
AABB#withSide 2024-04-19 14:16:33 +07:00
95a7fb0203
Remove time source since it is very usage specific 2024-04-09 16:50:42 +07:00
5ace88e01e
Even better spread out hashCode for 2d vectors 2024-04-08 18:52:15 +07:00
44de54d9f9
Some improvements to 2d vector hashing 2024-04-08 18:19:58 +07:00
6cc27fb6e0
try catch is much more expensive than manual index check 2024-04-06 03:08:43 +07:00
eb99d328ac
Either#swap 2024-04-05 12:03:05 +07:00
efa659a755
Remove mailbox executor service since it has several design flaws 2024-04-05 10:05:38 +07:00
b0d4a1d0fe
Fix AABB type adapters 2024-03-30 12:08:41 +07:00
1f65764310
MailboxExecutor#exceptionHandler 2024-03-28 18:46:31 +07:00
a772a08a2f
Use inlining for read/writeVar* 2024-03-28 10:15:23 +07:00
f64dcacd63
StreamCodec.Pair 2024-03-23 09:37:43 +07:00
58ce191680
Fix mapping stream codec 2024-03-21 00:04:45 +07:00
b4143a11d0
StreamCodec.Map 2024-03-21 00:04:12 +07:00
7a344ceece
KOptional.orNull 2024-03-20 16:08:28 +07:00
3384ffebd0
StreamCodec map 2024-03-20 16:03:33 +07:00
b53f2db356
Add missing vector adapters 2024-03-19 19:00:14 +07:00
83fe5d3ef1
KOptional.orThrow 2024-03-19 18:00:42 +07:00
e1afbee071
Fix incorrect usage of checkFromIndexSize 2024-03-19 11:12:12 +07:00
0340381357
Fix either type adapter not consuming peeked null 2024-03-16 23:11:34 +07:00
8dd176ff87
Bump version 2024-03-11 20:11:22 +07:00