summaryrefslogtreecommitdiff
path: root/chickadee/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: bundle: Remove everything but bundled modules from load path.David Thompson2023-06-041-0/+2
* Relicense nearly everything to Apache 2.0.David Thompson2023-04-262-22/+18
* Update my email address.David Thompson2023-04-252-2/+2
* cli: bundle: Remove FLAC from shared library list.David Thompson2022-10-271-1/+0
* cli: bundle: Fix list of bundled libraries.David Thompson2022-10-261-5/+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: bundle: Allow excluding asset files via regexp match.David Thompson2021-10-241-16/+22
* cli: bundle: Fix tar command arguments.David Thompson2021-10-241-1/+1
* cli: bundle: Add project directory to load path.David Thompson2021-10-241-2/+10
* cli: bundle: Remove commented code.David Thompson2021-09-281-6/+1
* Add copyright header to chickadee/cli/bundle.scm.David Thompson2021-09-281-0/+17
* cli: Add bundle subcommand.David Thompson2021-09-281-0/+397
* 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