0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 10 hours ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I don't remember why I removed that, but I trust myself. More... about 9 years ago
Switch to new address. More... over 9 years ago
remove group4; create fastpath in group2/group3 where no res objects are allocated are copied, in cases when only one hit is found More... almost 10 years ago
infinity, dw, dh, di are constants that should never be modified, so they can be used verbatim even baked More... almost 10 years ago
implement dedicated (faster) box primitive More... almost 10 years ago
use ray:dist-to to bound hits returned More... almost 10 years ago
in electron mode, generate the correct dynamic library extension for the platform More... almost 10 years ago
fix potential security issue More... almost 10 years ago
limit scene by total size as well More... almost 10 years ago
limit fresh (unanswered) exchanges to 40 at once (avoid spamming clients with lots and lots of queued exchanges) More... almost 10 years ago
* remove tasksInFlight; its functionality is better handled by exchanges[] * store tasks in a tiered list instead of a flat list * avoid needlessly splitting tasks More... almost 10 years ago
warn when reloading while render is ongoing (ouch!) More... almost 10 years ago
write C backend library to temporary file first, then rename in place this fixes an issue where we'd attempt to dlopen a partially written library More... almost 10 years ago
round up full task iteration count to next power of two as well, same as width and height More... almost 10 years ago
rewrite MessageDispatcher to be more performant, correct More... almost 10 years ago
remove dead shuffle() function More... almost 10 years ago
remove pointless object from pavillon sample More... almost 10 years ago
back up heap pointer after setup; restore at start of executeRange More... almost 10 years ago
declare all global variables as static, even if they're generated by the setup call More... almost 10 years ago
fix connect/disconnect timing issue More... almost 10 years ago
automatically connect when running in electron (enables ec2 use) More... almost 10 years ago
let image popup overlap the menu bar More... almost 10 years ago
Do automatic bounds checking in groups and for/groups, using precomputed inverse dir More... almost 10 years ago
error on invalid number of parameters to function pointers More... almost 10 years ago
Implement (swap a b) operator for better performance More... almost 10 years ago
accelerate ray_hits_bound by handling the common case (x, y, z != 0) separately More... almost 10 years ago
use clang instead of gcc (gcc has some sort of weird perf regression involving -ffast-math) More... almost 10 years ago
Handle % with fmod in the C backend More... almost 10 years ago
oops - don't transcode float to u8 More... almost 10 years ago
Add required files + code changes to run Electron with the C backend More... almost 10 years ago