summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hook->signal procedure.David Thompson2014-02-171-0/+11
* Move time module inside the signal module.David Thompson2014-02-172-58/+36
* Fix signal propagation.David Thompson2014-02-171-1/+1
* Add inputs field to <signal>.David Thompson2014-02-171-2/+3
* Rewrite FRP module to be dynamic and REPL friendly.David Thompson2014-02-172-247/+228
* Rewrite define-guardian to avoid 'after-cg-hook'.David Thompson2014-02-171-11/+7
* Revert "Make agendas thread-safe."David Thompson2014-02-171-37/+32
* Make agendas thread-safe.David Thompson2014-02-171-32/+37
* Remove reference to deleted FTGL wrapper from Makefile.am.David Thompson2014-02-171-1/+0
* Remove example font from Makefile.am.David Thompson2014-02-171-3/+0
* Update TODO list.David Thompson2014-02-161-1/+2
* Remove sprite batch from tilemap example.David Thompson2014-02-161-7/+5
* Rewrite font module.David Thompson2014-02-169-298/+175
* Add 'top-left as possible anchor value.David Thompson2014-02-161-0/+2
* Move texture anchor procedure.David Thompson2014-02-162-15/+16
* Formatting cleanup.David Thompson2014-02-161-15/+15
* Change sprite-vertex to texture-vertex.David Thompson2014-02-162-47/+49
* Delete draw-texture.David Thompson2014-02-161-24/+0
* Remove sprite batch from particles example.David Thompson2014-02-161-8/+6
* Use GLSL shaders for sprites.David Thompson2014-02-164-278/+144
* Throw error if shader file does not exist.David Thompson2014-02-161-1/+3
* Use vec2 instead of vec4 for vector2 uniforms.David Thompson2014-02-161-4/+1
* Remove calls that change OpenGL matrix mode.David Thompson2014-02-161-6/+1
* Print FPS to stdout in examples.David Thompson2014-02-151-1/+9