commented on
merge request !16
"Implemented PK3 deletion on incomplete processes; added error handling for sprites that go off bounds"
at
Kart Krew / kartmaker
okay, I'm pretty boneheaded for not realizing this right away, but the reason I used a macro over a function for this is because I'm using the SET_...
commented on
merge request !16
"Implemented PK3 deletion on incomplete processes; added error handling for sprites that go off bounds"
at
Kart Krew / kartmaker
yeah, +1 on making it a function instead - no reason to use risky macros
commented on
merge request !16
"Implemented PK3 deletion on incomplete processes; added error handling for sprites that go off bounds"
at
Kart Krew / kartmaker
oh I didn't even think about that. I could make it a function, if need be
commented on
merge request !16
"Implemented PK3 deletion on incomplete processes; added error handling for sprites that go off bounds"
at
Kart Krew / kartmaker
Is there any particular reason for using a macro for this over a function?
opened
merge request
!16
"Implemented PK3 deletion on incomplete processes; added error handling for sprites that go off bounds"
at
Kart Krew / kartmaker
commented on
issue #6
"Kartmaker names sounds incorrectly when prefix is shorter than 4 characters"
at
Kart Krew / kartmaker
Fixed in !15 (merged)
closed
issue
#6
"Kartmaker names sounds incorrectly when prefix is shorter than 4 characters"
at
Kart Krew / kartmaker
-
f7ff0579 · Merge branch 'prefix-charlimit-update' into 'main'
- ... and 1 more commit. Compare 7d12f58b...f7ff0579
-
180d7668 · Reformat main.c according to clang format; update year to 2025
-
e326a4ea · Merge branch 'fix-formatting' into 'main'
- ... and 1 more commit. Compare da94cf95...e326a4ea
We'd rather not use FetchContent. The two-file libraries like lodepng and miniz are designed purposefully to be included easily without dependency ...