Commit Graph

12 Commits

Author SHA1 Message Date
rxi
d03e297a9a Fixed love.errhand() -- replaced use of getEvents() with poll() 2016-09-24 13:49:04 +01:00
rxi
4b7797ab2a Updated comments in main.c 2016-09-24 11:32:33 +01:00
rxi
09e5bb0628 Renamed getEvents() -> poll() on love.mouse/keyboard
Rolled love.mouse.update() into love.mouse.poll()
2016-09-24 11:02:49 +01:00
rxi
c8453c6f60 Implemented love.mouse.getEvents() and mouse callbacks 2016-09-24 10:58:02 +01:00
rxi
dd44e8d1a0 Added mouse module (love.mouse), updated doc/files.md 2016-09-24 10:42:22 +01:00
rxi
b407535680 Boot script tweaks; Implemented proper errhand function 2016-09-23 20:56:55 +01:00
rxi
b42866dbe8 Updated copyright year 2016-09-22 19:31:05 +01:00
rxi
92511f0132 Added palette.c/h and palette_init() call in main.c 2016-09-22 19:11:56 +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
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
f34b4f8beb Intial commit 2014-06-13 21:01:19 +01:00