Commit Graph

11 Commits

Author SHA1 Message Date
rxi
fb2622bd81 Changed default font to be real lua object
The default font is now created as a real lua object and added to the
lua registry under the address of its struct pointer. The
love.graphics.getFont() function can now be used to retrieve the default
font.
2014-06-14 15:40:39 +01:00
rxi
2d48b5eae1 Made filename argument optional in love.graphics.newFont() 2014-06-14 15:16:07 +01:00
rxi
664ffe979c Moved graphics_initDefaultFont functionality -> font_initEmbedded 2014-06-14 14:14:09 +01:00
rxi
cb56dad31b Changed love module to init all classes before anything else 2014-06-14 13:59:56 +01:00
rxi
be2a788b05 Added support for non-string values to love.graphics.print() 2014-06-14 13:53:26 +01:00
rxi
4c734fd3c3 Version 0.1.1 2014-06-13 21:37:36 +01:00
rxi
cdd2d67c7d Fixed default color in image.c to match graphics.c 2014-06-13 21:31:54 +01:00
rxi
5e43a0bc77 Added links at the top to each section in doc/api.md 2014-06-13 21:18:48 +01:00
rxi
e203e31740 Fixed links in README.md and doc/building.md 2014-06-13 21:08:41 +01:00
rxi
c1fc37373e Version 0.1.0 2014-06-13 21:02:57 +01:00
rxi
f34b4f8beb Intial commit 2014-06-13 21:01:19 +01:00