From: <ba...@us...> - 2008-08-23 17:35:06
|
Revision: 25 http://scrupp.svn.sourceforge.net/scrupp/?rev=25&view=rev Author: basique Date: 2008-08-23 17:35:02 +0000 (Sat, 23 Aug 2008) Log Message: ----------- - it's now safe to call scrupp.init() multiple times in order to resize the window Resizing destroys the opengl context, that's why it's nescessary to store references to all the images and to reload them upon execution of scrupp.init(). Now this dirty work is done by Scrupp. - improved the font plugin Now it wraps all font methods supported by Scrupp: getLineSkip, getHeight, getTextSize, generateImage. Implemented font:cache(str) to cache all letters of a string or the default string. Modified Paths: -------------- trunk/scripts/font.lua trunk/src/Graphics.c trunk/src/Graphics.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |