Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add event observer to scene. | David Thompson | 2013-11-03 | 1 | -1/+1 |
| | | | | | Some convenient default events are provided to make quitting the game easy for new developers. | ||||
* | Remove stage local variables. | David Thompson | 2013-11-03 | 1 | -83/+24 |
| | | | | | Use an the scene initialization thunk to return the needed game state instead. | ||||
* | Add observer to stage. | David Thompson | 2013-10-30 | 1 | -3/+14 |
| | |||||
* | Rewrite stage variables. | David Thompson | 2013-10-30 | 1 | -28/+34 |
| | | | | | Stage variables now act a lot like parameters and their initial values are lazily evaluated. | ||||
* | Use stage agenda. | David Thompson | 2013-10-23 | 1 | -5/+11 |
| | |||||
* | Add temporary dummy procedure. | David Thompson | 2013-10-23 | 1 | -0/+4 |
| | |||||
* | Add stage module. | David Thompson | 2013-10-23 | 1 | -0/+160 |