Age | Commit message (Expand) | Author |
2017-01-10 | *: preliminary autotools adoption | Vito Caputo |
2017-01-09 | stars: add starfield simulator from ph1l/stars | Philip J Freeman |
2017-01-07 | sparkler: stop scaling gravity vector every particle | Vito Caputo |
2017-01-07 | sparkler: don't age or sim on empty children either | Vito Caputo |
2017-01-07 | sparkler: add per-bsp (last) lookup cache | Vito Caputo |
2017-01-07 | sparkler: remove unnecessary cast to float | Vito Caputo |
2017-01-07 | sparkler: don't _particles_draw() empty children | Vito Caputo |
2017-01-07 | sparkler: move page clear before all particles ops | Vito Caputo |
2017-01-07 | sparkler: prefer *.5 to / 2 | Vito Caputo |
2017-01-07 | sparkler: fix parens typo in draw_pixel | Vito Caputo |
2017-01-03 | ray: remove vestigial ray_scene.h includes | Vito Caputo |
2017-01-02 | roto: add TODO comment about faster lerp_color() | Vito Caputo |
2017-01-02 | roto: skip lerp of identical colors | Vito Caputo |
2016-12-30 | roto: bilinear interpolation of texture colors | Vito Caputo |
2016-12-30 | roto: move initialization to shared function | Vito Caputo |
2016-12-30 | roto: some fixed point macro cleanups | Vito Caputo |
2016-12-21 | ray: eliminate benign compiler warnings | Vito Caputo |
2016-12-13 | ray: introduce a rudimentary ray tracer | Vito Caputo |
2016-12-13 | sparkler: introduce a particle system | Vito Caputo |
2016-12-13 | roto: add modular forms of original renderer | Vito Caputo |