Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export agenda variables. | David Thompson | 2014-01-07 | 1 | -0/+2 |
| | | | | * 2d/agenda.scm: Export *global-agenda* and current-agenda. | ||||
* | Add new scheduling procedures and rename existing ones. | David Thompson | 2014-01-07 | 1 | -12/+23 |
| | | | | | | | | * 2d/agenda.scm (agenda-schedule, schedule): Rename. (agenda-schedule-interval, schedule-interval): Rename. (schedule-next, schedule-every): New procedures. * 2d/sprite.scm: Use schedule-every. * 2d/time.scm (time-every): Use schedule-interval. | ||||
* | Make the current agenda a parameter. | David Thompson | 2014-01-07 | 1 | -18/+15 |
| | | | | | | * 2d/agenda.scm (*current-agenda*, current-agenda): Rename and make parameter. (*global-agenda*, global-agenda): Rename it. | ||||
* | Move wait procedure into agenda module. | David Thompson | 2013-10-06 | 1 | -1/+8 |
| | |||||
* | Clean up docstrings for agenda module. | David Thompson | 2013-09-15 | 1 | -31/+30 |
| | |||||
* | Add agenda-schedule-interval procedure. | David Thompson | 2013-09-15 | 1 | -1/+14 |
| | |||||
* | Add agenda module for procedure scheduling. | David Thompson | 2013-07-15 | 1 | -0/+182 |