summaryrefslogtreecommitdiff
path: root/chickadee
Commit message (Expand)AuthorAgeFilesLines
* graphics: font: Add compositor and page layers to rendering pipeline.David Thompson2022-10-171-123/+309
* cli: play: Wrap line over 80 characters.David Thompson2022-10-151-1/+2
* script: Add join procedure.David Thompson2022-10-111-6/+28
* scripting: Fix some indenting.David Thompson2022-10-111-3/+3
* image: png: Add support for paletted images via auto-expansion.David Thompson2022-10-091-3/+5
* async-repl: Remove 'pk' that was accidentally left in.David Thompson2022-10-091-1/+0
* 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-082-35/+33
* Allow 'chickadee play' to use languages other than Scheme.Arne Babenhauserheide2022-10-081-11/+33
* audio: Do not crash if there are no audio devices available.David Thompson2022-09-171-8/+13
* graphics: path: Apply transformation matrix to path origin.David Thompson2022-08-271-1/+1
* math: vector: Separate vec2 and vec3 things into their own sections.David Thompson2022-08-031-140/+150
* math: matrix: Add matrix4-inverse and matrix4-inverse! procedures.David Thompson2022-08-031-0/+153
* math: matrix: Replace matrix4-transform! with matrix4-transform-{vec2,vec3}!David Thompson2022-08-031-5/+41
* math: matrix: Add matrix4= procedure.David Thompson2022-08-031-0/+5
* math: matrix: Fix error in a comment.David Thompson2022-08-031-1/+1
* math: matrix: Add docstring to matrix3-inverse procedure.David Thompson2022-08-031-0/+1
* math: vector: Reduce character count of printed vectors.David Thompson2022-08-031-2/+2
* math: vector: Export set-vec3-z!David Thompson2022-08-031-0/+1
* graphics: sprite: Add #:shear argument to sprite-batch-add!David Thompson2022-08-011-4/+6
* graphics: sprite: Add #:shear argument to draw-sprite.David Thompson2022-08-011-5/+8
* math: matrix: Clean up matrix4-2d-transform! implementation.David Thompson2022-08-011-37/+35
* math: matrix: Fix shear implementation in matrix4-2d-transform!David Thompson2022-08-011-6/+6
* Remove dependence on SDL2_image and use our own JPEG/PNG loading.David Thompson2021-12-171-29/+39
* Add libpng bindings.David Thompson2021-12-172-0/+401
* Add libturbojpeg bindings.David Thompson2021-12-172-0/+154
* graphics: font: Fix Y-coordinates of bitmap font characters.David Thompson2021-12-091-1/+4
* Fix typo in chickadee/config.scm.in.David Thompson2021-10-291-1/+1
* audio: Don't crash if there is no sound system to update.David Thompson2021-10-241-1/+3
* 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
* scripting: agenda: Fix clear-agenda.David Thompson2021-10-211-1/+1
* graphics: path: Add arc-to procedure.David Thompson2021-10-061-49/+86
* graphics: path: Add clockwise arcs.David Thompson2021-10-041-7/+12
* graphics: path: Add bezier-path procedure.David Thompson2021-10-021-0/+12
* data: quadtree: Hide child nodes if parent is currently marked as a leaf.David Thompson2021-10-021-29/+49
* math: vector: Fix vec2-cross.David Thompson2021-10-021-2/+2
* Add (chickadee data quadtree) module.David Thompson2021-10-011-0/+338
* Move data structure modules into new (chickadee data ...) namespace.David Thompson2021-10-0111-15/+15
* math: rect: Fix record type printer.David Thompson2021-10-011-6/+6
* math: rect: Add custom record type printer.David Thompson2021-09-281-0/+8
* 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
* Fix error messages when loading a libary fails.David Thompson2021-09-281-2/+2
* Add special logic for loading libraries when LD_LIBRARY_PATH is set.David Thompson2021-09-281-5/+28
* cli: Add bundle subcommand.David Thompson2021-09-282-0/+398
* cli: play: Extract default modules to %default-modules variable.David Thompson2021-09-251-14/+18
* freetype: Support old versions that do not have FT_Error_String.David Thompson2021-09-251-2/+8