summaryrefslogtreecommitdiff
path: root/2d/agenda.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add new scheduling procedures and rename existing ones.David Thompson2014-01-071-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 Thompson2014-01-071-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 Thompson2013-10-061-1/+8
|
* Clean up docstrings for agenda module.David Thompson2013-09-151-31/+30
|
* Add agenda-schedule-interval procedure.David Thompson2013-09-151-1/+14
|
* Add agenda module for procedure scheduling.David Thompson2013-07-151-0/+182