summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* graphics: sprite: Add #:shear argument to draw-sprite.David Thompson2022-08-012-10/+14
|
* 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-012-8/+8
| | | | | First of all, it's "shear", not "skew". Second, the math was wrong. Good job!
* Remove dependence on SDL2_image and use our own JPEG/PNG loading.David Thompson2021-12-172-32/+42
|
* Add libpng bindings.David Thompson2021-12-175-0/+417
|
* Add libturbojpeg bindings.David Thompson2021-12-175-0/+167
|
* guix: Update package version.David Thompson2021-12-161-1/+1
|
* guix: Switch to new style of input specification.David Thompson2021-12-161-27/+14
|
* guix: Update guile-sdl2 hash.David Thompson2021-12-091-1/+1
|
* graphics: font: Fix Y-coordinates of bitmap font characters.David Thompson2021-12-091-1/+4
| | | | Fixes a regression introduced in the last release. Oopsies.
* 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
| | | | Do not reset the time, and remember to clear the poll set!
* guix: Update to latest commit of guile-sdl2.David Thompson2021-10-081-1/+1
|
* graphics: Fix compatibility issue with cube maps in phong/pbr shaders.David Thompson2021-10-082-2/+8
|
* doc: Fix copy/paste error.David Thompson2021-10-081-1/+1
|
* examples: game-controller: Update call to color constructor.David Thompson2021-10-081-1/+1
|
* Install chickadee executable.v0.8.0David Thompson2021-10-081-0/+3
|
* Collapse test hierarchy into a single directory.David Thompson2021-10-066-11/+15
|
* examples: path: Adjust tween time due to new default timer.David Thompson2021-10-061-2/+2
|
* graphics: path: Add arc-to procedure.David Thompson2021-10-062-49/+93
|
* graphics: path: Add clockwise arcs.David Thompson2021-10-041-7/+12
|
* graphics: path: Add bezier-path procedure.David Thompson2021-10-022-0/+20
|
* doc: Add API docs for array lists, heaps, and queues.David Thompson2021-10-021-2/+150
|
* data: quadtree: Hide child nodes if parent is currently marked as a leaf.David Thompson2021-10-021-29/+49
|
* Add tests for array lists, heaps, and queues.David Thompson2021-10-024-1/+110
|
* Add missing quadtree test file.David Thompson2021-10-021-0/+122
|
* math: vector: Fix vec2-cross.David Thompson2021-10-022-4/+9
|
* doc: Fix typo.David Thompson2021-10-011-1/+1
|
* Add quadtree example to release tarballs.David Thompson2021-10-011-0/+1
|
* Add (chickadee data quadtree) module.David Thompson2021-10-014-1/+630
|
* Move data structure modules into new (chickadee data ...) namespace.David Thompson2021-10-0114-200/+207
|
* 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
|
* graphics: Enable nvidia cube map extension in shaders that use samplerCube.David Thompson2021-09-283-0/+3
|
* Fix compatibility shims in PBR/Phong fragment shaders.David Thompson2021-09-282-2/+2
|
* 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-284-1/+524
|
* 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
|
* Forgot to check-in scripts/chickadee.in.David Thompson2021-09-252-0/+23
|
* doc: Reorganize and expand manual.David Thompson2021-09-232-400/+743
|
* graphics: polygon: Stop export make-cull-face-mode.David Thompson2021-09-231-1/+0
|
* graphics: light: Add intensity field.David Thompson2021-09-233-11/+23
|