rxi
9ed8ca8f01
Updated love.graphics.clear() to use new color format
2016-09-23 19:12:58 +01:00
rxi
10d491def9
Changed getColorFromArgs to take defaults array, and either all colors or non
2016-09-23 19:10:33 +01:00
rxi
b73dea5350
Changed setColor and setBackgroundColor to take rgb arguments
2016-09-22 19:55:16 +01:00
rxi
b42866dbe8
Updated copyright year
2016-09-22 19:31:05 +01:00
rxi
7848c10af9
Removed palette changing functionality from graphics.c
2016-09-22 19:15:11 +01:00
rxi
73540b5e09
Fixed off-by-one in l_graphics_circle()'s horiz clipping
2014-06-24 23:07:03 +01:00
rxi
78ab841f78
Replaced use of luaL_getinteger() with getint() in graphics.c
2014-06-21 00:49:15 +01:00
rxi
58bacfe1d1
Changed love.graphics.setPalette() to set to default on nil
2014-06-21 00:16:01 +01:00
rxi
785f3e3646
Added love.graphics.getPalette()
2014-06-21 00:01:39 +01:00
rxi
255a426cda
Added palette table support to love.graphics.setPalette()
2014-06-20 22:55:05 +01:00
rxi
57688a1e57
Added love.graphics.setPalette() function
2014-06-20 21:30:23 +01:00
rxi
8e89209d0e
Fixed some comments in l_graphics_setCanvas and _setFont
2014-06-14 19:38:14 +01:00
rxi
61d6f9524e
Removed all default value sets in graphics, added call to reset()
...
All love.graphics state settings are now set to their default by a
single call of love.graphics.reset() when the love.graphics module is
loaded. This means the default value for each love.graphics setter is
now located in the corresponding set function.
2014-06-14 18:07:41 +01:00
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