Age | Commit message (Expand) | Author |
2019-11-20 | julia: vary divergent threshold | Vito Caputo |
2019-11-20 | settings: add setting_desc_t.random() method | Vito Caputo |
2019-11-19 | rtv: randomize module settings | Vito Caputo |
2019-11-18 | swab: add a perlin noise visualization | Vito Caputo |
2019-11-16 | modules/rtv: conslidate time() calls | Vito Caputo |
2019-11-16 | modules/rtv: fix repeat prevention | Vito Caputo |
2019-11-16 | modules/rtv: add captions | Vito Caputo |
2019-11-16 | sparkler: use chunker in bsp | Vito Caputo |
2019-11-16 | sparkler: remove assert from chunker_free_chunker() | Vito Caputo |
2019-11-16 | sparkler: plug some memory leaks | Vito Caputo |
2019-11-14 | rtv: add some snow between module switches | Vito Caputo |
2019-11-14 | snow: add a simple tv snow / white noise module | Vito Caputo |
2019-11-14 | rtv: implement "Rototiller TV" renderer | Vito Caputo |
2019-11-13 | ray: add rudimentary gamma correction | Vito Caputo |
2019-11-10 | roto: drop roto64, turning roto32 back into roto | Vito Caputo |
2019-11-10 | submit: replace submit-softly with bilerp setting | Vito Caputo |
2019-11-10 | build: build contributed pixbounce module | Vito Caputo |
2019-11-10 | pixbounce: add pixbounce module | Philip J Freeman |
2019-11-10 | flui2d: add some rudimentary settings | Vito Caputo |
2019-10-16 | modules/flui2d: fix spelling of paper's author | Vito Caputo |
2019-10-14 | modules/flui2d: add 2D fluid dynamics simulation | Vito Caputo |
2019-01-01 | modules/submit-softly: bilerp peripheral cells | Vito Caputo |
2018-12-31 | modules/submit-softly: shorten description | Vito Caputo |
2018-12-31 | modules/submit: add bilinearly-interpolated variant | Vito Caputo |
2018-12-31 | libs/grid: fix grid_ops_t.taken player type | Vito Caputo |
2018-12-30 | modules/stars: capitalize description | Vito Caputo |
2018-12-30 | modules/submit: add cellular automata game module | Vito Caputo |
2018-03-19 | modules/ray: #include libray headers w/subdirs | Vito Caputo |
2018-03-19 | ray: libize raytracer core, introduces src/libs | Vito Caputo |
2018-02-28 | ray: implement distance-based light brightness | Vito Caputo |
2018-02-27 | autotools: remove vestigial ROTOTILLER_* vars | Vito Caputo |
2017-12-23 | ray: constify input scene and camera parameters | Vito Caputo |
2017-12-23 | ray: constify all ray_3f_t method parameters | Vito Caputo |
2017-12-23 | ray: split object render from object description | Vito Caputo |
2017-12-10 | ray: split scene data from render state | Vito Caputo |
2017-12-10 | ray: add module context ray_context_t | Vito Caputo |
2017-12-10 | ray: trivial formatting changes | Vito Caputo |
2017-09-29 | ray: remove unused ray_scene_t.n_{lights,objects} | Vito Caputo |
2017-09-17 | ray: stop recurring below a relevance threshold | Vito Caputo |
2017-09-15 | modules/*: cease dividing stride by 4 | Vito Caputo |
2017-09-14 | fb: s/fb_fragment_divide_single/fb_fragment_slice_single/ | Vito Caputo |
2017-09-14 | ray: switch to the tiling fragmenter | Vito Caputo |
2017-09-14 | *: use fragment generator | Vito Caputo |
2017-09-14 | ray: simplify object iterators using sentinel type | Vito Caputo |
2017-09-13 | ray: cleanup ray_camera_frame_t fragments | Vito Caputo |
2017-09-12 | ray: don't assume x_alpha is 0 at begin or y_step | Vito Caputo |
2017-08-15 | ray: misc computational fixups | Vito Caputo |
2017-08-07 | ray: more fragments for better thread utilization | Vito Caputo |
2017-06-03 | ray: convert from recursive to iterative tracing | Vito Caputo |
2017-06-02 | ray: skip intersection tests on reflector objects | Vito Caputo |