Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sprite comment. | David Thompson | 2013-06-16 | 1 | -2/+2 |
* | Add a make-sprite procedure with keyword arguments. | David Thompson | 2013-06-16 | 1 | -2/+6 |
* | Add color property to <sprite>. | David Thompson | 2013-06-16 | 1 | -6/+11 |
* | Add a color parameter to texture-quad. | David Thompson | 2013-06-16 | 1 | -1/+2 |
* | Add window module. | David Thompson | 2013-06-16 | 1 | -0/+46 |
* | 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 |
* | Change gl-tex-parameter to gl-texture-parameter. | David Thompson | 2013-06-13 | 1 | -15/+15 |
* | Add basic docstrings to sprite module. | David Thompson | 2013-06-12 | 1 | -0/+3 |
* | Add sprite module. | David Thompson | 2013-06-12 | 1 | -0/+72 |
* | Add texture module. | David Thompson | 2013-06-12 | 1 | -0/+87 |