Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the global agenda in the game loop. | David Thompson | 2013-07-15 | 1 | -0/+2 |
| | |||||
* | Clean up run-game-loop procedure. | David Thompson | 2013-06-26 | 1 | -3/+3 |
| | |||||
* | Use delayed evaluation of SDL:get-ticks to avoid initial frame stutter. | David Thompson | 2013-06-25 | 1 | -6/+6 |
| | |||||
* | Add mouse event callbacks. | David Thompson | 2013-06-25 | 1 | -1/+33 |
| | |||||
* | Pass key modifiers and unicode value as arguments to key up/down events. | David Thompson | 2013-06-25 | 1 | -4/+13 |
| | |||||
* | Apply SDL:enum->number on keysyms. | David Thompson | 2013-06-25 | 1 | -2/+5 |
| | |||||
* | Improve update loop logic. | David Thompson | 2013-06-23 | 1 | -8/+21 |
| | |||||
* | Can't use SDL:get-ticks before SDL is initialized. | David Thompson | 2013-06-16 | 1 | -6/+6 |
| | |||||
* | Add game-loop module. | David Thompson | 2013-06-13 | 1 | -0/+124 |