Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename scene draw and update procedures. | David Thompson | 2013-09-15 | 1 | -2/+2 |
| | | | | They were inconsistent with the rest of the API. | ||||
* | Export current-fps from game module. | David Thompson | 2013-09-08 | 1 | -1/+2 |
| | |||||
* | Create a scene stack interface. | David Thompson | 2013-09-06 | 1 | -1/+4 |
| | |||||
* | Create copies of the default events alist for safety. | David Thompson | 2013-09-06 | 1 | -2/+5 |
| | |||||
* | Prevent circular dependency by moving core game data structures to another ↵ | David Thompson | 2013-09-06 | 1 | -27/+57 |
| | | | | module. | ||||
* | Add a *running* flag to the game loop. | David Thompson | 2013-09-06 | 1 | -10/+15 |
| | |||||
* | Create (2d game) module. | David Thompson | 2013-09-06 | 1 | -0/+66 |