Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up module definition. | David Thompson | 2014-01-12 | 1 | -3/+1 |
| | | | | * 2d/wrappers/gl.scm: Remove unused cruft. | ||||
* | Add error handling to ftgl-create-texture-font. | David Thompson | 2013-10-11 | 1 | -2/+6 |
| | |||||
* | Revert "Add missing wrappers for glGenTextures and glDeleteTextures." | David Thompson | 2013-09-05 | 1 | -23/+1 |
| | | | | This reverts commit f6eed03342b55a2a843c177822bef13609d81703. | ||||
* | Add missing wrappers for glGenTextures and glDeleteTextures. | David Thompson | 2013-09-05 | 1 | -1/+23 |
| | | | | This should resolve issue #10. | ||||
* | Make the origin the top-left corner of the window again. | David Thompson | 2013-08-26 | 1 | -1/+15 |
| | |||||
* | Tidy up freeimage module. | David Thompson | 2013-08-24 | 1 | -21/+36 |
| | |||||
* | Add (ice-9 format) module to imports for freeimage and ftgl | Pieter Slabbert | 2013-08-23 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | freeimage.scm and ftgl.scm were throwing warnings when running make about a unsupported format option GEN 2d/wrappers/freeimage.go 2d/wrappers/freeimage.scm:120:6: warning: "<freeimage-bitmap ~x width: ~d height: ~d bpp: ~d>": unsupported format option ~x, use (ice-9 format) instead wrote `2d/wrappers/freeimage.go' GEN 2d/wrappers/ftgl.go 2d/wrappers/ftgl.scm:62:6: warning: "<ftgl-font ~x>": unsupported format option ~x, use (ice-9 format) instead 2d/wrappers/ftgl.scm:100:6: warning: "<ftgl-simple-layout ~x>": unsupported format option ~x, use (ice-9 format) instead wrote `2d/wrappers/ftgl.go' GEN 2d/wrappers/gl.go wrote `2d/wrappers/gl.go' adding the modules to the module definition of each file fixes it | ||||
* | Add a few more wrappers for FTGL layout functions. | David Thompson | 2013-08-18 | 1 | -3/+19 |
| | |||||
* | Add wrappers for FTGL simple layout objects. | David Thompson | 2013-08-18 | 1 | -0/+80 |
| | |||||
* | Create initial bindings for ftgl. | David Thompson | 2013-08-17 | 1 | -0/+89 |
| | |||||
* | Delete freetype wrapper module. | David Thompson | 2013-08-17 | 1 | -33/+0 |
| | |||||
* | Move define-enumeration into util module. | David Thompson | 2013-08-17 | 2 | -16/+42 |
| | |||||
* | Create freetype module. | David Thompson | 2013-08-15 | 1 | -0/+33 |
| | |||||
* | Fix freeimage-load procedure that was not passing enough arguments. | David Thompson | 2013-08-15 | 1 | -4/+3 |
| | | | | | | This was a fucking pain to track down. freeimage-get-bits was randomly failing to load. Sometimes the program would run, sometimes it would crash with a null pointer dereference error. | ||||
* | Add wrapper for FreeImage_FlipVertical. | David Thompson | 2013-08-15 | 1 | -0/+12 |
| | |||||
* | Add freeimage wrapper. | David Thompson | 2013-08-14 | 1 | -0/+250 |
| | |||||
* | Remove unnecessary gl enum. | David Thompson | 2013-08-14 | 1 | -20/+0 |
| | |||||
* | Move gl.scm to wrappers subdirectory. | David Thompson | 2013-08-14 | 1 | -0/+96 |