Age | Commit message (Expand) | Author |
2023-08-29 | main: prevent ticks from going backwards | Vito Caputo |
2023-08-29 | main: apply submit-to-present delay to ticks | Vito Caputo |
2023-08-29 | til_fb: return queue delay from til_fb_page_get() | Vito Caputo |
2023-08-20 | main: drop get_ticks() in favor of til_ticks_now() | Vito Caputo |
2023-08-18 | main: call til_stream_start_frame() | Vito Caputo |
2023-08-13 | main: free setups and settings in shutdown | Vito Caputo |
2023-08-13 | main: switch to til_fb_halt() | Vito Caputo |
2023-08-05 | main: handle NULL res_setup a la "none" builtin | Vito Caputo |
2023-07-17 | main: fix UAF bug on shutdown | Vito Caputo |
2023-07-13 | til_args,*_fb: introduce --title= and wire up to til_fb_t | Vito Caputo |
2023-07-05 | setup: return failed desc _path_ from setup_interactively() | Vito Caputo |
2023-06-15 | main: quit when the stream ends | Vito Caputo |
2023-06-13 | *: smattering of random small fixes to silence -Wall | Vito Caputo |
2023-06-12 | til_args: introduce --print-module-contexts | Vito Caputo |
2023-06-08 | til_stream: name pipe-oriented stream api as such | Vito Caputo |
2023-06-03 | til_settings: add an optional til_settings_t.prefix | Vito Caputo |
2023-05-30 | til,*: pivot to til_setup_t for context paths | Vito Caputo |
2023-05-26 | til_settings: add til_setting_spec_t.as_label | Vito Caputo |
2023-05-24 | til_settings: til_setting_t,til_settings_t get parent pointers | Vito Caputo |
2023-05-11 | til_settings: introduce til_setting_spec_t concept vs. desc | Vito Caputo |
2023-05-11 | til_settings: rework setting get/add for bare values | Vito Caputo |
2023-05-11 | setup: constify settings passed to setup_func | Vito Caputo |
2023-05-11 | main: quote shown flags/args | Vito Caputo |
2023-05-10 | til_settings: label til_settings_t instances | Vito Caputo |
2023-01-11 | main: experimenting with ANSI codes for --print-pipes | Vito Caputo |
2023-01-11 | * turn til_fb_fragment_t.stream into a discrete parameter | Vito Caputo |
2023-01-11 | main,til_args: employ the stream, add --print-pipes | Vito Caputo |
2023-01-11 | fps: move FPS printing to stderr | Vito Caputo |
2023-01-11 | main: move args to rototiller_t | Vito Caputo |
2023-01-10 | *: introduce paths for module contexts | Vito Caputo |
2022-08-07 | main: still show configured flags with --go | 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-07-20 | main: show --seed with print_setup_as_args() | Vito Caputo |
2022-07-18 | til_args: add --seed= explicit PRNG seeding support | Vito Caputo |
2022-07-15 | build: always build the rototiller bin | Vito Caputo |
2022-07-15 | mem_fb: introduce --video=mem; a dummy in-memory video backend | Vito Caputo |
2022-07-15 | til_fb: switch til_fb_ops_t.init() to use til_setup_t | Vito Caputo |
2022-05-29 | *: pivot to til_module_context_t | Vito Caputo |
2022-05-25 | setup: return the desc for failed setting on error | Vito Caputo |
2022-05-25 | til: add --go to supported args | Vito Caputo |
2022-05-25 | *: normalize on all case-insensitive comparisons | Vito Caputo |
2022-05-21 | til: supply a seed to til_module_t.create_context() | Vito Caputo |
2022-04-24 | *: s/void */til_setup_t */ | Vito Caputo |
2022-03-30 | *: wire up context-specific setup instances | Vito Caputo |
2022-03-29 | build: make sdl2 and rototiller bin optional | Vito Caputo |
2022-03-19 | *: de-constify til_setting_t throughout | Vito Caputo |
2022-03-19 | *: use til_module_destroy_context() | Vito Caputo |
2022-03-19 | *: normalize setting description capitalizations | Vito Caputo |
2022-03-12 | til_settings: always describe relevant settings | Vito Caputo |