Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't load font shaders upon importing (2d font) module. | David Thompson | 2014-03-29 | 1 | -0/+2 |
* | Don't load sprite shaders upon importing (2d sprite) module. | David Thompson | 2014-03-29 | 1 | -0/+3 |
* | Don't open window upon importing the (2d window) module. | David Thompson | 2014-03-29 | 1 | -0/+1 |
* | Don't start the REPL server upon importing (2d repl). | David Thompson | 2014-03-10 | 1 | -0/+2 |
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 8 | -1/+136 |
* | Update font example. | David Thompson | 2014-03-08 | 1 | -19/+5 |
* | Integrate cooperative REPL server. | David Thompson | 2014-03-08 | 1 | -4/+2 |
* | Remove shader example. | David Thompson | 2014-02-17 | 4 | -59/+0 |
* | Add missing example module. | David Thompson | 2014-02-17 | 1 | -0/+1 |
* | Update font example. | David Thompson | 2014-02-17 | 2 | -28/+21 |
* | Remove example font from Makefile.am. | David Thompson | 2014-02-17 | 1 | -3/+0 |
* | Remove sprite batch from tilemap example. | David Thompson | 2014-02-16 | 1 | -7/+5 |
* | Rewrite font module. | David Thompson | 2014-02-16 | 3 | -10/+42 |
* | Remove sprite batch from particles example. | David Thompson | 2014-02-16 | 1 | -8/+6 |
* | Print FPS to stdout in examples. | David Thompson | 2014-02-15 | 1 | -1/+9 |
* | Remove AUTOMAKE_OPTIONS from examples/Makefile.am. | David Thompson | 2014-02-11 | 1 | -2/+0 |
* | Add examples Makefile. | David Thompson | 2014-02-09 | 1 | -0/+27 |
* | Add shader module. | David Thompson | 2014-02-09 | 3 | -0/+53 |
* | Add new coroutine macro. | David Thompson | 2014-02-06 | 1 | -11/+9 |
* | Remove dynamic scoping of agendas. | David Thompson | 2014-02-06 | 2 | -4/+4 |
* | Close example programs when window is closed. | David Thompson | 2014-01-26 | 1 | -0/+4 |
* | Remove obsolete examples. | David Thompson | 2014-01-20 | 4 | -233/+0 |
* | Update example image authors file. | David Thompson | 2014-01-20 | 2 | -3/+5 |
* | Fix coroutine example to actually use coroutines. | David Thompson | 2014-01-13 | 1 | -7/+11 |
* | Update particle example. | David Thompson | 2014-01-12 | 1 | -38/+25 |
* | Remove ghost sprite. | David Thompson | 2014-01-12 | 1 | -0/+0 |
* | Add example sprite. | David Thompson | 2014-01-11 | 1 | -0/+0 |
* | Update animation example. | David Thompson | 2014-01-10 | 1 | -14/+7 |
* | Update some of the example programs to use the new API. | David Thompson | 2014-01-10 | 5 | -69/+55 |
* | Start working on pong example. | David Thompson | 2013-12-02 | 3 | -0/+82 |
* | Use signal-fold in example. | David Thompson | 2013-12-02 | 1 | -7/+6 |
* | Update example. | David Thompson | 2013-12-01 | 1 | -14/+15 |
* | Update example. | David Thompson | 2013-12-01 | 1 | -23/+43 |
* | Add temporary rewrite-test example. | David Thompson | 2013-11-30 | 1 | -0/+32 |
* | Update examples. | David Thompson | 2013-11-04 | 8 | -8/+0 |
* | Update examples to use new scene/stage system. | David Thompson | 2013-11-03 | 8 | -104/+122 |
* | Revert "Export scene type tag." | David Thompson | 2013-11-03 | 1 | -8/+9 |
* | Export scene type tag. | David Thompson | 2013-11-03 | 1 | -9/+8 |
* | Update action and animation example to use new stage variables. | David Thompson | 2013-10-30 | 2 | -11/+7 |
* | Update font demo. | David Thompson | 2013-10-23 | 1 | -8/+12 |
* | Update coroutine demo. | David Thompson | 2013-10-23 | 1 | -15/+17 |
* | Update actions example. | David Thompson | 2013-10-23 | 1 | -13/+16 |
* | Update animation demo. | David Thompson | 2013-10-23 | 1 | -8/+14 |
* | Fix broken examples due to a renamed image file. :( | David Thompson | 2013-10-02 | 3 | -3/+3 |
* | Change an example graphic and add credits. | David Thompson | 2013-09-27 | 6 | -1/+11 |
* | Add comment. | David Thompson | 2013-09-06 | 1 | -0/+2 |
* | Add example that shows off multiple scenes. | David Thompson | 2013-09-06 | 1 | -0/+55 |
* | Update the rest of the examples to use the new declarative game stuff. | David Thompson | 2013-09-06 | 6 | -194/+141 |
* | Update simple example. | David Thompson | 2013-09-06 | 1 | -19/+9 |
* | Update simple demo to use a game object. | David Thompson | 2013-09-06 | 1 | -1/+1 |