summaryrefslogtreecommitdiff
path: root/chickadee/cli/play.scm
Commit message (Expand)AuthorAgeFilesLines
* Relicense nearly everything to Apache 2.0.David Thompson2023-04-261-11/+9
* Update my email address.David Thompson2023-04-251-1/+1
* Allow for changing the default clear color in run-game procedure.David Thompson2022-10-251-1/+10
* Rename (chickadee graphics font) to (chickadee graphics text).David Thompson2022-10-171-1/+1
* cli: play: Wrap line over 80 characters.David Thompson2022-10-151-1/+2
* play: Slightly improve rendering of error messages.David Thompson2022-10-081-3/+4
* play: Fix crash when exception stack frame is from an unknown file.David Thompson2022-10-081-1/+5
* Update error handling to use Guile's new exception API.David Thompson2022-10-081-23/+22
* Allow 'chickadee play' to use languages other than Scheme.Arne Babenhauserheide2022-10-081-11/+33
* cli: play: Extract default modules to %default-modules variable.David Thompson2021-09-251-14/+18
* cli: play: Automatically import audio module.David Thompson2021-09-231-0/+1
* Add a CLI.David Thompson2021-09-211-0/+252