summaryrefslogtreecommitdiff
path: root/doc/api/utils.texi
Commit message (Collapse)AuthorAgeFilesLines
* doc: Spruce things up a bit.David Thompson2016-02-271-5/+0
|
* Reimplement live-reload module.David Thompson2015-11-151-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.
* utils: Add vlist-ref* and list->vlist*.David Thompson2015-01-191-1/+10
| | | | | * sly/utils.scm (vlist-ref*, list->vlist*): New procedures. * doc/api/utils.texi: Document them.
* doc: Document utility modules.David Thompson2015-01-181-0/+81
| | | | * doc/api/utils.texi: Document the REPL, live-reload, and utils modules.
* docs: Add half-written manual.David Thompson2014-12-131-0/+29
* 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.