Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: Add "Community" section. | David Thompson | 2014-08-15 | 1 | -0/+5 |
| | | | | * README.org ("Community"): Add it. | ||||
* | Bump guile version requirement. | David Thompson | 2014-06-28 | 1 | -1/+1 |
| | | | | * README.org (Dependencies): Change guile version to 2.0.11. | ||||
* | Rename guile-2d to Sly! | David Thompson | 2014-06-28 | 1 | -44/+57 |
| | | | | Massive find/replace job. | ||||
* | Fix README. | David Thompson | 2014-06-08 | 1 | -11/+9 |
| | | | | * README.org: Replace references to vector2 with vectors. | ||||
* | Add pre-inst-env script. | David Thompson | 2014-05-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | * configure.ac: Add pre-inst-env as config file. * pre-inst-env.in: New file. * 2d/config.scm.in (%pkgdatadir): Use GUILE_2D_PKGDATADIR environment variable, if defined. * README.org: Document pre-inst-env script. * .gitignore: Ignore pre-inst-env. | ||||
* | Tweak README to reflect API changes. | David Thompson | 2014-05-04 | 1 | -6/+5 |
| | |||||
* | Add current-agenda parameter. | David Thompson | 2014-05-04 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 2d/agenda.scm (current-agenda): New variable. (with-agenda): New macro. (agenda-time, tick-agenda!, clear-agenda!, schedule) (schedule-interval, schedule-each, wait): Remove agenda parameter. * 2d/game.scm (game-agenda): Delete it. (update): Tick current agenda. * 2d/helpers.scm (define-guardian): Remove agenda argument. * 2d/repl.scm (start-2d-repl): Remove agenda argument to schedule-each. * 2d/signal.scm (signal-sample, signal-delay, signal-throttle): Remove agenda parameter. * 2d/sprite.scm: * examples/common.scm: * examples/coroutine.scm: * examples/font.scm: * examples/particles.scm: Remove mention of game-agenda. * README.org: Update example snippets. | ||||
* | Replace figl with the new guile-opengl official release. | David Thompson | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Remove mentions of FTGL. | David Thompson | 2014-03-09 | 1 | -1/+0 |
| | | | | | * README.org: Remove FTGL from dependencies list. * INSTALL.org: Remove FTGL installation instructions. | ||||
* | Update README. | David Thompson | 2014-03-09 | 1 | -28/+67 |
| | | | | | * README.org: Talk about FRP, remove sprite batch section for now, and adjust some language. | ||||
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | Add new coroutine macro. | David Thompson | 2014-02-06 | 1 | -18/+33 |
| | | | | | | | | * 2d/coroutine.scm (call-with-coroutine): New name for coroutine. (coroutine): New macro. (colambda, codefine, codefine*): Use call-with-coroutine. * examples/coroutine.scm: Use coroutine macro. * README.org: Update coroutine and agenda examples. | ||||
* | Tweak README a bit more. | David Thompson | 2014-01-13 | 1 | -2/+7 |
| | | | | * 2d/README.org: More changes! | ||||
* | Bring README up-to-date. | David Thompson | 2014-01-13 | 1 | -119/+61 |
| | | | | * README.org: Update examples and remove obsolete stuff. | ||||
* | Add scene management summary to README. | David Thompson | 2013-11-04 | 1 | -12/+64 |
| | |||||
* | Fixed README examples using old vector module | mrtrop | 2013-10-09 | 1 | -2/+2 |
| | |||||
* | Require Guile 2.0.9. | David Thompson | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | Update README with new minimal example. | David Thompson | 2013-09-06 | 1 | -38/+21 |
| | |||||
* | Add more information to README. | David Thompson | 2013-09-04 | 1 | -11/+27 |
| | |||||
* | This software is LGPLv3 or any later version. | David Thompson | 2013-09-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:davexunit/guile-2d | David Thompson | 2013-08-25 | 1 | -10/+12 |
|\ | |||||
| * | Fix typo in README. | David Thompson | 2013-08-24 | 1 | -1/+1 |
| | | |||||
| * | Update simple example program | Pieter Slabbert | 2013-08-24 | 1 | -9/+11 |
| | | | | | | | | | | | | The example program provided in the readme doesn't work. It seems that the on-key-down hook changed since the readme was written. This takes bits from simple.scm to fix it. | ||||
* | | Clean up example code in README. | David Thompson | 2013-08-25 | 1 | -11/+9 |
|/ | |||||
* | Add small examples of actions to README. | David Thompson | 2013-08-21 | 1 | -0/+45 |
| | |||||
* | Update README. | David Thompson | 2013-08-18 | 1 | -2/+2 |
| | |||||
* | Update README. | David Thompson | 2013-08-15 | 1 | -10/+16 |
| | |||||
* | Tweak links in README in the hopes that github will parse the file correctly ↵ | David Thompson | 2013-07-29 | 1 | -1/+1 |
| | | | | now. | ||||
* | Update example code in README. | David Thompson | 2013-07-29 | 1 | -3/+5 |
| | |||||
* | Fix embarrassing typo. | David Thompson | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Update README. | David Thompson | 2013-07-28 | 1 | -6/+11 |
| | |||||
* | Adding "Building" and "Running Examples" sections to README. | David Thompson | 2013-07-26 | 1 | -0/+27 |
| | |||||
* | Update README. | David Thompson | 2013-07-21 | 1 | -3/+2 |
| | |||||
* | Update dependency information in README. | David Thompson | 2013-07-21 | 1 | -1/+10 |
| | |||||
* | Fix typos and elaborate on coroutine example. | David Thompson | 2013-07-19 | 1 | -8/+18 |
| | |||||
* | Fix README formatting. | David Thompson | 2013-07-17 | 1 | -5/+5 |
| | |||||
* | Add short feature explanations and sample code to the README. | David Thompson | 2013-07-17 | 1 | -37/+131 |
| | |||||
* | Fix example code in README. | David Thompson | 2013-07-06 | 1 | -2/+3 |
| | |||||
* | Update example code in README. | David Thompson | 2013-07-06 | 1 | -4/+2 |
| | |||||
* | Add links to guile-figl and guile-sdl in the README. | David Thompson | 2013-06-25 | 1 | -2/+2 |
| | |||||
* | Dave, you are using org-mode, not markdown. | David Thompson | 2013-06-25 | 1 | -2/+2 |
| | |||||
* | Add more content to README. | David Thompson | 2013-06-25 | 1 | -0/+58 |
| | |||||
* | Add README. | David Thompson | 2013-06-12 | 1 | -0/+22 |