gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/samples/README testsu...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/samples/README testsu...
Date: Mon, 30 Oct 2006 20:33:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/30 20:33:48

Modified files:
        .              : ChangeLog 
Added files:
        testsuite/samples: README subshapes.swf 
Removed files:
        testsuite/samples: sound1.README 

Log message:
                * testsuite/samples/: subshapes.swf, README:
                  added new test file for multiple shape layer
                  combination.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1448&r2=1.1449
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/README?cvsroot=gnash&rev=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/subshapes.swf?cvsroot=gnash&rev=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/sound1.README?cvsroot=gnash&r1=1.1&r2=0

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1448
retrieving revision 1.1449
diff -u -b -r1.1448 -r1.1449
--- ChangeLog   30 Oct 2006 18:16:37 -0000      1.1448
+++ ChangeLog   30 Oct 2006 20:33:48 -0000      1.1449
@@ -1,3 +1,9 @@
+2006-10-30 Udo Giacomozzi <address@hidden>
+
+       * testsuite/samples/: subshapes.swf, README:
+         added new test file for multiple shape layer
+         combination.
+
 2006-10-30 Markus Gothe <address@hidden>
 
         * AUTHORS: added Hannes.

Index: testsuite/samples/README
===================================================================
RCS file: testsuite/samples/README
diff -N testsuite/samples/README
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ testsuite/samples/README    30 Oct 2006 20:33:48 -0000      1.2
@@ -0,0 +1,348 @@
+= [sound1.swf] =
+
+== Origin == 
+
+== Description ==
+
+Plays two small sounds played in sequence.
+Each sound is accompained with a label showing in sync with it's start.
+
+They are either uncompressed or in ADPCM, which the
+gstreamer-backend doesn't suport yet
+
+sdl sound handler plays this fine (doesn't need --enable-mp3)
+
+gst sound handler is currently unable to play this, but it's being worked on.
+
+= [car_smash.swf] =
+
+== Origin == 
+
+== Description ==
+
+= [clip_as_button2.swf] =
+
+== Origin == 
+
+== Description ==
+
+= [clip_as_button.swf] =
+
+== Origin == 
+
+== Description ==
+
+Displais two circles on top and two circles inscribed into two rectangles
+on the bottom. A textfield centered on the bottom is used to print
+events.
+
+The circle on top-left is yellow and reacts to mouse button press by
+changing color to gray and printing "movie clip pressed" in the textfield.
+(it's a movieclip, most likely)
+
+The circle on top-right is blue and reacts to mouse button press by
+changing color to green and printing "button pressed" in the textfield.
+(it's a button, most likely)
+
+The rectangle on bottom-left is light blue and reacts to mouse button press by
+printing "big movie clip pressed" in the textfield. The circle inscribed
+in it is yellow but doesn't handle mouse events itself, so clicking on
+it does the same thing as clicking in the rectangle that contains it.
+
+The rectangle on bottom-right is light blue and doesn't react to mouse button
+press. The circle incribed in it is yellow and react to mouse button press
+by changing color to a kind of dark cyan and printing
+"small movie clip pressed" in the textfield. 
+
+= [counter.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [display_list_test.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [dlist_test1.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [event-test1.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [extended_clipping_test_1.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [money3.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [shared-fonts.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [slider.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [sr2_title.swf] =
+
+== Origin == 
+
+== Description ==
+
+= [subshapes.swf] =
+
+== Origin == 
+
+Produced by Udo Giacomozzi, gnash developer.
+
+== Description ==
+
+This is a test for shapes and the new_shape flag. Flash always tries
+to combine multiple layers to one single shape if possible (when the
+keyframes match and no dynamic objects are contained). To ensure the
+correct Z-order while drawing it inserts a flag in the stream that
+marks the switch to a higher layer. In Gnash, this flag is found in
+the "path" class named "m_new_shape". The first path always has this
+flag set.
+
+The test contains three layers: Two rectangular shapes and a middle
+layer with a red line. The line must be covered by the blue rectangle
+but not by the gray rectangle.
+
+
+= [test_action_order2.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_action_order.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_basic_types.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_button_functions.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_cascaded_clipbuttons.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_clipping_layer.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_colour_tweening.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_forin_array.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_frame1.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_frame2.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_function2.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [TestFunction2.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_goto_frame.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_goto_play.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_goto_stop.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_gradients_alpha.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_gradients_no_alpha.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_gradient_tweening.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_long_static_text.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_rotation2.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_rotation_shear.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_rotation.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_shape_tweening-2.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_shape_tweening.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_string.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_undefined_v6.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [test_undefined_v7.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [text-test2.swf] =
+
+== Origin == 
+
+== Description ==
+
+
+= [text-test.swf] =
+
+== Origin == 
+
+== Description ==
+

Index: testsuite/samples/subshapes.swf
===================================================================
RCS file: testsuite/samples/subshapes.swf
diff -N testsuite/samples/subshapes.swf
Binary files /dev/null and /tmp/cvsKSItgw differ

Index: testsuite/samples/sound1.README
===================================================================
RCS file: testsuite/samples/sound1.README
diff -N testsuite/samples/sound1.README
--- testsuite/samples/sound1.README     2 Oct 2006 16:42:24 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
-Plays two small sounds played in sequence.
-Each sound is accompained with a label showing in sync with it's start.
-
-They are either uncompressed or in ADPCM, which the
-gstreamer-backend doesn't suport yet
-
-sdl sound handler plays this fine (doesn't need --enable-mp3)
-
-gst sound handler is currently unable to play this, but it's being worked on.
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]