Age | Commit message (Expand) | Author |
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 |
2023-08-14 | modules/compose: exclude compose from layers | Vito Caputo |
2023-08-13 | modules/rtv: don't gc from cleanup_channel() | Vito Caputo |
2023-08-13 | modules/shapes: plug context leak | Vito Caputo |
2023-08-12 | modules/checkers: fix clipping bug in fragmenter | Vito Caputo |
2023-08-12 | modules/checkers: minor cosmetic changes to fragmenter | Vito Caputo |
2023-08-09 | modules/mixer: remove TIL_MODULE_EXPERIMENTAL flag | Vito Caputo |
2023-08-09 | modules/mixer: %S/fade/blend/g | Vito Caputo |
2023-08-08 | modules/rtv: til_module_setup_full()-ize snow_module= | Vito Caputo |
2023-08-08 | modules/roto: trivial indentation fixup | Vito Caputo |
2023-08-07 | modules/rkt: add EDITSCENE state akin to NEWSCENE | Vito Caputo |
2023-08-07 | modules/rkt: make NEWSCENE state a simple function | Vito Caputo |
2023-08-07 | modules/checkers: fix radcache partial initialization bug | Vito Caputo |