-
Joined on
2026年03月13日
Fix INFINITY checks for fast-math compatibility
Supposedly, isnan() and isinf() are also UB with -ffast-math.
Use
CP_DATA_POINTER_NULL instead of "plain" NULL for cpDataPointer.
DarkUranium
pushed to darkuranium/cp-data-pointer-null at DarkUranium/Chipmunk2D
2026年04月20日 15:41:28 +02:00
292c4f7051
Use CP_DATA_POINTER_NULL instead of "plain" NULL for cpDataPointer.
DarkUranium
created branch darkuranium/cp-data-pointer-null in DarkUranium/Chipmunk2D
2026年04月20日 15:41:28 +02:00
8bb34eb402
Markdown/README.md fixups.
d79fe50b54
Add tcthread_once, plus some fixes.
16b7754e8d
Add OS (& Emscripten) RNG support to tc_random.
50012453dc
Add TCHash* "dynamic" algorithm selection support. Bump to 0.1.0.
c7bebb7ca8
Fix a bug with transforms.
629d3aa35d
Add handling of node-less .vox files.
61253a660f
Fix a minor header issue.