summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2023-08-13main: free setups and settings in shutdownVito Caputo
2023-08-13main: switch to til_fb_halt()Vito Caputo
2023-08-05main: handle NULL res_setup a la "none" builtinVito Caputo
2023-07-17main: fix UAF bug on shutdownVito Caputo
2023-07-13til_args,*_fb: introduce --title= and wire up to til_fb_tVito Caputo
2023-07-05setup: return failed desc _path_ from setup_interactively()Vito Caputo
2023-06-15main: quit when the stream endsVito Caputo
2023-06-13*: smattering of random small fixes to silence -WallVito Caputo
2023-06-12til_args: introduce --print-module-contextsVito Caputo
2023-06-08til_stream: name pipe-oriented stream api as suchVito Caputo
2023-06-03til_settings: add an optional til_settings_t.prefixVito Caputo
2023-05-30til,*: pivot to til_setup_t for context pathsVito Caputo
2023-05-26til_settings: add til_setting_spec_t.as_labelVito Caputo
2023-05-24til_settings: til_setting_t,til_settings_t get parent pointersVito Caputo
2023-05-11til_settings: introduce til_setting_spec_t concept vs. descVito Caputo
2023-05-11til_settings: rework setting get/add for bare valuesVito Caputo
2023-05-11setup: constify settings passed to setup_funcVito Caputo
2023-05-11main: quote shown flags/argsVito Caputo
2023-05-10til_settings: label til_settings_t instancesVito Caputo
2023-01-11main: experimenting with ANSI codes for --print-pipesVito Caputo
2023-01-11* turn til_fb_fragment_t.stream into a discrete parameterVito Caputo
2023-01-11main,til_args: employ the stream, add --print-pipesVito Caputo
2023-01-11fps: move FPS printing to stderrVito Caputo
2023-01-11main: move args to rototiller_tVito Caputo
2023-01-10*: introduce paths for module contextsVito Caputo
2022-08-07main: still show configured flags with --goVito Caputo
2022-08-07til: experimentally fragment-centric page apiVito Caputo
2022-08-07til: til_fb_fragment_t **fragment_ptr all the thingsVito Caputo
2022-07-20main: show --seed with print_setup_as_args()Vito Caputo
2022-07-18til_args: add --seed= explicit PRNG seeding supportVito Caputo
2022-07-15build: always build the rototiller binVito Caputo
2022-07-15mem_fb: introduce --video=mem; a dummy in-memory video backendVito Caputo
2022-07-15til_fb: switch til_fb_ops_t.init() to use til_setup_tVito Caputo
2022-05-29*: pivot to til_module_context_tVito Caputo
2022-05-25setup: return the desc for failed setting on errorVito Caputo
2022-05-25til: add --go to supported argsVito Caputo
2022-05-25*: normalize on all case-insensitive comparisonsVito Caputo
2022-05-21til: 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 instancesVito Caputo
2022-03-29build: make sdl2 and rototiller bin optionalVito Caputo
2022-03-19*: de-constify til_setting_t throughoutVito Caputo
2022-03-19*: use til_module_destroy_context()Vito Caputo
2022-03-19*: normalize setting description capitalizationsVito Caputo
2022-03-12til_settings: always describe relevant settingsVito Caputo
2022-03-11main: move til_init() to start of mainVito Caputo
2022-03-11main: simplify setup_from_args()Vito Caputo
2021-10-03args: move argument parsing/help output to libtilVito Caputo
2021-10-01*: librototiller->libtilVito Caputo
2021-02-14*: split rototiller.[ch] into lib and mainVito Caputo
© All Rights Reserved