Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Remove obsolete texinfo files. | David Thompson | 2016-04-18 | 10 | -604/+0 |
| | |||||
* | doc: Spruce things up a bit. | David Thompson | 2016-02-27 | 3 | -31/+39 |
| | |||||
* | doc: Remove unused signals.texi file. | David Thompson | 2016-02-27 | 1 | -225/+0 |
| | | | | * doc/api/signals.texi: Delete. | ||||
* | doc: Fix another typo. | David Thompson | 2015-12-15 | 1 | -2/+2 |
| | |||||
* | doc: Fix typo. | David Thompson | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Reimplement live-reload module. | David Thompson | 2015-11-15 | 1 | -6/+32 |
| | | | | | | | * sly/live-reload.scm (watch-files): New procedure. (live-reload): Rename to... (with-live-reload): This. * doc/api/utils.tex ("Live Reloading"): Update docs. | ||||
* | signal: Add signal-call. | David Thompson | 2015-11-15 | 1 | -0/+5 |
| | | | | | * sly/signal.scm (signal-call): New procedure. * doc/api/signals.texi: Add docs. | ||||
* | Update documentation a bit. | David Thompson | 2015-11-09 | 6 | -61/+88 |
| | |||||
* | Rename start-game-loop to run-game-loop. | David Thompson | 2015-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | * doc/api/init.texi: s/start-game-loop/run-game-loop/ * examples/2048/2048.scm: Likewise. * examples/animation.scm: Likewise. * examples/font.scm: Likewise. * examples/joystick.scm: Likewise. * examples/mines/mines.scm: Likewise. * examples/simple.scm: Likewise. * examples/tilemap.scm: Likewise. * sandbox.in: Likewise. * sly/game.scm: Likewise. | ||||
* | Clean up build system. | David Thompson | 2015-06-10 | 1 | -0/+2 |
| | |||||
* | signals: Add signal-timer. | David Thompson | 2015-03-09 | 1 | -0/+5 |
| | | | | | * sly/signal.scm (signal-timer): New procedure. * doc/api/signals.texi: Document it. | ||||
* | utils: Add vlist-ref* and list->vlist*. | David Thompson | 2015-01-19 | 1 | -1/+10 |
| | | | | | * sly/utils.scm (vlist-ref*, list->vlist*): New procedures. * doc/api/utils.texi: Document them. | ||||
* | doc: Document window and game loop modules. | David Thompson | 2015-01-19 | 1 | -0/+107 |
| | | | | * doc/api/init.texi: Add docs! | ||||
* | doc: input: Relabel signals as "Scheme Signals". | David Thompson | 2015-01-19 | 1 | -9/+9 |
| | | | | * doc/api/input.texi: s/Signal/Scheme Signal/ | ||||
* | doc: Document utility modules. | David Thompson | 2015-01-18 | 1 | -0/+81 |
| | | | | * doc/api/utils.texi: Document the REPL, live-reload, and utils modules. | ||||
* | doc: Add example input module import snippets. | David Thompson | 2015-01-18 | 1 | -0/+12 |
| | | | | * doc/api/input.texi: Add import snippets. | ||||
* | doc: Document input modules. | David Thompson | 2015-01-18 | 1 | -0/+171 |
| | | | | | * doc/api/input.texi: Add docs for keyboard, mouse, and joystick input modules. | ||||
* | docs: Add half-written manual. | David Thompson | 2014-12-13 | 9 | -121/+1183 |
| | | | | | | | | | | | | * doc/game.texi: Delete. * doc/api/init.texi: New file. * doc/api/input.texi: Likewise. * doc/api/math.texi: Likewise. * doc/api/rendering.texi: Likewise. * doc/api/time.texi: Likewise. * doc/api/utils.texi: Likewise. * doc/sly.texi: Add API reference. * doc/Makefile.am (sly_TEXINFOS): Add new files. | ||||
* | doc: Begin rewriting manual. | David Thompson | 2014-12-07 | 3 | -39/+340 |
| | | | | | | | * doc/Makefile.am (guile_TEXINFOS): Delete. (sly_TEXINFOS): New variable. * doc/sly.texi: Rewrite. * doc/api/signals.texi: New file. | ||||
* | Rename guile-2d to Sly! | David Thompson | 2014-06-28 | 11 | -24/+24 |
| | | | | Massive find/replace job. | ||||
* | Build docs when make is run. | David Thompson | 2013-09-24 | 1 | -0/+24 |
| | |||||
* | Fix doc errors. | David Thompson | 2013-09-24 | 6 | -12/+19 |
| | |||||
* | Fix misnamed menu option. | David Thompson | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Fix some punctuation. | David Thompson | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Fix typo. | David Thompson | 2013-09-24 | 1 | -5/+5 |
| | |||||
* | Rough draft of manual. | David Thompson | 2013-09-24 | 19 | -3/+1127 |
| | |||||
* | Add manual skeleton. | David Thompson | 2013-09-23 | 3 | -0/+587 |