Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass scene state to all observer event handlers. | David Thompson | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | Add event observer to scene. | David Thompson | 2013-11-03 | 1 | -5/+16 |
| | | | | | Some convenient default events are provided to make quitting the game easy for new developers. | ||||
* | Really export scene type tag. | David Thompson | 2013-11-03 | 1 | -1/+2 |
| | |||||
* | Add scene name field. | David Thompson | 2013-11-03 | 1 | -3/+6 |
| | |||||
* | Remove stage local variables. | David Thompson | 2013-11-03 | 1 | -1/+27 |
| | | | | | Use an the scene initialization thunk to return the needed game state instead. | ||||
* | Add scene module. | David Thompson | 2013-10-23 | 1 | -0/+52 |