Maxwell max
max pushed to master at ground/ground 2026-05-04 17:59:01 +10:00
a2b0924018 Modify fields inside fields
9edb6b51ec Remove flag that I accidently set
Compare 2 commits »
max pushed to master at ground/ground 2026-05-04 13:10:46 +10:00
5f7f2ea152 Start work on moving to Tram
max pushed to master at solstice/solstice 2026-05-04 11:51:37 +10:00
ebfd1d5045 Add sizeof test
max pushed to master at solstice/solstice 2026-05-04 11:51:12 +10:00
1e0abcc0b4 sizeof operator
max commented on issue solstice/solstice#6 2026-04-29 11:28:36 +10:00
Cannot return a struct from a function

This code works, I think your code doesn't because you don't have a return statement?

struct Thing {
    a = "dingus"
    b = 123

    constructor(string a, int b) {
        self.a =…
max commented on pull request ground/ground#31 2026-04-27 11:28:23 +10:00
Fix Subtraction Bug

Crazy bug

max pushed to master at ground/ground 2026-04-27 11:28:17 +10:00
6c293f7c3f Merge pull request 'Fix Subtraction Bug' (#31) from DiamondNether90/cground:master into master
abe4e9d6f0 Fix conflict
Compare 2 commits »
max merged pull request ground/ground#31 2026-04-27 11:28:14 +10:00
Fix Subtraction Bug
max commented on issue solstice/solstice#6 2026-04-23 13:15:14 +10:00
Cannot return a struct from a function

Use a constructor lmao

max pushed to master at ground/ground 2026-04-20 19:05:34 +10:00
80ee95b918 refactor to facilitate solstice stuff
max pushed to master at solstice/solstice 2026-04-20 18:43:31 +10:00
c7bd6e7766 Working generics
max pushed to master at solstice/solstice 2026-04-20 15:17:21 +10:00
68f5868538 use files rel. to current file's directory
max pushed to master at solstice/solstice 2026-04-17 13:28:09 +10:00
692dd6b0db Fix static builds
max pushed to master at solstice/solstice 2026-04-17 13:25:28 +10:00
8087a8150e Static build
max pushed to master at ground/ground 2026-04-17 12:57:50 +10:00
fca9dd63a0 Allow static linking to Ground
max pushed to master at solstice/solstice 2026-04-17 12:37:18 +10:00
ac13b7a0ae Update highlighting
max pushed to master at solstice/solstice 2026-04-17 12:28:09 +10:00
8b40dbd563 Fix generic constructor issue
max pushed to master at solstice/solstice 2026-04-16 17:14:15 +10:00
0cf63b034f Fix some things, may break others
max pushed to master at solstice/solstice 2026-04-16 12:59:57 +10:00
ba6ec79a10 x as y
max pushed to master at solstice/solstice 2026-04-15 16:57:53 +10:00
f261a1cd0e More generics stuff