summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add base64 module.David Thompson2021-05-052-0/+260
* graphics: model: Fix reference to defunct load-pbr-shader procedure.David Thompson2021-05-052-2/+2
* guix: Make package compatible with `guix build -f`.David Thompson2021-05-041-2/+14
* guix: Update guile-sdl2 to latest commit.David Thompson2021-05-041-2/+2
* Add fallback method for loading shared libraries.David Thompson2021-04-305-9/+25
* graphics: texture: Import (sdl2 image) the right way.David Thompson2021-04-301-1/+2
* scripting: channel: Export channel-clear!David Thompson2021-04-281-1/+2
* scripting: channel: Add channel-clear! procedure.David Thompson2021-04-282-0/+9
* queue: Add queue-clear! procedure.David Thompson2021-04-281-1/+7
* audio: Fix looping of streaming sources.David Thompson2021-04-251-4/+5
* graphics: tile-map: Fix tile-layer-ref procedure name.David Thompson2021-04-201-1/+1
* graphics: font: Change ascender/descender to ascent/descent.David Thompson2021-04-151-8/+8
* graphics: font: Add ascender/descender fields to <font>.David Thompson2021-04-151-5/+13
* doc: Fix misplaced argument.David Thompson2021-04-131-2/+2
* guix: Update to latest commit of guile-sdl2.v0.7.0David Thompson2021-04-131-2/+2
* doc: Update old procedure name with the new one.David Thompson2021-04-131-1/+1
* Bump version to 0.7.0.David Thompson2021-04-131-1/+1
* Update Makefile with new example files.David Thompson2021-04-131-3/+4
* Credit author of Serene Village tileset.David Thompson2021-04-131-3/+3
* graphics: tile-map: Hack to prevent one situation that causes artifacts.David Thompson2021-04-131-0/+9
* graphics: tile-map: Remove unused module import.David Thompson2021-04-091-1/+0
* examples: tile-map: Fix map file name.David Thompson2021-04-091-1/+1
* graphics: Rewrite tile map module.David Thompson2021-04-099-608/+1336
* graphics: texture: Add texture-atlas-size procedure.David Thompson2021-04-091-0/+5
* graphics: texture: Add texture-tileset-dimensions procedure.David Thompson2021-04-091-13/+24
* math: rect: Fix make-null-rect so all values are 0 instead of garbage.David Thompson2021-04-071-1/+1
* graphics: Fix texture data being upside down.David Thompson2021-04-074-17/+26
* graphics: Rewrite 9-patch implementation and move it to its own module.David Thompson2021-04-075-157/+267
* graphics: shader: Allow rects to be bound to vec4 uniforms.David Thompson2021-04-071-10/+15
* graphics: path: Export painter? and painter-bounding-box.David Thompson2021-04-061-0/+2
* graphics: blend: Add proper <blend-mode> data type.David Thompson2021-03-146-66/+202
* graphics: Rewrite with-graphics-state to use state specs.David Thompson2021-03-1419-68/+124
* graphics: engine: Improve error message when graphics state is undefined.David Thompson2021-03-131-1/+8
* graphics: path: Include blend module.David Thompson2021-03-131-0/+1
* doc: Fix particles example.David Thompson2021-03-051-2/+2
* doc: Fix reference to run-game*.David Thompson2021-03-051-1/+1
* doc: Add a bit of explanation for #:window-resizable? arg in run-game.David Thompson2021-03-051-1/+2
* Add support for window resizing.David Thompson2021-03-052-12/+23
* utils: Handle negative increment in for-range.David Thompson2021-03-051-2/+3
* graphics: framebuffer: Refactor make-framebuffer.David Thompson2021-03-051-52/+51
* Compile buffer module before shader module.David Thompson2021-03-051-1/+1
* graphics: Improve error message when prematurely creating GPU objects.David Thompson2021-03-055-0/+10
* Use new for-range macro wherever possible.David Thompson2021-03-058-194/+145
* utils: Add for-range macro.David Thompson2021-03-052-2/+25
* guix: Build against the latest release of Guile 3.David Thompson2021-01-301-1/+1
* graphics: engine: Fix yet another finalizer issue.David Thompson2021-01-261-1/+1
* graphics: engine: Attempt to fix finalizers again.David Thompson2021-01-261-7/+7
* graphics: engine: Fix graphics-engine-reap!David Thompson2021-01-261-3/+4
* graphics: engine: Remove unused fields.David Thompson2021-01-261-7/+2
* graphics: Rewrite rendering engine.David Thompson2021-01-2631-1192/+1121