Pere got Rails magic tool working the way I envisioned!

This commit is contained in:
William Kendrick 2009-01-30 23:59:07 +00:00
parent 088ff3f60f
commit f7588b8ab3
4 changed files with 173 additions and 44 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 17, 2002 - January 11, 2009
June 17, 2002 - January 30, 2009
$Id$
@ -57,10 +57,15 @@ $Id$
by Andrew 'akanewbie' Corcoran <akanewbie@gmail.com>
Contributed as part of Google Summer of Code, 2008.
Confetti, Fold and Rails Magic Tools.
Confetti, Fold, Fisheye, TV, Rosette, Picasso and Wavelets Magic Tools.
by Adam 'foo-script' Rakowski <foo-script@o2.pl>
Contributed as part of Google Summer of Code, 2008.
Rails Magic Tool
by Adam 'foo-script' Rakowski <foo-script@o2.pl> (part of GSOC 2008)
with modifications by Bill Kendrick
and Pere Pujal i Carabantes <pere@fornol.no-ip.org>
* Graphics

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2009.January.29 (0.9.21)
2009.January.30 (0.9.21)
* New Starters:
-------------
* Silver Frame
@ -37,7 +37,6 @@ $Id$
* + Confetti - Paints random confetti bits on the canvas.
+ Fold - Folds the corners of the image up, like a piece of paper.
+ Fisheye - Warps part of the picture, as though seen through a fisheye.
+ Rails - Draws train tracks / rails over the image.
+ TV - Adds television (CRT) interlacing lines over the image.
+ Rosette - Paints at 3 points on the screen, in a rosette shape.
+ Picasso - Paints at 3 points, in a "Picasso" art style.
@ -45,6 +44,11 @@ $Id$
By Adam 'foo-script' Rakowski <foo-script@o2.pl>
(Part of Tux4Kids' participation in Google Summer of Code 2008)
* Rails - Draws train tracks / rails over the image.
By Adam 'foo-script' Rakowski <foo-script@o2.pl> (GSOC 2008),
with modifications by Bill Kendrick
and Pere Pujal i Carabantes <pere@fornol.no-ip.org>
* Magic Tool Improvememnts:
--------------------------
* Added "_switchin()" and "_switchout()" functions to Magic tool API,