summaryrefslogtreecommitdiff
path: root/chickadee
Commit message (Expand)AuthorAgeFilesLines
* 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
* graphics: polygon: Stop export make-cull-face-mode.David Thompson2021-09-231-1/+0
* graphics: light: Add intensity field.David Thompson2021-09-231-7/+17
* cli: play: Automatically import audio module.David Thompson2021-09-231-0/+1
* graphics: phong: Remove export for nonexistent procedure.David Thompson2021-09-231-1/+0
* graphics: mesh: Remove build-mesh export.David Thompson2021-09-231-1/+0
* graphics: Add make-phong-material and make-pbr-material procedures.David Thompson2021-09-233-80/+128
* graphics: model: Use keyword arguments in draw-model.David Thompson2021-09-231-1/+6
* graphics: depth: Add basic-depth-test variable.David Thompson2021-09-232-1/+4
* graphics: path: Add square-limit procedure.David Thompson2021-09-221-0/+12
* graphics: path: Add flip-horizontal and flip-vertical procedures.David Thompson2021-09-221-0/+8
* graphics: path: Add right-split, up-split, and corner-split procedures.David Thompson2021-09-211-0/+32
* graphics: path: Fix below procedure.David Thompson2021-09-211-1/+1
* scripting: Use current-timestep as default step in tween procedure.David Thompson2021-09-211-1/+2
* game-loop: Add current-timestep parameter.David Thompson2021-09-211-39/+43
* game-loop: Add init argument to run-game*.David Thompson2021-09-211-0/+1
* math: vector: Deprecate #v syntax and remove uses of it.David Thompson2021-09-213-3/+5
* graphics: mesh/model: Use default skybox if user doesn't provide one.David Thompson2021-09-212-5/+4
* graphics: skybox: Add default-skybox procedure.David Thompson2021-09-211-0/+14
* graphics: engine: Allow defining states/variables with an active engine.David Thompson2021-09-211-21/+29
* Add a CLI.David Thompson2021-09-212-0/+348
* Add asynchronous REPL implementation.David Thompson2021-09-131-0/+212
* Add readline bindings.David Thompson2021-09-132-0/+93
* math: matrix: Remove references to old vec3-dot-product procedure.David Thompson2021-09-081-3/+3
* math: vector: Rename dot product procedures.David Thompson2021-09-081-4/+4
* graphics: path: Add support for linear/radial gradient fills.David Thompson2021-09-081-8/+101