gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/swf.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/swf.h
Date: Sat, 04 Nov 2006 00:46:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/04 00:46:38

Modified files:
        .              : ChangeLog 
        server         : swf.h 

Log message:
                * server/swf.h: added some new SWF8 opcodes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1502&r2=1.1503
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf.h?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1502
retrieving revision 1.1503
diff -u -b -r1.1502 -r1.1503
--- ChangeLog   4 Nov 2006 00:00:30 -0000       1.1502
+++ ChangeLog   4 Nov 2006 00:46:38 -0000       1.1503
@@ -12,6 +12,7 @@
 
 2006-11-03 Sandro Santilli <address@hidden>
 
+       * server/swf.h: added some new SWF8 opcodes.
        * server/as_function.cpp (ctor): always increment refcount on
          prototype object.
 

Index: server/swf.h
===================================================================
RCS file: /sources/gnash/gnash/server/swf.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- server/swf.h        29 Oct 2006 18:34:11 -0000      1.19
+++ server/swf.h        4 Nov 2006 00:46:38 -0000       1.20
@@ -94,6 +94,24 @@
     /// DefineFontInfo2 (swf6)
     DEFINEFONTINFO2       = 62,
 
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_fileattributes
+    FILEATTRIBUTES        = 69,
+
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_placeobject3
+    PLACEOBJECT3          = 70,
+
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_definefontalignzones
+    DEFINEALIGNZONES      = 73,
+
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_csmtextsettings
+    CSMTEXTSETTINGS       = 74,
+
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_definefont3
+    DEFINEFONT3           = 75,
+
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_definemorphshape2
+    DEFINESHAPE4          = 84,
+
     DEFINEBITSPTR         = 1023
 } tag_type;
 




reply via email to

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