Commit Graph

8 Commits

Author SHA1 Message Date
rxi
d8758b7ba9 Added love.graphics.reset() 2014-06-14 18:03:28 +01:00
rxi
70fdd2ed1a Removed redundant graphics funcs and graphics.h 2014-06-14 16:17:59 +01:00
rxi
ac6c57220e Neatened l_graphics_setCanvas and _setFont() 2014-06-14 16:10:00 +01:00
rxi
01e09e3294 Changed screen canvas to be real lua object
The screen canvas can now be accessed by using love.graphics.getCanvas()
when it is set.
2014-06-14 16:01:59 +01:00
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
664ffe979c Moved graphics_initDefaultFont functionality -> font_initEmbedded 2014-06-14 14:14:09 +01:00
rxi
be2a788b05 Added support for non-string values to love.graphics.print() 2014-06-14 13:53:26 +01:00
rxi
f34b4f8beb Intial commit 2014-06-13 21:01:19 +01:00