Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Document utility modules. | David Thompson | 2015-01-18 | 1 | -0/+81 |
* | render: tileset: Fix split-texture again. | David Thompson | 2015-01-18 | 1 | -2/+2 |
* | render: tileset: Fix column calculation. | David Thompson | 2015-01-18 | 1 | -1/+1 |
* | doc: Add example input module import snippets. | David Thompson | 2015-01-18 | 1 | -0/+12 |
* | doc: Document input modules. | David Thompson | 2015-01-18 | 1 | -0/+171 |
* | framebuffer: Fix syntax problem in 'with-framebuffer'. | David Thompson | 2015-01-12 | 1 | -2/+2 |
* | mines: Disable clicking on tiles when you lose. | Christopher Allan Webber | 2015-01-10 | 2 | -1/+3 |
* | Fix config.scm generation. | David Thompson | 2014-12-26 | 1 | -1/+0 |
* | math: rect: Update docstrings. | David Thompson | 2014-12-13 | 1 | -8/+7 |
* | math: transform: Update docstrings. | David Thompson | 2014-12-13 | 1 | -4/+4 |
* | math: Update docstring for make-lerp. | David Thompson | 2014-12-13 | 1 | -7/+7 |
* | agenda: Rename procedures. | David Thompson | 2014-12-13 | 3 | -10/+10 |
* | docs: Add half-written manual. | David Thompson | 2014-12-13 | 9 | -121/+1183 |
* | data: Distribute logos in release tarballs. | David Thompson | 2014-12-11 | 1 | -0/+5 |
* | data: Add SVG logo. | David Thompson | 2014-12-11 | 3 | -1/+472 |
* | doc: Begin rewriting manual. | David Thompson | 2014-12-07 | 3 | -39/+340 |
* | signal: Require signal values in signal-let. | David Thompson | 2014-12-07 | 1 | -1/+1 |
* | Fix 'make distcheck'. | David Thompson | 2014-12-07 | 2 | -2/+3 |
* | examples: Fix Makefile. | David Thompson | 2014-12-07 | 1 | -6/+3 |
* | signal: Improve docstrings and parameter names. | David Thompson | 2014-12-07 | 1 | -32/+33 |
* | signal: Do not export signal-proc. | David Thompson | 2014-12-07 | 1 | -1/+0 |
* | input: mouse: Fix typo in comment. | David Thompson | 2014-12-07 | 1 | -1/+1 |
* | examples: Recolor some sprites. | David Thompson | 2014-12-06 | 2 | -0/+0 |
* | render: sprite: Remove make-animated-sprite. | David Thompson | 2014-12-06 | 1 | -23/+1 |
* | Update TODO list. | David Thompson | 2014-12-06 | 1 | -3/+4 |
* | examples: Update 2048. | David Thompson | 2014-12-06 | 2 | -10/+5 |
* | examples: Add minesweeper clone. | David Thompson | 2014-12-06 | 16 | -2/+417 |
* | math: rect: Invert y-axis. | David Thompson | 2014-12-06 | 1 | -25/+27 |
* | math: rect: Add rect-clamp. | David Thompson | 2014-12-06 | 1 | -0/+7 |
* | math: vector: Add vmap. | David Thompson | 2014-12-06 | 1 | -1/+12 |
* | render: group: Properly reset render context before rendering. | David Thompson | 2014-12-06 | 1 | -8/+9 |
* | render: sprite: Floor anchor coordinates to prevent fuzzy images. | David Thompson | 2014-12-06 | 1 | -2/+2 |
* | input: mouse: Invert y-axis. | David Thompson | 2014-12-06 | 1 | -1/+5 |
* | utils: Add chain macro. | David Thompson | 2014-12-06 | 1 | -1/+16 |
* | signal: Add signal-sample-on. | David Thompson | 2014-12-06 | 1 | -1/+6 |
* | signal: Add custom record type printer. | David Thompson | 2014-12-06 | 1 | -0/+10 |
* | Update README. | David Thompson | 2014-11-30 | 1 | -185/+50 |
* | Update the sandbox. | David Thompson | 2014-11-30 | 1 | -23/+26 |
* | examples: Update Makefile. | David Thompson | 2014-11-30 | 1 | -4/+6 |
* | examples: Delete particles example. | David Thompson | 2014-11-30 | 1 | -84/+0 |
* | examples: Update tile map example. | David Thompson | 2014-11-30 | 1 | -37/+32 |
* | examples: Delete scene graph example. | David Thompson | 2014-11-30 | 1 | -181/+0 |
* | examples: Delete transition example. | David Thompson | 2014-11-30 | 1 | -45/+0 |
* | Update TODO list. | David Thompson | 2014-11-30 | 1 | -15/+10 |
* | live-reload: Protect against deleted files and also check ctime. | David Thompson | 2014-11-30 | 1 | -2/+5 |
* | examples: Update joystick example. | David Thompson | 2014-11-30 | 1 | -45/+42 |
* | examples: Update font example. | David Thompson | 2014-11-30 | 1 | -15/+26 |
* | examples: Delete coroutine example. | David Thompson | 2014-11-30 | 1 | -56/+0 |
* | examples: Update a few example programs. | David Thompson | 2014-11-30 | 4 | -73/+90 |
* | render: group: Work on groups, not lists of children. | David Thompson | 2014-11-30 | 1 | -6/+14 |