You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(9) |
Sep
(1) |
Oct
(5) |
Nov
(2) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(3) |
Feb
|
Mar
(6) |
Apr
(2) |
May
(3) |
Jun
|
Jul
|
Aug
(2) |
Sep
(9) |
Oct
(2) |
Nov
(1) |
Dec
(2) |
2010 |
Jan
(4) |
Feb
(10) |
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
(7) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andreas K. <and...@gm...> - 2009-09-06 15:58:01
|
I'm pleased to announce the release of Scrupp v0.4. The main new features in this release: 1. The inclusion of the cairo binding lua-oocairo by Geoff Richards. The original website of this binding is no longer available, but Scrupp includes the complete source and documentation. 2. The inclusion of LuaSocket by Diego Nehab. 3. The support of MPEG-1 videos. Further changes: - using autotools for easier compilation and installation on Linux - text interface supports UTF8 strings (Michal Kolodziejczyk) - Lua commands 'dofile' and 'require' support the virtual filesystem - new functions to manipulate the OpenGL state: translate, scale, rotate, save, restore and reset the state - support for image loading from strings (e.g. received via network) Homepage: http://scrupp.sourceforge.net -- Andreas Krinke |
From: <ba...@us...> - 2009-09-06 15:27:00
|
Revision: 62 http://scrupp.svn.sourceforge.net/scrupp/?rev=62&view=rev Author: basique Date: 2009-09-06 15:26:53 +0000 (Sun, 06 Sep 2009) Log Message: ----------- Tagging the 0.4 release Added Paths: ----------- tags/release-0.4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-09-06 14:42:30
|
Revision: 61 http://scrupp.svn.sourceforge.net/scrupp/?rev=61&view=rev Author: basique Date: 2009-09-06 14:42:21 +0000 (Sun, 06 Sep 2009) Log Message: ----------- - new innosetup script for Scrupp 0.4 It is used to create the installer for Windows. Added Paths: ----------- trunk/platforms/innosetup/scrupp-0.4-win32 setup.iss This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-09-05 22:18:49
|
Revision: 60 http://scrupp.svn.sourceforge.net/scrupp/?rev=60&view=rev Author: basique Date: 2009-09-05 22:18:40 +0000 (Sat, 05 Sep 2009) Log Message: ----------- - preparing everything for the next release: Scrupp 0.4 Modified Paths: -------------- trunk/ChangeLog trunk/INSTALL trunk/configure.ac trunk/src/Main.h Added Paths: ----------- trunk/doc/scrupp-refman-0.4.pdf Removed Paths: ------------- trunk/doc/scrupp-refman-0.2.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-09-05 19:32:02
|
Revision: 59 http://scrupp.svn.sourceforge.net/scrupp/?rev=59&view=rev Author: basique Date: 2009-09-05 19:31:51 +0000 (Sat, 05 Sep 2009) Log Message: ----------- - renamed scripts/colors.lua to scripts/color.lua - color.lua now returns the color table which makes local color = require "color" possible Modified Paths: -------------- trunk/scripts/Makefile.am Added Paths: ----------- trunk/scripts/color.lua Removed Paths: ------------- trunk/scripts/colors.lua This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-09-05 19:26:29
|
Revision: 58 http://scrupp.svn.sourceforge.net/scrupp/?rev=58&view=rev Author: basique Date: 2009-09-05 19:26:19 +0000 (Sat, 05 Sep 2009) Log Message: ----------- - a bunch of new (simple) examples are available Modified Paths: -------------- trunk/examples/Makefile.am Added Paths: ----------- trunk/examples/arguments.slua trunk/examples/callbacks.slua trunk/examples/drawing.slua trunk/examples/font.slua trunk/examples/keyboard.slua trunk/examples/luasocket.slua trunk/examples/mouse.slua This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-09-05 19:20:54
|
Revision: 57 http://scrupp.svn.sourceforge.net/scrupp/?rev=57&view=rev Author: basique Date: 2009-09-05 19:20:42 +0000 (Sat, 05 Sep 2009) Log Message: ----------- - replaced movie:renderFrams(framenum) with movie:loadFirstFrame() which loads the first frame of the MPEG-1. When the movie is rendered afterwards, it will show the first frame instead of a black surface. Modified Paths: -------------- trunk/src/Movie.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-09-03 21:43:58
|
Revision: 56 http://scrupp.svn.sourceforge.net/scrupp/?rev=56&view=rev Author: basique Date: 2009-09-03 21:43:48 +0000 (Thu, 03 Sep 2009) Log Message: ----------- - new functions: img:setColor(r,g,b) r,g,b = img:getColor() img:clearColor() img:setRect(x,y,w,h) x,y,w,h = img:getRect() img:clearRect() The color and the coordinates of the area of the image which should be rendered belong to the image state now. Modified Paths: -------------- 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. |
From: <ba...@us...> - 2009-08-31 21:52:52
|
Revision: 55 http://scrupp.svn.sourceforge.net/scrupp/?rev=55&view=rev Author: basique Date: 2009-08-31 21:52:40 +0000 (Mon, 31 Aug 2009) Log Message: ----------- - re-enabled linear texture filtering - the center coordinates, scale factors and rotation is stored in every image - new functions: img:setCenterX(cx) cx = img:getCenterX() img:setCenterY(cy) cy = img:getCenterY() img:setCenter(cx, cy) cx, cy = img:getCenter() img:setScaleX(sx) sx = img:getScaleX() img:setScaleY(sy) sy = img:getScaleY() img:setScale(sx, sy) sx, sy = img:getScale() img:setRotation(a) a = img:getRotation() This should speed up the rendering of images, because in many cases it's not nescessary to use img:render{centerX = cx, centerY = cy, ...}. Instead the state of the image is changed and the normal img:render(x, y) call is used. Modified Paths: -------------- 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. |
From: <ba...@us...> - 2009-08-20 23:07:28
|
Revision: 54 http://scrupp.svn.sourceforge.net/scrupp/?rev=54&view=rev Author: basique Date: 2009-08-20 23:07:15 +0000 (Thu, 20 Aug 2009) Log Message: ----------- - improved the detection of Lua by the configure script Modified Paths: -------------- trunk/configure.ac Removed Paths: ------------- trunk/m4/lua.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Andreas K. <and...@gm...> - 2009-05-22 14:33:18
|
Hello list! The new forum is online! You don't need to be registered to post there, but then a moderator has to approve your message before you can see it on the web. Happy posting! http://apps.sourceforge.net/phpbb/scrupp/ Andreas |
From: <ba...@us...> - 2009-05-18 16:58:27
|
Revision: 53 http://scrupp.svn.sourceforge.net/scrupp/?rev=53&view=rev Author: basique Date: 2009-05-18 16:58:16 +0000 (Mon, 18 May 2009) Log Message: ----------- - new plugin: colors.lua Contains some pre-defined colors. Usage example: require "colors" local black = colors.black - major rewrite of the movie module - several bugs fixed - playing movies in resizable windows is working now - better performance Modified Paths: -------------- trunk/src/Graphics.c trunk/src/Movie.c trunk/src/Movie.h Added Paths: ----------- trunk/scripts/colors.lua This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-05-08 22:09:54
|
Revision: 52 http://scrupp.svn.sourceforge.net/scrupp/?rev=52&view=rev Author: basique Date: 2009-05-08 22:09:45 +0000 (Fri, 08 May 2009) Log Message: ----------- - added support for autoconf and automake After checkout, it should be enough to run ./autogen.sh and then ./configure make sudo make install to compile and install Scrupp. The new INSTALL file contains some more details on the dependencies. The new folder m4 contains the autoconf makros which are needed to detect some of the dependencies (Lua, OpenGL and SMPEG). Modified Paths: -------------- trunk/COPYRIGHT trunk/src/FileIO.c trunk/src/Main.h Added Paths: ----------- trunk/ChangeLog trunk/INSTALL trunk/Makefile.am trunk/autogen.sh trunk/configure.ac trunk/doc/Makefile.am trunk/doc/lua-oocairo/Makefile.am trunk/doc/lua-oocairo/download.sh trunk/doc/luasocket/Makefile.am trunk/doc/scrupp-refman-0.2.pdf trunk/examples/Makefile.am trunk/examples/cairo/Makefile.am trunk/examples/cairo/images/Makefile.am trunk/examples/luasocket/Makefile.am trunk/fonts/Makefile.am trunk/m4/ trunk/m4/acx_pthread.m4 trunk/m4/ax_check_gl.m4 trunk/m4/ax_lang_compiler_ms.m4 trunk/m4/lua.m4 trunk/m4/smpeg.m4 trunk/platforms/unix/ trunk/scripts/Makefile.am trunk/scripts/socket/Makefile.am trunk/src/Makefile.am trunk/src/lua-oocairo/Makefile.am trunk/src/luasocket/Makefile.am Removed Paths: ------------- trunk/Makefile trunk/doc/lua-oocairo/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-04-24 23:52:08
|
Revision: 51 http://scrupp.svn.sourceforge.net/scrupp/?rev=51&view=rev Author: basique Date: 2009-04-24 23:51:55 +0000 (Fri, 24 Apr 2009) Log Message: ----------- - small fixes to make scrupp work together with luasocket on windows Modified Paths: -------------- trunk/examples/luasocket/README.scrupp trunk/platforms/msvc6/scrupp.dsp trunk/src/Main.h trunk/src/luasocket/fullluasocket.c Added Paths: ----------- trunk/scripts/socket/ Removed Paths: ------------- trunk/scripts/luasocket/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-04-16 12:13:54
|
Revision: 50 http://scrupp.svn.sourceforge.net/scrupp/?rev=50&view=rev Author: basique Date: 2009-04-16 12:13:38 +0000 (Thu, 16 Apr 2009) Log Message: ----------- - added LuaSocket (network library) to Scrupp - added the examples of LuaSocket to the examples directory - added documentation of LuaSocket and lua-oocairo to the newly created doc directory Modified Paths: -------------- trunk/Makefile trunk/src/Main.c trunk/src/Main.h Added Paths: ----------- trunk/doc/ trunk/doc/lua-oocairo/ trunk/doc/lua-oocairo/Makefile trunk/doc/lua-oocairo/block-fade.png trunk/doc/lua-oocairo/context.html trunk/doc/lua-oocairo/fontface.html trunk/doc/lua-oocairo/fontopt.html trunk/doc/lua-oocairo/index.html trunk/doc/lua-oocairo/matrix.html trunk/doc/lua-oocairo/path.html trunk/doc/lua-oocairo/pattern.html trunk/doc/lua-oocairo/scaledfont.html trunk/doc/lua-oocairo/site.css trunk/doc/lua-oocairo/surface.html trunk/doc/lua-oocairo/userfont.html trunk/doc/luasocket/ trunk/doc/luasocket/dns.html trunk/doc/luasocket/ftp.html trunk/doc/luasocket/http.html trunk/doc/luasocket/index.html trunk/doc/luasocket/installation.html trunk/doc/luasocket/introduction.html trunk/doc/luasocket/ltn12.html trunk/doc/luasocket/luasocket.png trunk/doc/luasocket/mime.html trunk/doc/luasocket/reference.css trunk/doc/luasocket/reference.html trunk/doc/luasocket/smtp.html trunk/doc/luasocket/socket.html trunk/doc/luasocket/tcp.html trunk/doc/luasocket/udp.html trunk/doc/luasocket/url.html trunk/examples/luasocket/ trunk/examples/luasocket/README trunk/examples/luasocket/README.scrupp trunk/examples/luasocket/cddb.lua trunk/examples/luasocket/daytimeclnt.lua trunk/examples/luasocket/echoclnt.lua trunk/examples/luasocket/echosrvr.lua trunk/examples/luasocket/listener.lua trunk/examples/luasocket/talker.lua trunk/examples/luasocket/tinyirc.lua trunk/scripts/luasocket/ trunk/scripts/luasocket/ftp.lua trunk/scripts/luasocket/http.lua trunk/scripts/luasocket/ltn12.lua trunk/scripts/luasocket/mime.lua trunk/scripts/luasocket/smtp.lua trunk/scripts/luasocket/socket.lua trunk/scripts/luasocket/tp.lua trunk/scripts/luasocket/url.lua trunk/src/luasocket/ trunk/src/luasocket/LICENSE trunk/src/luasocket/NEW trunk/src/luasocket/README trunk/src/luasocket/auxiliar.c trunk/src/luasocket/auxiliar.h trunk/src/luasocket/buffer.c trunk/src/luasocket/buffer.h trunk/src/luasocket/except.c trunk/src/luasocket/except.h trunk/src/luasocket/fullluasocket.c trunk/src/luasocket/fullluasocket.h trunk/src/luasocket/inet.c trunk/src/luasocket/inet.h trunk/src/luasocket/io.c trunk/src/luasocket/io.h trunk/src/luasocket/luasocket.c trunk/src/luasocket/luasocket.h trunk/src/luasocket/mime.c trunk/src/luasocket/mime.h trunk/src/luasocket/options.c trunk/src/luasocket/options.h trunk/src/luasocket/select.c trunk/src/luasocket/select.h trunk/src/luasocket/socket.h trunk/src/luasocket/tcp.c trunk/src/luasocket/tcp.h trunk/src/luasocket/timeout.c trunk/src/luasocket/timeout.h trunk/src/luasocket/udp.c trunk/src/luasocket/udp.h trunk/src/luasocket/unix.c trunk/src/luasocket/unix.h trunk/src/luasocket/usocket.c trunk/src/luasocket/usocket.h trunk/src/luasocket/wsocket.c trunk/src/luasocket/wsocket.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-03-31 22:06:20
|
Revision: 49 http://scrupp.svn.sourceforge.net/scrupp/?rev=49&view=rev Author: basique Date: 2009-03-31 22:06:06 +0000 (Tue, 31 Mar 2009) Log Message: ----------- - update to make scrupp compile with Microsoft Visual C++ 6 without any warnings Modified Paths: -------------- trunk/Makefile trunk/platforms/msvc6/scrupp.dsp trunk/src/Graphics.c trunk/src/Main.c trunk/src/lua-oocairo/obj_font_face.c trunk/src/lua-oocairo/oocairo.c Added Paths: ----------- trunk/platforms/msvc6/include/cairo-deprecated.h trunk/platforms/msvc6/include/cairo-features.h trunk/platforms/msvc6/include/cairo-pdf.h trunk/platforms/msvc6/include/cairo-ps.h trunk/platforms/msvc6/include/cairo-svg.h trunk/platforms/msvc6/include/cairo-version.h trunk/platforms/msvc6/include/cairo-win32.h trunk/platforms/msvc6/include/cairo.h trunk/platforms/msvc6/lib/cairo.lib trunk/src/lua-oocairo/ Removed Paths: ------------- trunk/src/lua-oocairo-1.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-03-31 14:52:09
|
Revision: 48 http://scrupp.svn.sourceforge.net/scrupp/?rev=48&view=rev Author: basique Date: 2009-03-31 14:51:54 +0000 (Tue, 31 Mar 2009) Log Message: ----------- - small fixes to make scrupp cleanly compile on Linux Modified Paths: -------------- trunk/src/Macros.c trunk/src/lua-oocairo-1.2/oocairo.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-03-31 13:26:46
|
Revision: 47 http://scrupp.svn.sourceforge.net/scrupp/?rev=47&view=rev Author: basique Date: 2009-03-31 13:26:29 +0000 (Tue, 31 Mar 2009) Log Message: ----------- - new cairo function: Cairo.image_surface_create_from_file(filename) This function loads the image file and returns an image surface which can be used with cairo. It supports the same image formats as scrupp.addImage() and the virtual filesystem provided by PhysFS. Note: It does not support images with an alpha channel! In this case, save the image as png and use Cairo.image_surface_create_from_png() The cairo example masking.slua shows the usage of this function. Modified Paths: -------------- trunk/examples/cairo/masking.slua trunk/src/lua-oocairo-1.2/obj_surface.c trunk/src/lua-oocairo-1.2/oocairo.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-03-30 21:32:47
|
Revision: 46 http://scrupp.svn.sourceforge.net/scrupp/?rev=46&view=rev Author: basique Date: 2009-03-30 21:32:42 +0000 (Mon, 30 Mar 2009) Log Message: ----------- - some fixes to make the cairo support on Mac OS X working - Cairo.image_surface_create_from_png() supports the virtual file system provided by PhysFS Modified Paths: -------------- trunk/src/Graphics.c trunk/src/lua-oocairo-1.2/obj_surface.c trunk/src/lua-oocairo-1.2/oocairo.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-03-06 23:45:48
|
Revision: 45 http://scrupp.svn.sourceforge.net/scrupp/?rev=45&view=rev Author: basique Date: 2009-03-06 23:45:34 +0000 (Fri, 06 Mar 2009) Log Message: ----------- - support for the cairo lib via the lua binding lua-oocairo by Geoff Richards This library makes it possible to generate a surface using cairo commands. Then this surface can be converted to an OpenGL texture using scrupp.addImageFromCairo(surface). The object returned by this function is a normal scrupp image that can be scaled, rotated and rendered using hardware accelerated OpenGL commands (via scrupp). All the examples from the homepage of lua-oocairo http://www.daizucms.org/lua/library/oocairo/ have been converted to use scrupp for output and added to svn. The source code of the binding has been added as well. The support for cairo makes it possible to generate images from within scrupp. Due to the runtime generation they can be completely resolution independant. + some source code cleanup Modified Paths: -------------- trunk/Makefile trunk/src/FileIO.c trunk/src/FileIO.h trunk/src/Font.c trunk/src/Graphics.c trunk/src/Graphics.h trunk/src/Macros.c trunk/src/Main.c trunk/src/Main.h trunk/src/Movie.c trunk/src/Sound.c trunk/src/Sound.h Added Paths: ----------- trunk/examples/ trunk/examples/cairo/ trunk/examples/cairo/COPYRIGHT trunk/examples/cairo/README trunk/examples/cairo/arc.slua trunk/examples/cairo/compositing.slua trunk/examples/cairo/create-from-data.slua trunk/examples/cairo/fill-rule.slua trunk/examples/cairo/groups.slua trunk/examples/cairo/images/ trunk/examples/cairo/images/README trunk/examples/cairo/images/bronze.jpg trunk/examples/cairo/images/flowers.jpg trunk/examples/cairo/images/snow.jpg trunk/examples/cairo/images/wood1.png trunk/examples/cairo/inside-tests.slua trunk/examples/cairo/loading-images.slua trunk/examples/cairo/masking.slua trunk/examples/cairo/repeated-patterns.slua trunk/examples/cairo/simple-example.slua trunk/examples/cairo/stroke-style.slua trunk/examples/cairo/text-extents.slua trunk/examples/cairo/text-font.slua trunk/examples/cairo/text-path.slua trunk/examples/cairo/text-userfont.slua trunk/examples/cairo/text-userfont2.slua trunk/examples/cairo/tolerance.slua trunk/examples/cairo/transform.slua trunk/src/lua-oocairo-1.2/ trunk/src/lua-oocairo-1.2/COPYRIGHT trunk/src/lua-oocairo-1.2/Changes trunk/src/lua-oocairo-1.2/README trunk/src/lua-oocairo-1.2/TODO trunk/src/lua-oocairo-1.2/obj_context.c trunk/src/lua-oocairo-1.2/obj_font_face.c trunk/src/lua-oocairo-1.2/obj_font_opt.c trunk/src/lua-oocairo-1.2/obj_matrix.c trunk/src/lua-oocairo-1.2/obj_path.c trunk/src/lua-oocairo-1.2/obj_pattern.c trunk/src/lua-oocairo-1.2/obj_scaled_font.c trunk/src/lua-oocairo-1.2/obj_surface.c trunk/src/lua-oocairo-1.2/oocairo.c trunk/src/lua-oocairo-1.2/oocairo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-03-02 21:58:34
|
Revision: 44 http://scrupp.svn.sourceforge.net/scrupp/?rev=44&view=rev Author: basique Date: 2009-03-02 21:58:17 +0000 (Mon, 02 Mar 2009) Log Message: ----------- - changed default audio sampling frequency from 22.05 kHz to 44.1 kHz - enabled audio support for mpeg movies The audio channel uses the music channel for playback. Therefore, music playback is disabled during video playback. - fixed bug regarding rendering of parts of images - fixed some compilation warnings - source code cleanup Modified Paths: -------------- trunk/src/FileIO.c trunk/src/Graphics.c trunk/src/Macros.c trunk/src/Main.c trunk/src/Movie.c trunk/src/Movie.h trunk/src/Sound.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mo...@us...> - 2009-01-19 19:27:48
|
Revision: 43 http://scrupp.svn.sourceforge.net/scrupp/?rev=43&view=rev Author: moejoe Date: 2009-01-19 19:27:43 +0000 (Mon, 19 Jan 2009) Log Message: ----------- - innosetup scripts Added Paths: ----------- trunk/platforms/innosetup/scrupp-0.1-win32 setup.iss trunk/platforms/innosetup/scrupp-0.2-win32 setup.iss trunk/platforms/innosetup/scrupp.ico This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-01-18 19:46:23
|
Revision: 41 http://scrupp.svn.sourceforge.net/scrupp/?rev=41&view=rev Author: basique Date: 2009-01-18 19:46:14 +0000 (Sun, 18 Jan 2009) Log Message: ----------- - the Lua builtin commands 'dofile' and 'require' support the virtual filesystem provided by Scrupp (using PhysFS) That means: - 'require' searches for Lua files in the virtual filesystem using the new path.scrupppath variable which defaults to '?.lua;scripts/?.lua'; If it does not succeed, if falls back to the standard behaviour - path.scrupppath can be overridden by the environment variable SCRUPP_PATH - 'dofile' looks for its argument in the virtual filesystem as well; If it does not succeed, it falls back to the standard behaviour (as in the original Lua distribution) - new functions which use the virtual filesystem: - scrupp.fileExists(<path>) - scrupp.isDirectory(<path>) - scrupp.isSymbolicLink(<path>) - the base dir is no longer appended to the search path, but prepended Modified Paths: -------------- trunk/scripts/animation.lua trunk/scripts/font.lua trunk/scripts/timer.lua trunk/src/FileIO.c trunk/src/FileIO.h trunk/src/Main.c trunk/src/Main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2009-01-05 23:30:39
|
Revision: 40 http://scrupp.svn.sourceforge.net/scrupp/?rev=40&view=rev Author: basique Date: 2009-01-05 23:30:33 +0000 (Mon, 05 Jan 2009) Log Message: ----------- - improved Font class (font.lua): - full UTF8 support - support for autokerning (see http://en.wikipedia.org/wiki/Kerning ) Modified Paths: -------------- trunk/scripts/font.lua This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ba...@us...> - 2008-12-27 22:19:41
|
Revision: 39 http://scrupp.svn.sourceforge.net/scrupp/?rev=39&view=rev Author: basique Date: 2008-12-27 22:19:35 +0000 (Sat, 27 Dec 2008) Log Message: ----------- - support for UTF8 strings No change to the scripting interface. scrupp.getTextSize() and scrupp.generateImage() support both LATIN1 and UTF8. Thanks to Michal Kolodziejczyk for the idea and for providing a patch! - added scrupp.PLATFORM Can be one of the strings "Windows", "Mac OS X", "Linux" and "Unknown" depending on the system Scrupp was compiled on. - fixed segfault if the script didn't call scrupp.init() + some minor source code changes Modified Paths: -------------- trunk/src/Font.c trunk/src/Graphics.c trunk/src/Macros.c trunk/src/Main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |