Age | Commit message (Expand) | Author |
2023-09-02 | modules/flow: minor cleanup of ff_new()/ff_free() | Vito Caputo |
2023-09-02 | flow: implement a 3D flow field module | Vito Caputo |
2023-08-31 | modules/moire: tap n_rings | Vito Caputo |
2023-08-31 | modules/moire: parameterize number of rings | Vito Caputo |
2023-08-31 | modules/pixbounce: make pixbounce threaded | Vito Caputo |
2023-08-31 | modules/*: use til_setup_free_with_ret_err() where apropos | Vito Caputo |
2023-08-31 | modules/rkt: better handle EINVAL errors on finalize | Vito Caputo |
2023-08-30 | modules/checkers: handle baking errors in checkers_setup() | Vito Caputo |
2023-08-30 | modules/compose: switch to til_settings_get_and_describe_setting() | Vito Caputo |
2023-08-30 | modules/rtv: handle baking errors in rtv_setup() | Vito Caputo |
2023-08-30 | modules/rkt: handle baking errors in rkt_setup() | Vito Caputo |
2023-08-30 | modules/montage: switch to til_settings_get_and_describe_setting() | Vito Caputo |
2023-08-30 | modules/voronoi: handle baking errors in voronoi_setup() | Vito Caputo |
2023-08-30 | modules/swarm: handle baking errors in swarm_setup() | Vito Caputo |
2023-08-30 | modules/submit: switch to til_settings_get_and_describe_setting() | Vito Caputo |
2023-08-30 | modules/strobe: handle baking errors in strobe_setup() | Vito Caputo |
2023-08-30 | modules/stars: handle baking errors in stars_setup() | Vito Caputo |
2023-08-30 | modules/sparkler: handle baking errors in sparkler_setup() | Vito Caputo |
2023-08-30 | modules/shapes: handle baking errors in shapes_setup() | Vito Caputo |
2023-08-30 | modules/roto: handle baking errors in roto_setup() | Vito Caputo |
2023-08-30 | modules/pixmap: handle baking errors in pixmap_setup() | Vito Caputo |
2023-08-30 | modules/moire: handle baking errors in moire_setup() | Vito Caputo |
2023-08-30 | modules/mixer: handle baking errors in mixer_setup() | Vito Caputo |
2023-08-30 | modules/flui2d: handle baking errors in flui2d_setup() | Vito Caputo |
2023-08-30 | modules/drizzle: handle baking errors in drizzle_setup() | Vito Caputo |
2023-08-30 | modules/blinds: handle baking errors in blinds_setup() | Vito Caputo |
2023-08-30 | modules/plato: handle baking errors in plato_setup() | Vito Caputo |
2023-08-30 | modules/*: til_module_context_free() error paths | Vito Caputo |
2023-08-30 | sparkler: parameterize particles | Vito Caputo |
2023-08-29 | til: s/til_module_setup_randomize/til_module_settings_randomize/ | Vito Caputo |
2023-08-29 | modules/strobe: add explicit "toggle" tap | Vito Caputo |
2023-08-29 | modules/strobe: tap hz value | Vito Caputo |
2023-08-29 | modules/strobe: s/ticks/last_flash_ticks/ | Vito Caputo |
2023-08-29 | modules/strobe: s/period/hz/ | Vito Caputo |
2023-08-29 | modules/rkt: drop ad-hoc last_ticks tracking | Vito Caputo |
2023-08-29 | modules/pixbounce: filter same-tick movements | Vito Caputo |
2023-08-28 | modules/spiro: filter same-tick context increments | Vito Caputo |
2023-08-24 | modules/shapes: clamp {scale,pinch_factor} to 0-1 | Vito Caputo |
2023-08-24 | modules/shapes: tap a bunch of the parameters | Vito Caputo |
2023-08-24 | modules/shapes: toggle pinches on n_pinches=0 | Vito Caputo |
2023-08-24 | modules/shapes: s/cos/sin/ for pinches | Vito Caputo |
2023-08-20 | modules/shapes: remove stale TODO comment | Vito Caputo |
2023-08-19 | til_stream: set frame in til_stream_pipe_set_driving_tap() | Vito Caputo |
2023-08-16 | modules/*: update all taps in context_create() | Vito Caputo |
2023-08-14 | modules/rkt: stop leaking rkt_setup_t.scener_address | Vito Caputo |
2023-08-14 | modules/rkt: gc module contexts after scener edits | Vito Caputo |
2023-08-14 | modules/rkt: free rkt_context_t.scenes in rkt_destroy_context() | Vito Caputo |
2023-08-14 | modules/rkt: wire up pipe_dtor to stop leaking rkt_pipe_t | Vito Caputo |
2023-08-14 | modules/mixer: restrict randomized module settings | Vito Caputo |
2023-08-14 | modules/rtv: add blurb about tokchannels leak | Vito Caputo |