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: Mon, 09 Jul 2007 14:32:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/09 14:32:23

Modified files:
        .              : ChangeLog 
        server         : swf.h 

Log message:
                * server/swf.h: add defines and links to alexis for 
SCRIPTLIMITS (SWF8),
                  DOABCDEFINE and SYMBOLCLASS (SWF9).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3692&r2=1.3693
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf.h?cvsroot=gnash&r1=1.34&r2=1.35

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3692
retrieving revision 1.3693
diff -u -b -r1.3692 -r1.3693
--- ChangeLog   9 Jul 2007 13:51:07 -0000       1.3692
+++ ChangeLog   9 Jul 2007 14:32:22 -0000       1.3693
@@ -1,3 +1,8 @@
+2007-07-09 Sandro Santilli <address@hidden>
+
+       * server/swf.h: add defines and links to alexis for SCRIPTLIMITS (SWF8),
+         DOABCDEFINE and SYMBOLCLASS (SWF9).
+
 2007-07-09 Bernhard Rosenkraenzer <address@hidden>
 
        * macros/ffmpeg.m4: don't assume FFMPEG CFLAGS only contain a single

Index: server/swf.h
===================================================================
RCS file: /sources/gnash/gnash/server/swf.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- server/swf.h        9 Jul 2007 01:59:42 -0000       1.34
+++ server/swf.h        9 Jul 2007 14:32:23 -0000       1.35
@@ -101,6 +101,10 @@
     /// See http://sswf.sourceforge.net/SWFalexref.html#tag_protectdebug
     ENABLEDEBUGGER2      = 64,
 
+    /// SWF_version  >= 7 
+    /// See http://sswf.sourceforge.net/SWFalexref.html#tag_scriptlimits
+    SCRIPTLIMITS          = 65, 
+
     /// http://sswf.sourceforge.net/SWFalexref.html#tag_fileattributes
     FILEATTRIBUTES        = 69,
 
@@ -119,12 +123,20 @@
     /// http://sswf.sourceforge.net/SWFalexref.html#tag_definefont3
     DEFINEFONT3           = 75,
 
+    /// SWF9
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_symbolclass
+    SYMBOLCLASS           = 76,
+
     /// http://sswf.sourceforge.net/SWFalexref.html#tag_metadata
     METADATA              = 77,
 
     /// http://sswf.sourceforge.net/SWFalexref.html#tag_definescalinggrid
     DEFINESCALINGGRID     = 78,
 
+    /// SWF9
+    /// http://sswf.sourceforge.net/SWFalexref.html#tag_doabcdefine
+    DOABCDEFINE           = 82,
+
     /// http://sswf.sourceforge.net/SWFalexref.html#tag_definemorphshape2
     DEFINESHAPE4          = 83,
 




reply via email to

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