gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog backend/render_handler_d3d.cpp ...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog backend/render_handler_d3d.cpp ...
Date: Wed, 06 Dec 2006 10:58:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/06 10:58:34

Modified files:
        .              : ChangeLog 
        backend        : render_handler_d3d.cpp 
        gui            : Player.cpp fbsup.h gtk_glue_cairo.h kdesup.h 
                         sdl_ogl_glue.h 
        libbase        : URL.cpp log.cpp rc.cpp sharedlib.cpp 
        plugin         : plugin.cpp 
        server         : as_object.h font.h gnash.h render.cpp 
                         sprite_instance.h swf.h timers.cpp 
        server/asobj   : NetConnection.cpp 
        server/parser  : action_buffer.h 
        server/swf     : tag_loaders.cpp 
        server/vm      : ASHandlers.cpp ASHandlers.h ActionExec.h 

Log message:
        Minor cleanups to reduce Doxygen warnings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1867&r2=1.1868
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_d3d.cpp?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Player.cpp?cvsroot=gnash&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/fbsup.h?cvsroot=gnash&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk_glue_cairo.h?cvsroot=gnash&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/kdesup.h?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/sdl_ogl_glue.h?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/URL.cpp?cvsroot=gnash&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.cpp?cvsroot=gnash&r1=1.37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/rc.cpp?cvsroot=gnash&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/sharedlib.cpp?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.cpp?cvsroot=gnash&r1=1.69&r2=1.70
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_object.h?cvsroot=gnash&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/gnash/server/font.h?cvsroot=gnash&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/gnash/server/gnash.h?cvsroot=gnash&r1=1.79&r2=1.80
http://cvs.savannah.gnu.org/viewcvs/gnash/server/render.cpp?cvsroot=gnash&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.h?cvsroot=gnash&r1=1.46&r2=1.47
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf.h?cvsroot=gnash&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/gnash/server/timers.cpp?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetConnection.cpp?cvsroot=gnash&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/action_buffer.h?cvsroot=gnash&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf/tag_loaders.cpp?cvsroot=gnash&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ASHandlers.cpp?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ASHandlers.h?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ActionExec.h?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1867
retrieving revision 1.1868
diff -u -b -r1.1867 -r1.1868
--- ChangeLog   6 Dec 2006 10:24:55 -0000       1.1867
+++ ChangeLog   6 Dec 2006 10:58:34 -0000       1.1868
@@ -1,5 +1,18 @@
 2006-12-06 Sandro Santilli <address@hidden>
 
+       * backend/render_handler_d3d.cpp, gui/Player.cpp, gui/fbsup.h,
+         gui/gtk_glue_cairo.h, gui/kdesup.h, gui/sdl_ogl_glue.h,
+         libbase/URL.cpp, libbase/log.cpp, libbase/rc.cpp,
+         libbase/sharedlib.cpp, plugin/plugin.cpp, server/as_object.h,
+         server/font.h, server/gnash.h, server/render.cpp,
+         server/sprite_instance.h, server/swf.h, server/timers.cpp,
+         server/asobj/NetConnection.cpp, server/parser/action_buffer.h,
+         server/swf/tag_loaders.cpp, server/vm/ASHandlers.cpp,
+         server/vm/ASHandlers.h, server/vm/ActionExec.h:
+         Minor cleanups to reduce Doxygen warnings.
+
+2006-12-06 Sandro Santilli <address@hidden>
+
        * testsuite/server/GetterSetterTest.cpp: fix segfault
          by initializing the VM with a dummy v6 movie definition.
 

