Rina created branch update/loom-1.15.5 in Rina/kit-tunes 2026-03-15 16:50:16 +00:00
Rina pushed to update/loom-1.15.5 at Rina/kit-tunes 2026-03-15 16:50:16 +00:00
f056550f95
[WIP] Loom 1.15.5
Rina pushed to migration at Rina/kit-tunes 2026-03-14 22:44:40 +00:00
1b220e66bb
Gradle 9.2.0
b194a0a8f1
Remove partial module
6fa6e008b1
Replace 'exec' method with an 'Exec' type task
Compare 3 commits »
Rina pushed to main at Rina/libjane 2026-03-08 06:15:42 +00:00
72eab6b02f
Refactor Chunk0-3d to be types made from the same struct
133d5e37db
Iterate over points instead of chunks in get_unique_values
Compare 2 commits »
Rina pushed to main at Rina/libjane 2026-03-07 04:03:54 +00:00
5a044243a5
Add an Iterator over Points for more extensibility over iproduct
f5a6a68a44
Rename LocalLayerStackCache to LocalLayerStack
21cf20ec6b
Use iter for from_axes for maximum flexibility
a2a2a39fc7
Move get_unique_values to its own file
Compare 4 commits »
Rina pushed to jane at Rina/janerator 2026-02-28 23:17:22 +00:00
5d9dfa1441
Update Libjane dependency
Rina pushed to main at Rina/libjane 2026-02-28 21:33:13 +00:00
9a794b9473
Add key to caching
Rina pushed to main at Rina/libjane 2026-02-28 21:24:32 +00:00
fc05894109
Add caching for cargo & package dependencies
1e8c9e8db6
fix tests for get_unique_values
a35c9232ab
Make Layer also be Cacheable
Compare 3 commits »
Rina pushed to main at Rina/libjane 2026-02-27 00:20:21 +00:00
12714b0950
Add 'Cacheable' struct to make cacheable things more readable
Rina pushed to main at Rina/website 2026-02-26 23:08:52 +00:00
dd311af2cf
Fix website URL in ssh command
Rina pushed to main at Rina/website 2026-02-26 23:05:23 +00:00
009da650f1
Clean up unused files from previous deployments
Rina pushed to main at Rina/website 2026-02-26 22:46:11 +00:00
61bcfc812b
Add CI concurrency configuration
1d9d5551f4
refactor Janerator react code
d5e1188417
Make the default Generator generate grass
b2bdfc83b3
Move camera up to Y=80
85014d3883
Init workers dynamically instead of statically
Compare 14 commits »
Rina pushed to janerator-engine at Rina/website 2026-02-26 22:41:06 +00:00
babb9a952e
Add CI concurrency configuration
Rina pushed to jane at Rina/janerator 2026-02-26 22:32:49 +00:00
7f59bfa133
Add CI concurrency configuration
Rina pushed to meow at Rina/kit-tunes 2026-02-26 22:31:48 +00:00
304a38bcb5
Add CI concurrency configuration
9175121b1c
Remove extra space from Amos Roddy's name
Compare 2 commits »
Rina pushed to main at Rina/libjane 2026-02-26 22:30:43 +00:00
e13818c25f
Add CI concurrency configuration
Rina pushed to main at Rina/libjane 2026-02-26 18:47:07 +00:00
10025f428c
Remove GraphFunction struct since it's no longer necessary
Rina pushed to main at Rina/libjane 2026-02-26 15:56:43 +00:00
a5a0a5e834
Merge pull request 'Replace .clone()/.to_owned() with dereference on Copy types' (#3) from nadia/libjane:copy-type-to-owned into main
a66b06c51e
Merge branch 'main' into copy-type-to-owned
676877ddc9 Replace .clone()/.to_owned() with dereference on Copy types
Compare 3 commits »
Rina merged pull request Rina/libjane#3 2026-02-26 15:56:41 +00:00
Replace .clone()/.to_owned() with dereference on Copy types
Rina commented on pull request Rina/libjane#3 2026-02-26 04:44:23 +00:00
Replace .clone()/.to_owned() with dereference on Copy types

Looks good! This is a good tip to keep in mind in the future, thank you!