Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't load font shaders upon importing (2d font) module. | David Thompson | 2014-03-29 | 1 | -0/+2 |
| | | | | | | | * 2d/font.scm (font-shader): Set to #f initially. (enable-fonts): New procedure. * examples/font.scm: Enable fonts. | ||||
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 1 | -0/+17 |
| | |||||
* | Update font example. | David Thompson | 2014-03-08 | 1 | -19/+5 |
| | | | | * examples/font.scm: Remove GC counter. | ||||
* | Update font example. | David Thompson | 2014-02-17 | 1 | -26/+20 |
| | | | | | * examples/common.scm: Change format for displaying FPS in console. * examples/font.scm: Use new signal API generating labels. | ||||
* | Rewrite font module. | David Thompson | 2014-02-16 | 1 | -8/+42 |
| | | | | | | | | | | | | | | FTGL has been dropped in favor of SDL_ttf. * 2d/font: Rewrite everything! * 2d/wrappers/ftgl.scm: Delete it. * configure.ac: Check for SDL_ttf. * data/Makefile.am (shaders_DATA): Add font shaders. * data/shaders/font-fragment.glsl: New shader. * data/shaders/font-vertex.glsl: New shader. * examples/font.scm: Rewrite font example. * examples/fonts/AUTHORS: Delete it. * examples/fonts/Boxy-Bold.ttf: Delete it. | ||||
* | Update some of the example programs to use the new API. | David Thompson | 2014-01-10 | 1 | -15/+8 |
| | | | | | | | | | | | | * 2d/examples/common.scm: New file. * 2d/examples/coroutine.scm: Updated. * 2d/examples/font.scm: Updated. * 2d/examples/simple.scm: Updated. * 2d/examples/tilemap.scm: Updated. | ||||
* | Update examples. | David Thompson | 2013-11-04 | 1 | -1/+0 |
| | |||||
* | Update examples to use new scene/stage system. | David Thompson | 2013-11-03 | 1 | -6/+7 |
| | |||||
* | Update font demo. | David Thompson | 2013-10-23 | 1 | -8/+12 |
| | |||||
* | Update the rest of the examples to use the new declarative game stuff. | David Thompson | 2013-09-06 | 1 | -34/+18 |
| | |||||
* | Rename apply-color to use-color. | David Thompson | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Replace old vector module with new vector2 module. | David Thompson | 2013-08-27 | 1 | -2/+3 |
| | |||||
* | Update font example. | David Thompson | 2013-08-18 | 1 | -13/+7 |
| | |||||
* | Update font example. | David Thompson | 2013-08-18 | 1 | -2/+14 |
| | |||||
* | Update font example. | David Thompson | 2013-08-17 | 1 | -8/+4 |
| | |||||
* | Create a font example. | David Thompson | 2013-08-17 | 1 | -0/+38 |