summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utils: Add vlist-ref* and list->vlist*.David Thompson2015-01-192-2/+30
* render: tileset: Fix compilation warning.David Thompson2015-01-191-0/+1
* render: tileset: Use custom record type printer.David Thompson2015-01-191-0/+11
* render: tileset: Add texture field.David Thompson2015-01-191-8/+7
* TODO: Add new item.David Thompson2015-01-191-0/+6
* Update TODO list.David Thompson2015-01-191-3/+13
* doc: Document window and game loop modules.David Thompson2015-01-191-0/+107
* window: Fix outdated docstring.David Thompson2015-01-191-1/+1
* doc: input: Relabel signals as "Scheme Signals".David Thompson2015-01-191-9/+9
* live-reload: Remove global variable.David Thompson2015-01-181-19/+19
* utils: Remove unused procedures.David Thompson2015-01-181-12/+1
* doc: Document utility modules.David Thompson2015-01-181-0/+81
* render: tileset: Fix split-texture again.David Thompson2015-01-181-2/+2
* render: tileset: Fix column calculation.David Thompson2015-01-181-1/+1
* doc: Add example input module import snippets.David Thompson2015-01-181-0/+12
* doc: Document input modules.David Thompson2015-01-181-0/+171
* framebuffer: Fix syntax problem in 'with-framebuffer'.David Thompson2015-01-121-2/+2
* mines: Disable clicking on tiles when you lose.Christopher Allan Webber2015-01-102-1/+3
* Fix config.scm generation.David Thompson2014-12-261-1/+0
* math: rect: Update docstrings.David Thompson2014-12-131-8/+7
* math: transform: Update docstrings.David Thompson2014-12-131-4/+4
* math: Update docstring for make-lerp.David Thompson2014-12-131-7/+7
* agenda: Rename procedures.David Thompson2014-12-133-10/+10
* docs: Add half-written manual.David Thompson2014-12-139-121/+1183
* data: Distribute logos in release tarballs.David Thompson2014-12-111-0/+5
* data: Add SVG logo.David Thompson2014-12-113-1/+472
* doc: Begin rewriting manual.David Thompson2014-12-073-39/+340
* signal: Require signal values in signal-let.David Thompson2014-12-071-1/+1
* Fix 'make distcheck'.David Thompson2014-12-072-2/+3
* examples: Fix Makefile.David Thompson2014-12-071-6/+3
* signal: Improve docstrings and parameter names.David Thompson2014-12-071-32/+33
* signal: Do not export signal-proc.David Thompson2014-12-071-1/+0
* input: mouse: Fix typo in comment.David Thompson2014-12-071-1/+1
* examples: Recolor some sprites.David Thompson2014-12-062-0/+0
* render: sprite: Remove make-animated-sprite.David Thompson2014-12-061-23/+1
* Update TODO list.David Thompson2014-12-061-3/+4
* examples: Update 2048.David Thompson2014-12-062-10/+5
* examples: Add minesweeper clone.David Thompson2014-12-0616-2/+417
* math: rect: Invert y-axis.David Thompson2014-12-061-25/+27
* math: rect: Add rect-clamp.David Thompson2014-12-061-0/+7
* math: vector: Add vmap.David Thompson2014-12-061-1/+12
* render: group: Properly reset render context before rendering.David Thompson2014-12-061-8/+9
* render: sprite: Floor anchor coordinates to prevent fuzzy images.David Thompson2014-12-061-2/+2
* input: mouse: Invert y-axis.David Thompson2014-12-061-1/+5
* utils: Add chain macro.David Thompson2014-12-061-1/+16
* signal: Add signal-sample-on.David Thompson2014-12-061-1/+6
* signal: Add custom record type printer.David Thompson2014-12-061-0/+10
* Update README.David Thompson2014-11-301-185/+50
* Update the sandbox.David Thompson2014-11-301-23/+26
* examples: Update Makefile.David Thompson2014-11-301-4/+6