summaryrefslogtreecommitdiff
path: root/2d
Commit message (Expand)AuthorAgeFilesLines
* Add close-window procedure.David Thompson2013-06-161-1/+7
* Fix sprite default scale values.David Thompson2013-06-161-1/+1
* Fix sprite comment.David Thompson2013-06-161-2/+2
* Add a make-sprite procedure with keyword arguments.David Thompson2013-06-161-2/+6
* Add color property to <sprite>.David Thompson2013-06-161-6/+11
* Add a color parameter to texture-quad.David Thompson2013-06-161-1/+2
* Add window module.David Thompson2013-06-161-0/+46
* 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
* Change gl-tex-parameter to gl-texture-parameter.David Thompson2013-06-131-15/+15
* Add basic docstrings to sprite module.David Thompson2013-06-121-0/+3
* Add sprite module.David Thompson2013-06-121-0/+72
* Add texture module.David Thompson2013-06-121-0/+87