Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dynamic scoping of agendas. | David Thompson | 2014-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * 2d/agenda.scm: (*global-agenda*, current-agenda, with-agenda): Delete. (agenda?, agenda-time): Export. (schedule-every, schedule-each): Rename schedule-every to schedule-each. (schedule-next): Delete. * 2d/game.scm: (game-agenda): New variable. (update): Tick game-agenda. * 2d/repl.scm: Use new agenda API. * 2d/sprite.scm: Use new agenda API. * 2d/time.scm: (time-every, time-each, time-delay): Change signature and use new agenda API. * examples/coroutine.scm: Use new agenda API. * examples/particles.scm: Use new agenda API. | ||||
* | Update particle example. | David Thompson | 2014-01-12 | 1 | -38/+25 |
| | | | | * examples/particles.scm: Update example. | ||||
* | 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/+17 |
| | |||||
* | Update the rest of the examples to use the new declarative game stuff. | David Thompson | 2013-09-06 | 1 | -32/+32 |
| | |||||
* | Replace old vector module with new vector2 module. | David Thompson | 2013-08-27 | 1 | -6/+6 |
| | |||||
* | Update examples. | David Thompson | 2013-08-15 | 1 | -1/+0 |
| | |||||
* | Update examples. | David Thompson | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | Update examples. | David Thompson | 2013-07-22 | 1 | -7/+5 |
| | |||||
* | Update examples to reflect changes in keyboard events. | David Thompson | 2013-07-21 | 1 | -3/+1 |
| | |||||
* | Use init-2d in all examples. | David Thompson | 2013-07-17 | 1 | -0/+1 |
| | |||||
* | Update particle demo to use new sprite batching functionality. | David Thompson | 2013-07-06 | 1 | -5/+4 |
| | |||||
* | Update demos to use new sprite-batch-draw procedure. | David Thompson | 2013-07-06 | 1 | -3/+1 |
| | |||||
* | Reorganize examples. | David Thompson | 2013-07-06 | 1 | -3/+2 |
| | |||||
* | Update particles example to use sprite batching. | David Thompson | 2013-06-27 | 1 | -26/+18 |
| | |||||
* | Fix particles example. | David Thompson | 2013-06-25 | 1 | -5/+5 |
| | |||||
* | Update examples to use new keycode enumeration. | David Thompson | 2013-06-25 | 1 | -6/+7 |
| | |||||
* | Add some rough example programs. | David Thompson | 2013-06-24 | 1 | -0/+93 |