[Gambas-devel-svn] SF.net SVN: gambas: [508] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-08-19 00:58:11
|
Revision: 508 http://gambas.svn.sourceforge.net/gambas/?rev=508&view=rev Author: gambas Date: 2007-08-18 17:58:14 -0700 (Sat, 18 Aug 2007) Log Message: ----------- [EXAMPLES] * NEW: The GameOfLife example now implements the real rules of the standard game of life. [INTERPRETER] * NEW: Array.Copy() can copy multi-dimensional arrays now, only if it gets no arguments. [GB.DRAW] * BUG: Support for devices that are static classes (like Printer). [GB.IMAGE] * NEW: Image.Gradient decay arguments are float now. [GB.QT] * NEW: Drawing and Printer classes were removed and put in gb.qt.ext. [GB.QT.EXT] * NEW: Drawing and Printer classes were moved to this component. They are drawable again. * NEW: This component implements the Draw.Drawing() method. [GB.FORM] * NEW: InputBox is a new static class made for Visual Basic users. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/examples/examples/Games/DeepSpace/.project 2.0/trunk/examples/examples/Games/DeepSpace/FMain.form 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.form 2.0/trunk/examples/examples/Printing/Printing/.project 2.0/trunk/examples/examples/Printing/Printing/FormPrinting.class 2.0/trunk/gb.image/src/CImage.cpp 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CDraw.h 2.0/trunk/gb.qt/src/Makefile.am 2.0/trunk/gb.qt/src/ext/Makefile.am 2.0/trunk/gb.qt/src/ext/main.cpp 2.0/trunk/gb.qt/src/ext/main.h 2.0/trunk/gb.qt/src/gb.qt.h 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/lib/draw/CDraw.c Added Paths: ----------- 2.0/trunk/comp/src/gb.form/FInputBox.class 2.0/trunk/comp/src/gb.form/FInputBox.form 2.0/trunk/comp/src/gb.form/InputBox.class 2.0/trunk/gb.qt/src/ext/CDraw.cpp 2.0/trunk/gb.qt/src/ext/CDraw.h 2.0/trunk/gb.qt/src/ext/CDrawing.cpp 2.0/trunk/gb.qt/src/ext/CDrawing.h 2.0/trunk/gb.qt/src/ext/CPrinter.cpp 2.0/trunk/gb.qt/src/ext/CPrinter.h Removed Paths: ------------- 2.0/trunk/examples/examples/Games/GameOfLife/FAbout.class 2.0/trunk/examples/examples/Games/GameOfLife/FAbout.form 2.0/trunk/gb.qt/src/CDrawing.cpp 2.0/trunk/gb.qt/src/CDrawing.h 2.0/trunk/gb.qt/src/CPrinter.cpp 2.0/trunk/gb.qt/src/CPrinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |