gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server dlist.cpp dlist.h movie_instance.c...


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server dlist.cpp dlist.h movie_instance.c...
Date: Fri, 01 Dec 2006 10:22:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/12/01 10:22:58

Modified files:
        server         : dlist.cpp dlist.h movie_instance.cpp 
                         sprite_instance.cpp 

Log message:
        Cleaning of Vitaly dust from comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/dlist.cpp?cvsroot=gnash&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/gnash/server/dlist.h?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_instance.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.cpp?cvsroot=gnash&r1=1.93&r2=1.94

Patches:
Index: dlist.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/dlist.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- dlist.cpp   21 Nov 2006 00:25:46 -0000      1.39
+++ dlist.cpp   1 Dec 2006 10:22:58 -0000       1.40
@@ -320,8 +320,6 @@
                ch->set_matrix(mat);
        }
        ch->set_ratio(ratio);
-       // move_display_object apparently does not change clip depth!  Thanks 
to Alexeev Vitaly.
-       // ch->set_clip_depth(clip_depth);
 }
        
        
@@ -346,7 +344,7 @@
 
        if ( new_end != _characters.end() )
        {
-               //Vitaly: UNLOAD event in DisplayList::clear() it is not caused,
+               // UNLOAD event in DisplayList::clear() it is not caused,
                // since character is removed already
                DisplayItem& di = *new_end;
                if (new_end->get())
@@ -447,7 +445,7 @@
 
 //     container_type::size_type size = _characters.size();
 
-       //Vitaly:  That there was no crash gnash we iterate through the copy
+       // That there was no crash gnash we iterate through the copy
        std::list<DisplayItem> tmp_list = _characters;
 
        for (iterator it = tmp_list.begin(), itEnd = tmp_list.end();

Index: dlist.h
===================================================================
RCS file: /sources/gnash/gnash/server/dlist.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- dlist.h     21 Nov 2006 00:25:46 -0000      1.19
+++ dlist.h     1 Dec 2006 10:22:58 -0000       1.20
@@ -127,7 +127,6 @@
        /// on each item still present
        void clear();
 
-       //Vitaly:
        // It is executed only before the second and the subsequent
        // execution of execute_frame_tags(0) for sprite_instance
        // with frame count > 1.

Index: movie_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/movie_instance.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- movie_instance.cpp  27 Nov 2006 15:57:51 -0000      1.5
+++ movie_instance.cpp  1 Dec 2006 10:22:58 -0000       1.6
@@ -74,7 +74,7 @@
        _def->ensure_frame_loaded(min(get_current_frame()+2,
                get_frame_count()));
 
-       // Vitaly: random should go continuously that:
+       // random should go continuously that:
        // 1. after restart of the player the situation has not repeated
        // 2. by different machines the random gave different numbers
        tu_random::next_random();

Index: sprite_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/sprite_instance.cpp,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- sprite_instance.cpp 28 Nov 2006 15:59:30 -0000      1.93
+++ sprite_instance.cpp 1 Dec 2006 10:22:58 -0000       1.94
@@ -1807,7 +1807,6 @@
                // First time execute_frame_tags(0) executed in 
dlist.cpp(child) or movie_def_impl(root)
        if (m_current_frame != (size_t)prev_frame)
                {
-                       //Vitaly:
                        // Macromedia Flash does not call remove display object 
tag
                        // for 1-st frame therefore we should do it for it :-)
                        if (m_current_frame == 0 && frame_count > 1)
@@ -1854,7 +1853,6 @@
 {
 //     GNASH_REPORT_FUNCTION;
 
-       // Vitaly:
        // child movieclip frame rate is the same the root movieclip frame rate
        // that's why it is not needed to analyze 'm_time_remainder' 
        if (m_on_event_load_called == false)




reply via email to

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