Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add signal-lift3 and signal-lift4. | David Thompson | 2013-12-01 | 1 | -0/+21 |
| | | | | * 2d/signals.scm (signal-lift3, signal-lift4): New procedures. | ||||
* | Add signal-ref-maybe procedure. | David Thompson | 2013-11-30 | 1 | -1/+9 |
| | | | | * 2d/signals.scm (signal-ref-maybe): New procedure. | ||||
* | Remove stage stuff from game module and use signals. | David Thompson | 2013-11-30 | 1 | -18/+18 |
| | | | | Moving my work to another machine so this commit is ugly. | ||||
* | Refactor signals module. | David Thompson | 2013-11-29 | 1 | -68/+57 |
| | | | | * 2d/signals.scm: Refactor. | ||||
* | Add signals module for functional reactive programming. | David Thompson | 2013-11-29 | 1 | -0/+208 |
* 2d/signals.scm: New module. |