summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename game loop procedures and remove parameter.David Thompson2014-04-249-32/+31
* Sleep when the game loop runs too fast.David Thompson2014-04-241-0/+9
* Run game loop with a prompt.David Thompson2014-04-241-47/+16
* Remove the accumulator parameter from the game loop.David Thompson2014-04-231-40/+19
* Add bindings for OpenGL instanced rendering extension.David Thompson2014-04-211-1/+23
* Add shader-program-attribute-location procedure.David Thompson2014-04-211-0/+6
* Export shader-program-id procedure.David Thompson2014-04-211-0/+1
* Rename signal-combine to signal-zip.David Thompson2014-04-211-2/+2
* Rename example file.David Thompson2014-03-311-0/+0
* Add 2048 clone example.David Thompson2014-03-312-0/+482
* Add more texture anchor types.David Thompson2014-03-312-11/+23
* Add cyan, yellow, and all 27 tango palette colors.David Thompson2014-03-301-2/+67
* Fix crash when the empty string is used for a label.David Thompson2014-03-301-11/+15
* Import math module in (2d color) module.David Thompson2014-03-301-0/+1
* Expand color API.David Thompson2014-03-301-16/+61
* Add sdl-ttf to Gentoo install instructions.David Thompson2014-03-301-1/+1
* Update TODO list.David Thompson2014-03-291-7/+3
* Add Gentoo installation instructions and fix Guile version.David Thompson2014-03-291-2/+36
* Add enable-audio procedure.David Thompson2014-03-291-2/+4
* Improve define-signal macro.David Thompson2014-03-291-17/+35
* Remove vector2-translate and vector2-scale.David Thompson2014-03-291-11/+1
* Don't load font shaders upon importing (2d font) module.David Thompson2014-03-292-10/+17
* Don't load sprite shaders upon importing (2d sprite) module.David Thompson2014-03-292-7/+16
* Don't open window upon importing the (2d window) module.David Thompson2014-03-292-8/+2
* Replace figl with the new guile-opengl official release.David Thompson2014-03-2312-40/+20
* Don't start the REPL server upon importing (2d repl).David Thompson2014-03-103-8/+16
* Okay, I think I finally got all of the license headers updated.David Thompson2014-03-106-48/+48
* Remove mentions of FTGL.David Thompson2014-03-092-12/+1
* Update README.David Thompson2014-03-091-28/+67
* Add updated license header to coroutine module.David Thompson2014-03-081-8/+8
* Add developer sandbox script.David Thompson2014-03-081-0/+48
* Add new license header to agenda and repl module.David Thompson2014-03-082-16/+16
* Change license to GPLv3+.David Thompson2014-03-0828-287/+965
* Delete mvars module.David Thompson2014-03-082-168/+0
* Add missing file to SOURCES.David Thompson2014-03-081-0/+1
* Update font example.David Thompson2014-03-081-19/+5
* Integrate cooperative REPL server.David Thompson2014-03-085-424/+37
* Rename signal-do to signal-tap.David Thompson2014-03-081-2/+2
* Remove time.scm module reference from Makfile.David Thompson2014-03-081-1/+0
* Update TODO list.David Thompson2014-02-171-1/+1
* Remove shader example.David Thompson2014-02-174-59/+0
* Add missing example module.David Thompson2014-02-171-0/+1
* Update font example.David Thompson2014-02-172-28/+21
* Convert FPS counter to a signal.David Thompson2014-02-171-4/+3
* Use new signal API for keyboard module.David Thompson2014-02-171-25/+28
* Use new signal API for mouse module.David Thompson2014-02-171-27/+41
* Use new signal API for window module.David Thompson2014-02-171-19/+21
* Import new signal moduleDavid Thompson2014-02-173-3/+3
* Export alternate spelling of signal-box?.David Thompson2014-02-171-2/+4
* Fix signal module name in Makefile.am.David Thompson2014-02-171-1/+1