summaryrefslogtreecommitdiff
path: root/2d/game-loop.scm
Commit message (Expand)AuthorAgeFilesLines
* Use hooks instead of primitive callback procedures.David Thompson2013-07-281-84/+49
* Rewrite game loop to use pure functions.David Thompson2013-07-281-34/+37
* Add additional SDL event handlers.David Thompson2013-07-211-1/+26
* Remove event-keycode and event-keymods.David Thompson2013-07-211-12/+4
* Update to guile-sdl 0.5.0 API.David Thompson2013-07-211-7/+7
* Update the global agenda in the game loop.David Thompson2013-07-151-0/+2
* Clean up run-game-loop procedure.David Thompson2013-06-261-3/+3
* Use delayed evaluation of SDL:get-ticks to avoid initial frame stutter.David Thompson2013-06-251-6/+6
* Add mouse event callbacks.David Thompson2013-06-251-1/+33
* Pass key modifiers and unicode value as arguments to key up/down events.David Thompson2013-06-251-4/+13
* Apply SDL:enum->number on keysyms.David Thompson2013-06-251-2/+5
* Improve update loop logic.David Thompson2013-06-231-8/+21
* Can't use SDL:get-ticks before SDL is initialized.David Thompson2013-06-161-6/+6
* Add game-loop module.David Thompson2013-06-131-0/+124