Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move event handlers and signals into their own modules. | David Thompson | 2013-12-01 | 1 | -0/+12 |
| | | | | | | | | | | | * 2d/game.scm (register-event-handler): New procedure. (mouse-*, key-*, window-*): Remove signals. * 2d/window.scm (window-size): New signal. * 2d/mouse.scm: New module. * 2d/keyboard.scm: New module. | ||||
* | Use dynamic-wind in with-window form. | David Thompson | 2013-12-01 | 1 | -4/+4 |
| | | | | * 2d/window.scm (with-window): Use dynamic-wind. | ||||
* | Add with-window form. | David Thompson | 2013-11-30 | 1 | -10/+36 |
| | | | | | | | | | * 2d/window.scm (<window>): New record type. (open-window): Use window object. (close-window): Change docstring. * 2d/game.scm (<game>, make-game): Remove window properties. (run-game): Remove window logic. | ||||
* | Clean up docstrings for window module. | David Thompson | 2013-09-15 | 1 | -4/+3 |
| | |||||
* | Open SDL audio when window is opened. | David Thompson | 2013-09-11 | 1 | -0/+3 |
| | |||||
* | Change window module API. | David Thompson | 2013-09-06 | 1 | -19/+10 |
| | | | | | Users will no longer have to interface directly with this module. They will simply specify window parameters when creating game objects. | ||||
* | Make the origin the top-left corner of the window again. | David Thompson | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | Change origin to bottom-left corner of window. | David Thompson | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | Init SDL when window module is loaded instead of needing an explicit init call. | David Thompson | 2013-08-15 | 1 | -8/+4 |
| | |||||
* | Add optional resizable paramter to open-window. | David Thompson | 2013-07-21 | 1 | -16/+18 |
| | |||||
* | Update to guile-sdl 0.5.0 API. | David Thompson | 2013-07-21 | 1 | -2/+2 |
| | |||||
* | Add window-title and set-window-title! procedures. | David Thompson | 2013-07-17 | 1 | -1/+11 |
| | |||||
* | Move initialization to it's own procedure. | David Thompson | 2013-07-17 | 1 | -6/+12 |
| | |||||
* | Enable unicode characters in SDL. | David Thompson | 2013-06-25 | 1 | -1/+3 |
| | |||||
* | Add close-window procedure. | David Thompson | 2013-06-16 | 1 | -1/+7 |
| | |||||
* | Add window module. | David Thompson | 2013-06-16 | 1 | -0/+46 |