summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2048: Make it more convenient to run within Emacs.David Thompson2014-08-091-0/+4
* Tweak docstring for linear-scale.David Thompson2014-08-011-3/+3
* Add punctuation to docstrings in sly/joystick.scm.David Thompson2014-08-011-7/+7
* Add joystick module.Jordan Russell2014-08-015-3/+285
* Update TODO list.David Thompson2014-07-291-15/+7
* Add optional start and step parameters to signal-count.David Thompson2014-07-221-4/+5
* Fix typos in signal-constant and signal-tap docstrings.David Thompson2014-07-221-3/+3
* Add signal-switch procedure.David Thompson2014-07-221-0/+13
* Integrate REPL module with game loop error hook.David Thompson2014-07-051-3/+29
* Add error handling hook to game loop.David Thompson2014-07-051-7/+47
* Ensure that agenda scheduling procedures return no value.David Thompson2014-07-051-1/+2
* Reduce allocation in transform*.David Thompson2014-07-051-11/+20
* Add copyright information for Jordan Russel.David Thompson2014-07-032-0/+3
* Remove global variables for controlling tick rate.David Thompson2014-07-031-57/+62
* 2048: Fix board-win? and improve board-insert.Jordan Russell2014-07-031-12/+12
* Remove file that should never have been committed.David Thompson2014-07-021-54/+0
* Allow some label properties to be signals.David Thompson2014-07-021-3/+7
* Allow some sprite properties to be signals.David Thompson2014-07-021-4/+9
* Add transition example.David Thompson2014-07-021-0/+45
* Fix sandbox.David Thompson2014-07-021-1/+1
* Add transition module.David Thompson2014-06-292-0/+165
* Add signal-drop-repeats procedure.David Thompson2014-06-291-0/+15
* Add color-scale procedure.David Thompson2014-06-291-0/+8
* Add pi/2 variable.David Thompson2014-06-291-1/+2
* Bump WIP version to 0.2.0.David Thompson2014-06-291-1/+1
* Bump guile version requirement.David Thompson2014-06-281-1/+1
* Remove config.scm from version control.David Thompson2014-06-282-28/+1
* Rename guile-2d to Sly!David Thompson2014-06-2860-343/+886
* Fix window-size signal.David Thompson2014-06-221-1/+1
* Delete transform-position procedure.David Thompson2014-06-201-6/+1
* Add support for 3D vectors in translate procedure.David Thompson2014-06-201-6/+19
* Add support for 3D vectors and scalars in scale procedure.David Thompson2014-06-201-6/+25
* Tweak transform API.David Thompson2014-06-101-25/+7
* Add rotation transformations for x and y axes.David Thompson2014-06-091-5/+17
* Fix README.David Thompson2014-06-081-11/+9
* Replace vector2 module with a more generic vector module.David Thompson2014-06-0719-229/+279
* Add v= procedure.David Thompson2014-05-271-0/+5
* Add scalar multiplication support to v* and remove vscale.David Thompson2014-05-271-8/+7
* Add perspective-projection procedure.David Thompson2014-05-261-1/+28
* Fix embarrassing issue with transform-translate.David Thompson2014-05-251-4/+4
* Rename, unexport, and memoize shader-program-attribute-location.David Thompson2014-05-221-5/+7
* Memoize uniform-location.David Thompson2014-05-222-7/+23
* Add load-shader-program procedure.David Thompson2014-05-223-14/+15
* Add explicit vertex/fragment shader parameters to make-shader-program.David Thompson2014-05-221-3/+18
* s/guile-2048/2048/David Thompson2014-05-212-1/+1
* Add pre-inst-env script.David Thompson2014-05-215-5/+41
* Fix sandbox.David Thompson2014-05-181-2/+2
* Add make-transform*.David Thompson2014-05-151-0/+10
* Make sprites immutable.David Thompson2014-05-073-26/+29
* Tweak README to reflect API changes.David Thompson2014-05-041-6/+5