Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite define-guardian to avoid 'after-cg-hook'. | David Thompson | 2014-02-17 | 1 | -11/+7 |
| | | | | * 2d/helpers.scm (define-guardian): Don't use 'after-gc-hook'. | ||||
* | Add define-guardian macro. | David Thompson | 2014-02-09 | 1 | -1/+22 |
| | | | | | | * 2d/helpers.scm (define-guardian): New macro. * 2d/texture.scm (reap-textures): Delete it. (texture-guardian): Defined using define-guardian. | ||||
* | Remove unused export. | David Thompson | 2014-01-12 | 1 | -2/+1 |
| | | | | * 2d/helpers.scm (rgba->gl-color): Remove export. | ||||
* | Clean up docstrings for helpers module. | David Thompson | 2013-09-15 | 1 | -4/+3 |
| | |||||
* | Use new color module. | David Thompson | 2013-08-17 | 1 | -12/+0 |
| | |||||
* | rgba->gl-color now returns a vector instead of a list. | David Thompson | 2013-07-21 | 1 | -5/+5 |
| | |||||
* | Add rgba->gl-color procedure. | David Thompson | 2013-07-17 | 1 | -1/+15 |
| | | | | | rgba->gl-color converts an RGBA color code in integer form into a list of color values for use with OpenGL calls. For example, passing #xffffffff returns '(1.0 1.0 1.0 1.0). | ||||
* | Change = to equal? | David Thompson | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | Create a helpers module for miscellaneous convenient procedures. | David Thompson | 2013-06-25 | 1 | -0/+37 |