Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename game loop procedures and remove parameter. | David Thompson | 2014-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * 2d/game.scm (tick-interval): No longer a parameter. (run-game-loop, start-game-loop): Rename. (quit-game, stop-game-loop): Rename. * examples/animation.scm: Use start-game-loop and stop-game-loop. * examples/common.scm: Use start-game-loop and stop-game-loop. * examples/coroutine.scm: Use start-game-loop and stop-game-loop. * examples/font.scm: Use start-game-loop and stop-game-loop. * examples/guile-2048/guile-2048.scm: Use start-game-loop and stop-game-loop. * examples/particles.scm: Use start-game-loop and stop-game-loop. * examples/simple.scm: Use start-game-loop and stop-game-loop. * examples/tilemap.scm: Use start-game-loop and stop-game-loop. | ||||
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 1 | -0/+17 |
| | |||||
* | Update animation example. | David Thompson | 2014-01-10 | 1 | -14/+7 |
| | | | | * 2d/examples/animation.scm: Updated. | ||||
* | Update examples. | David Thompson | 2013-11-04 | 1 | -1/+0 |
| | |||||
* | Update examples to use new scene/stage system. | David Thompson | 2013-11-03 | 1 | -10/+9 |
| | |||||
* | Revert "Export scene type tag." | David Thompson | 2013-11-03 | 1 | -8/+9 |
| | | | | This reverts commit d1ecb21fca03cdd0e9360a4f1b88c7e05a9354e2. | ||||
* | Export scene type tag. | David Thompson | 2013-11-03 | 1 | -9/+8 |
| | |||||
* | Update action and animation example to use new stage variables. | David Thompson | 2013-10-30 | 1 | -4/+2 |
| | |||||
* | Update animation demo. | David Thompson | 2013-10-23 | 1 | -8/+14 |
| | |||||
* | Update the rest of the examples to use the new declarative game stuff. | David Thompson | 2013-09-06 | 1 | -29/+16 |
| | |||||
* | Replace old vector module with new vector2 module. | David Thompson | 2013-08-27 | 1 | -13/+13 |
| | |||||
* | Update examples. | David Thompson | 2013-08-15 | 1 | -19/+20 |
| | |||||
* | Update examples. | David Thompson | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Update examples. | David Thompson | 2013-07-22 | 1 | -3/+5 |
| | |||||
* | Update examples to reflect changes in keyboard events. | David Thompson | 2013-07-21 | 1 | -2/+1 |
| | |||||
* | Add animation example. | David Thompson | 2013-07-17 | 1 | -0/+46 |