From: <ba...@us...> - 2012-02-26 22:33:07
|
Revision: 101 http://scrupp.svn.sourceforge.net/scrupp/?rev=101&view=rev Author: basique Date: 2012-02-26 22:33:01 +0000 (Sun, 26 Feb 2012) Log Message: ----------- - new commands: scrupp.setBackgroundColor(table or r,g,b values) r,g,b = scrupp.getBackgroundColor() Every frame is cleared using this color, before the actual rendering happens. The default is black (r,g,b = 0,0,0). - small optimization regarding unicode translation on keypress events - changed configure script to ignore Lua 5.2 until all libraries are ported to the new version Modified Paths: -------------- trunk/configure.ac trunk/src/Graphics.c trunk/src/Main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |