rxi
7961091853
Updated README.md to reflect addition of palette funcs
2014-06-21 00:07:26 +01:00
rxi
c09cecb25b
Added love.graphics.get/setPalette() to doc/api.md
2014-06-21 00:02:50 +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
27f128c291
Added LUA_COMPAT_ALL define to build.py
2014-06-20 20:57:21 +01:00
rxi
aa7c4f6b6f
Updated api.md to reflect changes to getCanvas() & getFont()
2014-06-19 21:08:34 +01:00
rxi
e725a3f335
Set print and xpcall to locals in main.c's lua code
...
This prevents any undesired behaviour from those functions being set to
something else, such as lua errors not being printed to the console if
the global print() function was changed.
2014-06-18 19:05:15 +01:00
rxi
3ddcbd954d
Fixed Image:setPixel()'s description in api.md
2014-06-16 18:28:16 +01:00
rxi
a92d866261
Version 0.1.3
2014-06-16 18:20:20 +01:00
rxi
0900563e67
Fixed color argument of l_image_setPixel()
2014-06-15 13:57:44 +01:00
rxi
e907307eb2
Fixed fonts to not be effected by the current flip mode
2014-06-15 11:50:04 +01:00
rxi
8e89209d0e
Fixed some comments in l_graphics_setCanvas and _setFont
2014-06-14 19:38:14 +01:00
rxi
6074d20917
Version 0.1.2
2014-06-14 18:52:00 +01:00
rxi
311aac14b0
Fixed typo of love.getVersion function in luaopen_love
2014-06-14 18:50:15 +01:00
rxi
b71a436826
Added missing documentation for love.errhand in api.md
2014-06-14 18:29:55 +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
bd1afc184a
Added onLuaPanic() function to main.c
2014-06-14 16:27:42 +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
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