summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* signals: Add signal-timer.David Thompson2015-03-092-1/+11
* render: mesh: Add null-mesh.David Thompson2015-03-082-1/+3
* render: texture: Add null-texture.David Thompson2015-03-082-1/+4
* render: mesh: Rewrite constructors and expose vertex buffers.David Thompson2015-01-264-116/+143
* render: mesh: Generalize <mesh> type to support streaming data.David Thompson2015-01-261-41/+74
* render: mesh: Support streaming vertex buffers.David Thompson2015-01-261-3/+6
* render: mesh: Add data field.David Thompson2015-01-261-7/+9
* render: context: Reset state after rendering.David Thompson2015-01-261-1/+3
* render: tileset: Add tileset-invert-index.David Thompson2015-01-241-1/+11
* render: tileset: Add rows and columns fields.David Thompson2015-01-241-14/+20
* wrappers: gsl: Add cblas-sgemv wrapper.David Thompson2015-01-211-1/+6
* examples: Update tile map example to use more efficient rendering.David Thompson2015-01-191-40/+45
* render: Add tile-map module.David Thompson2015-01-192-0/+130
* render: texture: Export texture-parent.David Thompson2015-01-191-0/+1
* 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