Age | Commit message (Expand) | Author |
2023-01-11 | src/modules/{stars,plato}: stream tapped variables | Vito Caputo |
2023-01-11 | til_stream: first stab at implementing til_stream_t | Vito Caputo |
2023-01-10 | til_module_context: hash the path | Vito Caputo |
2023-01-10 | til_tap: hash tap name | Vito Caputo |
2023-01-10 | til_jenkins: add a rudimentary hash function | Vito Caputo |
2023-01-10 | *: introduce paths for module contexts | Vito Caputo |
2023-01-10 | modules/stars: add taps for some vars | Vito Caputo |
2023-01-10 | modules/plato: add taps for {spin,orbit}_rate vars | Vito Caputo |
2023-01-10 | til_tap: return tap by value instead of taking ptr | Vito Caputo |
2023-01-10 | til_tap: convert taps to intrusive public structs | Vito Caputo |
2023-01-09 | til_tap: first stab at a tap interface | Vito Caputo |
2023-01-07 | til_fb: introduce til_fb_fragment_t.stream | Vito Caputo |
2022-11-12 | modules/compose: more robust texture preservation | Vito Caputo |
2022-11-09 | modules/strobe: force flash even at low FPS | Philip J Freeman |
2022-09-05 | modules/roto: move tables init to context create | Vito Caputo |
2022-09-05 | modules/blinds: use til_ticks_to_rads(ticks) | Vito Caputo |
2022-09-05 | til_util: add helper for turning ticks into radians | Vito Caputo |
2022-09-04 | modules/strobe: add rudimentary strobe light module | Vito Caputo |
2022-09-04 | til: fixup til_fb_fragment_t.texture fragmenting | Vito Caputo |
2022-08-11 | modules/plato: add some rudimentary settings | Vito Caputo |
2022-08-07 | modules/compose: add moire as a texture module | Vito Caputo |
2022-08-07 | main: still show configured flags with --go | Vito Caputo |
2022-08-07 | modules/drizzle: add a mapped overlay style | Vito Caputo |
2022-08-07 | modules/drizzle: experimenting with the new snapshotting | Vito Caputo |
2022-08-07 | til: experimentally fragment-centric page api | Vito Caputo |
2022-08-07 | til: til_fb_fragment_t **fragment_ptr all the things | Vito Caputo |
2022-08-07 | til_fb: introduce til_fb_fragment_t.ops | Vito Caputo |
2022-07-27 | setup: don't spin on EOF in setup_interactively() | Vito Caputo |
2022-07-24 | modules/checkers: center unaligned checkers scenarios | Vito Caputo |
2022-07-24 | modules/plato: scale to frame size | Vito Caputo |
2022-07-24 | modules/stars: more fast and nasty fragment clip to frame fixes | Vito Caputo |
2022-07-24 | modules/spiro: fast and dirty frame clipping fixup | Vito Caputo |
2022-07-24 | modules/shapes: fix up clipped fragment/frame | Vito Caputo |
2022-07-21 | til: simplify and clarify module_render_fragment() | Vito Caputo |
2022-07-21 | modules/{compose,rtv}: s/prepare_frame/render_fragment/ | Vito Caputo |
2022-07-20 | til_settings: support rudimentary =value escaping | Vito Caputo |
2022-07-20 | modules/pixbounce: s/rand/rand_r/ | Vito Caputo |
2022-07-20 | modules/meta2d: more rand()->rand_r() conversions | Vito Caputo |
2022-07-20 | libs/sig: add blurb comment about need for seed | Vito Caputo |
2022-07-20 | modules/checkers: one more rand/rand_r conversion | Vito Caputo |
2022-07-20 | modules/sparkler: s/rand/rand_r/ and wire up seed | Vito Caputo |
2022-07-20 | modules/drizzle: switch to rand_r w/local seed | Vito Caputo |
2022-07-20 | libs/din: pass seed to din_new() | Vito Caputo |
2022-07-20 | modules/submit: wire up seed to randomizers | Vito Caputo |
2022-07-20 | modules/swarm: wire up seed to various randomizers | Vito Caputo |
2022-07-20 | main: show --seed with print_setup_as_args() | Vito Caputo |
2022-07-20 | modules/flui2d: fix clockstep value to match default | Vito Caputo |
2022-07-18 | modules/rtv: s/rand/rand_r/ | Vito Caputo |
2022-07-18 | til: wire seed up to til randomizers | Vito Caputo |
2022-07-18 | til_args: add --seed= explicit PRNG seeding support | Vito Caputo |