Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add composite (sly) module. | David Thompson | 2015-06-14 | 1 | -22/+3 |
| | | | | | | | | | * sly.scm: New file. * Makefile.am (SOURCES): Add it. * sandbox.in: Use new module. * examples/common.scm: Likewise. * examples/font.scm: Likewise. * README ("Example"): Update example. | ||||
* | Update sandbox script. | David Thompson | 2015-06-10 | 1 | -10/+9 |
| | |||||
* | Rename start-game-loop to run-game-loop. | David Thompson | 2015-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | * doc/api/init.texi: s/start-game-loop/run-game-loop/ * examples/2048/2048.scm: Likewise. * examples/animation.scm: Likewise. * examples/font.scm: Likewise. * examples/joystick.scm: Likewise. * examples/mines/mines.scm: Likewise. * examples/simple.scm: Likewise. * examples/tilemap.scm: Likewise. * sandbox.in: Likewise. * sly/game.scm: Likewise. | ||||
* | sandbox: Generate script with autoconf. | David Thompson | 2015-05-14 | 1 | -0/+68 |
* sandbox: Delete. * .gitignore: Ignore it. * sandbox.in: New file. * configure.ac: Generate sandbox. |