Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2048: Fix board-win? and improve board-insert. | Jordan Russell | 2014-07-03 | 1 | -12/+12 |
| | | | | | | * examples/2048/2048 (board-win?): Check the board passed in, not a new one. (board-insert): Simplify. (replace-at): New procedure. | ||||
* | Rename guile-2d to Sly! | David Thompson | 2014-06-28 | 1 | -13/+13 |
| | | | | Massive find/replace job. | ||||
* | Replace vector2 module with a more generic vector module. | David Thompson | 2014-06-07 | 1 | -23/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 2d/vector2.scm: Delete it. * 2d/vector.scm: New file. * Makefile.am (SOURCES): s/vector2/vector. * 2d/font.scm: * 2d/keyboard.scm: * 2d/mouse.scm: * 2d/rect.scm: * 2d/shader.scm: * 2d/sprite.scm: * 2d/texture.scm: * 2d/transform.scm: * 2d/window.scm: * examples/2048/2048: * examples/animation.scm: * examples/coroutine.scm: * examples/font.scm: * examples/particles.scm: * examples/simple.scm: * examples/tilemap.scm: Use vectors instead of defunct vector2. | ||||
* | s/guile-2048/2048/ | David Thompson | 2014-05-21 | 2 | -0/+482 |