Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 1 | -8/+8 |
| | |||||
* | 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 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Move define-enumeration into util module. | David Thompson | 2013-08-17 | 1 | -16/+2 |
| | |||||
* | 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 |