Age | Commit message (Expand) | Author |
2019-11-10 | submit: replace submit-softly with bilerp setting | Vito Caputo |
2019-11-10 | rototiller: wire up contributed pixbounce module | Vito Caputo |
2019-11-10 | build: build contributed pixbounce module | Vito Caputo |
2019-11-10 | pixbounce: add pixbounce module | Philip J Freeman |
2019-11-10 | flui2d: add some rudimentary settings | Vito Caputo |
2019-11-10 | settings: add a SETTINGS_STR() helper macro | Vito Caputo |
2019-11-10 | rototiller: add rototiller_module_t.setup() | Vito Caputo |
2019-11-10 | settings: s/setting_desc_new/setting_desc_clone/ | Vito Caputo |
2019-11-10 | rototiller: setup_from_args() has defaults already | Vito Caputo |
2019-10-16 | modules/flui2d: fix spelling of paper's author | Vito Caputo |
2019-10-14 | modules/flui2d: add 2D fluid dynamics simulation | Vito Caputo |
2019-05-19 | libs/ray: fix off by one error in prepared objects | Vito Caputo |
2019-05-18 | libs/ray: trivial indentation fixup | Vito Caputo |
2019-01-01 | modules/submit-softly: bilerp peripheral cells | Vito Caputo |
2018-12-31 | modules/submit-softly: shorten description | Vito Caputo |
2018-12-31 | modules/submit: add bilinearly-interpolated variant | Vito Caputo |
2018-12-31 | libs/grid: fix grid_ops_t.taken player type | Vito Caputo |
2018-12-30 | modules/stars: capitalize description | Vito Caputo |
2018-12-30 | modules/submit: add cellular automata game module | Vito Caputo |
2018-12-30 | libs/grid: add grid cellular automata component | Vito Caputo |
2018-12-06 | rototiller: make some local helpers static | Vito Caputo |
2018-04-03 | libs: commit missing Makefile.am files | Vito Caputo |
2018-03-19 | modules/ray: #include libray headers w/subdirs | Vito Caputo |
2018-03-19 | ray: libize raytracer core, introduces src/libs | Vito Caputo |
2018-02-28 | ray: implement distance-based light brightness | Vito Caputo |
2018-02-27 | util: add windows flavor of get_ncpus() | Vito Caputo |
2018-02-27 | *: make buildable for windows w/mingw32 | Vito Caputo |
2018-02-27 | build: make drm optional | Christian Hergert |
2018-02-27 | autotools: remove vestigial ROTOTILLER_* vars | Vito Caputo |
2018-02-26 | sdl_fb: add fullscreen= and size= settings | Vito Caputo |
2018-02-26 | sdl_fb: jump through SDL_Main() hoops | Vito Caputo |
2018-02-26 | sdl_fb: drain event queue on page flip | Vito Caputo |
2018-02-26 | threads: fix cancellation on destroy | Vito Caputo |
2018-02-26 | rototiller,fb: swap dispatch with page flipping | Vito Caputo |
2018-02-23 | drm_fb,sdl_fb: drop vestigial headers | Vito Caputo |
2018-02-23 | rototiller: drop vestigial drm includes | Vito Caputo |
2018-02-23 | util: drop stdio ask_$type() helpers | Vito Caputo |
2018-02-22 | fb,settings,drm_fb,sd_fb: const settings_t readers | Vito Caputo |
2018-02-22 | rototiller: make the sdl video backend the default | Vito Caputo |
2018-02-22 | rototiller: wire up sdl video backend | Vito Caputo |
2018-02-22 | sdl_fb: implement rudimentary sdl fb backend | Vito Caputo |
2018-02-22 | *: embrace new generic settings paradigm | Vito Caputo |
2018-02-20 | setup: add simple stdio setup_interactively() | Vito Caputo |
2018-02-20 | rototiller: rudimentary argv parsing scaffolding | Vito Caputo |
2018-02-20 | settings: introduce abstract settings | Vito Caputo |
2018-01-01 | fb: switch over to fb_ops_t abstraction | Vito Caputo |
2018-01-01 | drm_fb: implement drm fb backend | Vito Caputo |
2018-01-01 | fb: introduce fb_ops_t | Vito Caputo |
2017-12-31 | fb: combine page flip with wait | Vito Caputo |
2017-12-23 | ray: constify input scene and camera parameters | Vito Caputo |