Index: backend/render_handler_d3d.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_d3d.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- backend/render_handler_d3d.cpp      7 Oct 2006 15:17:14 -0000       1.9
+++ backend/render_handler_d3d.cpp      6 Dec 2006 10:58:34 -0000       1.10
@@ -1288,7 +1288,6 @@
 D3DXMATRIX        render_handler_d3d::m_ProjMatrix;
 
 gameswf::render_handler*  gameswf::create_render_handler_d3d(IDirect3DDevice* 
device)
-// Factory.
 {
   render_handler_d3d *hndlr = new render_handler_d3d( device );
   return hndlr;

Index: gui/Player.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/Player.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- gui/Player.cpp      6 Dec 2006 10:21:32 -0000       1.36
+++ gui/Player.cpp      6 Dec 2006 10:58:34 -0000       1.37
@@ -75,7 +75,7 @@
 
 /*static private*/
 void
-Player::setFlashVars(gnash::sprite_instance& m, const string& varstr)
+Player::setFlashVars(gnash::sprite_instance& m, const std::string& varstr)
 {
        gnash::sprite_instance* si = m.get_root_movie();
        assert(si);

Index: gui/fbsup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/fbsup.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- gui/fbsup.h 2 Dec 2006 21:03:50 -0000       1.11
+++ gui/fbsup.h 6 Dec 2006 10:58:34 -0000       1.12
@@ -96,7 +96,7 @@
                FBGui();
                FBGui(unsigned long xid, float scale, bool loop, unsigned int 
depth);
     virtual ~FBGui();
-    virtual bool init(int argc, char **argv[]);
+    virtual bool init(int argc, char ***argv);
     virtual bool createWindow(const char* title, int width, int height);
     virtual bool run();
     virtual bool createMenu();

Index: gui/gtk_glue_cairo.h
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk_glue_cairo.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- gui/gtk_glue_cairo.h        29 Oct 2006 18:34:10 -0000      1.6
+++ gui/gtk_glue_cairo.h        6 Dec 2006 10:58:34 -0000       1.7
@@ -33,7 +33,7 @@
     GtkCairoGlue();
     ~GtkCairoGlue();
 
-    bool init(int argc, char **argv[]);
+    bool init(int argc, char ***argv);
     void prepDrawingArea(GtkWidget *drawing_area);
     render_handler* createRenderHandler();
     void render();

Index: gui/kdesup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/kdesup.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- gui/kdesup.h        29 Oct 2006 18:34:10 -0000      1.9
+++ gui/kdesup.h        6 Dec 2006 10:58:34 -0000       1.10
@@ -60,7 +60,7 @@
     KdeGui(unsigned long xid, float scale, bool loop, unsigned int depth);
     virtual ~KdeGui();
     virtual bool init(int argc, char **argv[]);
-    virtual bool createWindow(const char* windowtitle, int width, int height);
+    virtual bool createWindow(const char* title, int width, int height);
     virtual bool run();
     virtual bool createMenu();
     virtual bool setupEvents();

Index: gui/sdl_ogl_glue.h
===================================================================
RCS file: /sources/gnash/gnash/gui/sdl_ogl_glue.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- gui/sdl_ogl_glue.h  29 Oct 2006 18:34:10 -0000      1.3
+++ gui/sdl_ogl_glue.h  6 Dec 2006 10:58:34 -0000       1.4
@@ -34,7 +34,7 @@
     SdlOglGlue();
     virtual ~SdlOglGlue();
 
-    bool init(int argc, char **argv[]);
+    bool init(int argc, char ***argv);
     render_handler* createRenderHandler( int depth);
     bool prepDrawingArea(int width, int height, uint32_t sdl_flags);
     void render();

Index: libbase/URL.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/URL.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- libbase/URL.cpp     7 Nov 2006 16:39:43 -0000       1.31
+++ libbase/URL.cpp     6 Dec 2006 10:58:34 -0000       1.32
@@ -54,7 +54,7 @@
 
 /*private*/
 void
-URL::init_absolute(const string& in)
+URL::init_absolute(const std::string& in)
 {
        // Find protocol
        string::size_type pos = in.find("://");
@@ -102,7 +102,7 @@
 }
 
 /*public*/
-URL::URL(const string& absolute_url)
+URL::URL(const std::string& absolute_url)
 {
        //cerr << "URL(" << absolute_url << ")" << endl;
        if ( ( absolute_url.size() && absolute_url[0] == '/' )
@@ -144,7 +144,7 @@
 /*private*/
 // only for UNIX
 void
-URL::normalize_path(string& path)
+URL::normalize_path(std::string& path)
 {
 
 #if defined(_WIN32) || defined(WIN32) 
@@ -191,14 +191,14 @@
 }
 
 /*public*/
-URL::URL(const string& relative_url, const URL& baseurl)
+URL::URL(const std::string& relative_url, const URL& baseurl)
 {
        init_relative(relative_url, baseurl);
 }
 
 /*private*/
 void
-URL::init_relative(const string& relative_url, const URL& baseurl)
+URL::init_relative(const std::string& relative_url, const URL& baseurl)
 {
        // If relative url starts with an hash, it's just
        // an anchor change

Index: libbase/log.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- libbase/log.cpp     1 Dec 2006 10:22:12 -0000       1.37
+++ libbase/log.cpp     6 Dec 2006 10:58:34 -0000       1.38
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: log.cpp,v 1.37 2006/12/01 10:22:12 alexeev Exp $ */
+/* $Id: log.cpp,v 1.38 2006/12/06 10:58:34 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -532,7 +532,7 @@
 
 /// \brief print an STL string
 LogFile& 
-LogFile::operator << (string &s)
+LogFile::operator << (std::string &s)
 {
     scoped_lock lock(io_mutex);
     if (_verbose) {
@@ -688,7 +688,7 @@
 
 /// \brief Grab the endl operator.
 LogFile&
-LogFile::operator << (ostream & (&)(ostream &))
+LogFile::operator << (std::ostream & (&)(std::ostream &))
 {
     scoped_lock lock(io_mutex);
     if (_trace) {

Index: libbase/rc.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/rc.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- libbase/rc.cpp      20 Nov 2006 12:43:09 -0000      1.18
+++ libbase/rc.cpp      6 Dec 2006 10:58:34 -0000       1.19
@@ -129,7 +129,7 @@
 
 // Parse the config file and set the variables.
 bool
-RcInitFile::parseFile(const string& filespec)
+RcInitFile::parseFile(const std::string& filespec)
 {
 //    GNASH_REPORT_FUNCTION;
     struct stat stats;
@@ -222,7 +222,7 @@
 
 // Write the changed settings to the config file
 bool
-RcInitFile::updateFile(const string& /* filespec */)
+RcInitFile::updateFile(const std::string& /* filespec */)
 {
     cerr << __PRETTY_FUNCTION__ << "ERROR: unimplemented!" << endl;
     return false;

Index: libbase/sharedlib.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/sharedlib.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/sharedlib.cpp       30 Nov 2006 22:11:50 -0000      1.10
+++ libbase/sharedlib.cpp       6 Dec 2006 10:58:34 -0000       1.11
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: sharedlib.cpp,v 1.10 2006/11/30 22:11:50 strk Exp $ */
+/* $Id: sharedlib.cpp,v 1.11 2006/12/06 10:58:34 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -143,7 +143,7 @@
 }
 
 bool
-SharedLib::openLib (string &filespec)
+SharedLib::openLib (std::string &filespec)
 {
     return openLib(filespec.c_str());
 }

Index: plugin/plugin.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- plugin/plugin.cpp   24 Nov 2006 23:42:57 -0000      1.69
+++ plugin/plugin.cpp   6 Dec 2006 10:58:34 -0000       1.70
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: plugin.cpp,v 1.69 2006/11/24 23:42:57 strk Exp $ */
+/* $Id: plugin.cpp,v 1.70 2006/12/06 10:58:34 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -363,7 +363,7 @@
 }
 
 NPError
-nsPluginInstance::WriteStatus(string msg) const
+nsPluginInstance::WriteStatus(std::string msg) const
 {
   return WriteStatus( const_cast<char*>(msg.c_str()) );
 }

Index: server/as_object.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_object.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- server/as_object.h  27 Nov 2006 02:12:59 -0000      1.23
+++ server/as_object.h  6 Dec 2006 10:58:34 -0000       1.24
@@ -261,11 +261,14 @@
        ///
        /// TODO: take a std::string rather then a tu_stringi
        ///
-       /// @parame name
+       /// @param name
        ///     Name of the property.
        ///     Case insensitive up to SWF6,
        ///     case *sensitive* from SWF7 up.
        ///
+       /// @param val
+       ///     The as_value to store a found variable's value in.
+       ///
        bool get_member_default(const tu_stringi& name, as_value* val);
 
        /// Set a member value

Index: server/font.h
===================================================================
RCS file: /sources/gnash/gnash/server/font.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- server/font.h       11 Nov 2006 22:44:54 -0000      1.17
+++ server/font.h       6 Dec 2006 10:58:34 -0000       1.18
@@ -120,9 +120,9 @@
 
                /// Read a DefineFont or DefineFont2 tag from an SWF stream 
                //
-               /// @param in the SWF stream
-               /// @param tag_type either DefineFont or DefineFont2
-               /// @param m the movie_definition containing this definition
+               /// @param in is the SWF stream
+               /// @param tag is the tag type either DefineFont or DefineFont2
+               /// @param m is the movie_definition containing this definition
                ///          (or "owning" this font)
                ///
                void    read(stream* in, SWF::tag_type tag, movie_definition* 
m);

Index: server/gnash.h
===================================================================
RCS file: /sources/gnash/gnash/server/gnash.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- server/gnash.h      5 Dec 2006 14:26:09 -0000       1.79
+++ server/gnash.h      6 Dec 2006 10:58:34 -0000       1.80
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: gnash.h,v 1.79 2006/12/05 14:26:09 tgc Exp $ */
+/* $Id: gnash.h,v 1.80 2006/12/06 10:58:34 strk Exp $ */
 
 /// \mainpage
 ///
@@ -224,6 +224,15 @@
 ///
 /// IFF real_url is given, the movie's url will be set to that value.
 ///
+/// @param url
+///    The URL to load the movie from.
+///
+/// @param real_url
+///    The url to encode as the _url member of the resulting
+///    movie definition. Use NULL if it is not different from
+///    the actual url (default). This is used to simulate a run from
+///    the official publication url.
+///
 /// @param startLoaderThread
 ///    If false only the header will be read, and you'll need to call 
completeLoad
 ///    on the returned movie_definition to actually start it. This is 
tipically 
@@ -241,6 +250,14 @@
 /// No attempt will be made to load associated .gsc (cache) files
 /// by this function.
 ///
+/// @param in
+///    The stream to load the movie from.
+///
+/// @param url
+///    The url to use as the _url member of the resulting
+///    movie definition. This is required as it can not be
+///    derived from the tu_file.
+///
 /// @param startLoaderThread
 ///    If false only the header will be read, and you'll need to call 
completeLoad
 ///    on the returned movie_definition to actually start it. This is 
tipically 
@@ -306,6 +323,15 @@
 ///
 /// IFF real_url is given, the movie's url will be set to that value.
 ///
+/// @param url
+///    The URL to load the movie from.
+///
+/// @param real_url
+///    The url to encode as the _url member of the resulting
+///    movie definition. Use NULL if it is not different from
+///    the actual url (default). This is used to simulate a run from
+///    the official publication url.
+///
 /// @param startLoaderThread
 ///    If false only the header will be read, and you'll need to call 
completeLoad
 ///    on the returned movie_definition to actually start it. This is 
tipically 

Index: server/render.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/render.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- server/render.cpp   5 Dec 2006 14:26:09 -0000       1.12
+++ server/render.cpp   6 Dec 2006 10:58:34 -0000       1.13
@@ -92,7 +92,7 @@
                        else return NONE;
                }
                
-               /// Draws the video frames
+               // Draws the video frames
                void drawVideoFrame(image::image_base* frame, const matrix* 
mat, const rect* bounds){
                        if (s_render_handler) return 
s_render_handler->drawVideoFrame(frame, mat, bounds);
                }

Index: server/sprite_instance.h
===================================================================
RCS file: /sources/gnash/gnash/server/sprite_instance.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- server/sprite_instance.h    6 Dec 2006 10:21:32 -0000       1.46
+++ server/sprite_instance.h    6 Dec 2006 10:58:34 -0000       1.47
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: sprite_instance.h,v 1.46 2006/12/06 10:21:32 strk Exp $ */
+/* $Id: sprite_instance.h,v 1.47 2006/12/06 10:58:34 strk Exp $ */
 
 // Stateful live Sprite instance
 
@@ -273,9 +273,31 @@
 
        /// Add an object to the DisplayList. 
        //
+       /// @param character_id
+       ///     The ID of the character to be added.
+       ///     It will be seeked in the CharacterDictionary
+       ///
+       /// @param name
+       ///     The name to give to the newly created instance.
+       ///
+       /// @param event_handlers
+       ///
+       /// @param depth
+       ///     The depth to assign to the newly created instance.
+       ///
        /// @param replace_if_dept_is_occupied
        ///     unused, always true
        ///       
+       /// @param color_transform
+       ///     The color transform to apply to the newly created instance.
+       ///
+       /// @param matrix
+       ///     The matrix transform to apply to the newly created instance.
+       ///
+       /// @param ratio
+       ///
+       /// @param clip_depth
+       ///       
        character* add_display_object(
                uint16_t character_id,
                const char* name,

Index: server/swf.h
===================================================================
RCS file: /sources/gnash/gnash/server/swf.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- server/swf.h        4 Nov 2006 01:31:54 -0000       1.21
+++ server/swf.h        6 Dec 2006 10:58:34 -0000       1.22
@@ -85,7 +85,7 @@
     IMPORTASSETS          = 57,
     ENABLEDEBUGGER       = 58,
 
-    /// #initclip
+    /// For actions specified with initclip directive
     INITACTION           = 59,
 
     DEFINEVIDEOSTREAM    = 60,

Index: server/timers.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/timers.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- server/timers.cpp   23 Nov 2006 20:14:13 -0000      1.19
+++ server/timers.cpp   6 Dec 2006 10:58:34 -0000       1.20
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: timers.cpp,v 1.19 2006/11/23 20:14:13 strk Exp $ */
+/* $Id: timers.cpp,v 1.20 2006/12/06 10:58:34 strk Exp $ */
 
 #include "timers.h"
 #include "as_function.h" // for class as_function
@@ -74,7 +74,7 @@
     return 0;
   }
   int
-  Timer::setInterval(as_value obj, int ms, std::vector<struct variable *> 
*locals)
+  Timer::setInterval(as_value obj, int ms, std::vector<variable *> *locals)
   {
     _function = obj;
     _interval = ms * 0.01;

Index: server/asobj/NetConnection.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/NetConnection.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- server/asobj/NetConnection.cpp      11 Nov 2006 15:25:27 -0000      1.12
+++ server/asobj/NetConnection.cpp      6 Dec 2006 10:58:34 -0000       1.13
@@ -66,8 +66,9 @@
 NetConnection::~NetConnection() {
 }
 
-/// \brief Open a connection to stream FLV files.
-/// \param the URL
+/// Open a connection to stream FLV files.
+//
+/// \param arg is the URL
 /// \return nothing
 /// \note Older Flash movies can only take a NULL value as
 /// the parameter, which therefor only connects to the localhost using

Index: server/parser/action_buffer.h
===================================================================
RCS file: /sources/gnash/gnash/server/parser/action_buffer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- server/parser/action_buffer.h       24 Nov 2006 09:04:24 -0000      1.7
+++ server/parser/action_buffer.h       6 Dec 2006 10:58:34 -0000       1.8
@@ -184,7 +184,7 @@
        /// action in an action buffer, but I've seen what looks like
        /// some form of copy protection that amounts to:
        ///
-       /// <start of action buffer>
+       /// |start of action buffer|
        ///          push true
        ///          branch_if_true label
        ///          decl_dict   [0]   // this is never executed, but has lots 
of orphan data declared in the opcode

Index: server/swf/tag_loaders.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/swf/tag_loaders.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- server/swf/tag_loaders.cpp  24 Nov 2006 10:39:25 -0000      1.61
+++ server/swf/tag_loaders.cpp  6 Dec 2006 10:58:34 -0000       1.62
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: tag_loaders.cpp,v 1.61 2006/11/24 10:39:25 alexeev Exp $ */
+/* $Id: tag_loaders.cpp,v 1.62 2006/12/06 10:58:34 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -186,7 +186,7 @@
 };
 
 
-/// SWF Tag SetBackgroundColor (9)
+// SWF Tag SetBackgroundColor (9)
 void
 set_background_color_loader(stream* in, tag_type tag, movie_definition* m)
 {
@@ -727,11 +727,7 @@
 }
 
 
-/// SWF Tag DefineFontInfo and DefineFontInfo2 (13 or 62) 
-//
-/// Load a DefineFontInfo or DefineFontInfo2 tag. 
-/// This adds information to an existing font.
-///
+// See description in header
 void   define_font_info_loader(stream* in, tag_type tag, movie_definition* m)
 {
        assert(tag == SWF::DEFINEFONTINFO || tag == SWF::DEFINEFONTINFO2); 
@@ -1171,8 +1167,8 @@
        log_parse("  sprite:  char id = %d", character_id);
                );
 
-       /// A DEFINESPRITE tag as part of a DEFINESPRITE
-       /// would be a malformed SWF
+       // A DEFINESPRITE tag as part of a DEFINESPRITE
+       // would be a malformed SWF
        if ( ! dynamic_cast<movie_def_impl*>(m) )
        {
                log_error("Malformed SWF (nested DEFINESPRITE tags)");
@@ -1465,7 +1461,7 @@
        m->add_character(character_id, ch);
 }
 
-/// Read a DefineText tag.
+// See description in header
 void
 define_text_loader(stream* in, tag_type tag, movie_definition* m)
 {

Index: server/vm/ASHandlers.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ASHandlers.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- server/vm/ASHandlers.cpp    6 Dec 2006 10:21:32 -0000       1.8
+++ server/vm/ASHandlers.cpp    6 Dec 2006 10:58:34 -0000       1.9
@@ -16,7 +16,7 @@
 
 //
 
-/* $Id: ASHandlers.cpp,v 1.8 2006/12/06 10:21:32 strk Exp $ */
+/* $Id: ASHandlers.cpp,v 1.9 2006/12/06 10:58:34 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -189,7 +189,7 @@
 //     GNASH_REPORT_FUNCTION;
 }
 
-ActionHandler::ActionHandler(action_type type, string name,
+ActionHandler::ActionHandler(action_type type, std::string name,
                              action_callback_t func)
        :
        _type(type),
@@ -202,7 +202,7 @@
 //     GNASH_REPORT_FUNCTION;
 }
 
-ActionHandler::ActionHandler(action_type type, string name,
+ActionHandler::ActionHandler(action_type type, std::string name,
                              action_callback_t func, as_arg_t format)
     : _debug(false), _stack_args(0)
 {
@@ -213,7 +213,7 @@
     _arg_format = format;
 }
 
-ActionHandler::ActionHandler(action_type type, string name,
+ActionHandler::ActionHandler(action_type type, std::string name,
                              action_callback_t func, as_arg_t format, int 
nargs)
     : _debug(false)
 {

Index: server/vm/ASHandlers.h
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ASHandlers.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- server/vm/ASHandlers.h      24 Nov 2006 09:04:25 -0000      1.1
+++ server/vm/ASHandlers.h      6 Dec 2006 10:58:34 -0000       1.2
@@ -34,7 +34,6 @@
 
 namespace gnash {
 
-/// SWF format parsing classes
 namespace SWF { // gnash::SWF
 
 typedef enum {

Index: server/vm/ActionExec.h
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ActionExec.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- server/vm/ActionExec.h      24 Nov 2006 09:04:25 -0000      1.1
+++ server/vm/ActionExec.h      6 Dec 2006 10:58:34 -0000       1.2
@@ -84,7 +84,7 @@
 
        /// Create an execution thread (for a function call ?)
        //
-       /// @param buf
+       /// @param abuf
        ///     the action code
        ///
        /// @param newEnv




reply via email to

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