gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10097: Rename sprite_instance to Mo


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10097: Rename sprite_instance to MovieClip. Clean up the code.
Date: Sat, 25 Oct 2008 15:44:50 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10097
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Sat 2008-10-25 15:44:50 +0200
message:
  Rename sprite_instance to MovieClip. Clean up the code.
  
  Stub all known unimplemented methods. Test and initialize MovieClip methods
  properly.
renamed:
  libcore/sprite_instance.cpp => libcore/MovieClip.cpp
  libcore/sprite_instance.h => libcore/MovieClip.h
modified:
  gui/Player.cpp
  gui/Player.h
  gui/gui.cpp
  libcore/Button.cpp
  libcore/Button.h
  libcore/DisplayList.cpp
  libcore/DisplayList.h
  libcore/Makefile.am
  libcore/Sprite.h
  libcore/as_environment.cpp
  libcore/as_object.h
  libcore/as_value.cpp
  libcore/as_value.h
  libcore/asobj/Color.cpp
  libcore/asobj/Global.cpp
  libcore/asobj/MovieClipLoader.cpp
  libcore/asobj/Object.cpp
  libcore/asobj/Sound.cpp
  libcore/asobj/XMLSocket_as.cpp
  libcore/asobj/flash/geom/Transform_as.cpp
  libcore/character.cpp
  libcore/character.h
  libcore/edit_text_character.cpp
  libcore/edit_text_character.h
  libcore/impl.cpp
  libcore/mouse_button_state.h
  libcore/movie_instance.cpp
  libcore/movie_instance.h
  libcore/movie_root.cpp
  libcore/movie_root.h
  libcore/parser/BitmapMovieDefinition.h
  libcore/parser/SWFMovieDefinition.cpp
  libcore/parser/SWFMovieDefinition.h
  libcore/parser/button_character_def.h
  libcore/parser/edit_text_character_def.cpp
  libcore/parser/morph2_character_def.cpp
  libcore/parser/movie_definition.h
  libcore/parser/shape_character_def.cpp
  libcore/parser/sound_definition.cpp
  libcore/parser/sprite_definition.cpp
  libcore/swf/ControlTag.h
  libcore/swf/DisplayListTag.h
  libcore/swf/DoActionTag.h
  libcore/swf/DoInitActionTag.h
  libcore/swf/PlaceObject2Tag.cpp
  libcore/swf/PlaceObject2Tag.h
  libcore/swf/RemoveObjectTag.cpp
  libcore/swf/RemoveObjectTag.h
  libcore/swf/SetBackgroundColorTag.h
  libcore/swf/StartSoundTag.cpp
  libcore/swf/StartSoundTag.h
  libcore/swf/StreamSoundBlockTag.cpp
  libcore/swf/StreamSoundBlockTag.h
  libcore/swf/tag_loaders.cpp
  libcore/swf_function.cpp
  libcore/timers.cpp
  libcore/video_stream_instance.cpp
  libcore/vm/ASHandlers.cpp
  libcore/vm/ExecutableCode.h
  plugin/win32/plugin.cpp
  plugin/win32/plugin.h
  pythonmodule/gnashpython.cpp
  testsuite/MovieTester.cpp
  testsuite/MovieTester.h
  testsuite/actionscript.all/MovieClip.as
  testsuite/libcore.all/ClassSizes.cpp
  testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp
  testsuite/misc-ming.all/DefineEditTextTest-Runner.cpp
  testsuite/misc-ming.all/DefineEditTextVariableNameTest-Runner.cpp
  testsuite/misc-ming.all/DefineTextTest-Runner.cpp
  testsuite/misc-ming.all/DragDropTestRunner.cpp
  testsuite/misc-ming.all/DrawingApiTestRunner.cpp
  testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp
  testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp
  testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp
  testsuite/misc-ming.all/RollOverOutTest-Runner.cpp
  testsuite/misc-ming.all/SpriteButtonEventsTest-Runner.cpp
  testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp
  testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp
  testsuite/misc-ming.all/attachMovieTestRunner.cpp
  testsuite/misc-ming.all/eventSoundTest1-Runner.cpp
  testsuite/misc-ming.all/intervalTestRunner.cpp
  testsuite/misc-ming.all/key_event_testrunner.cpp
  testsuite/misc-ming.all/loadMovieTestRunner.cpp
  testsuite/misc-ming.all/loop_test-Runner.cpp
  testsuite/misc-ming.all/loop_test2runner.cpp
  testsuite/misc-ming.all/masks_test2runner.cpp
  testsuite/misc-ming.all/masks_testrunner.cpp
  testsuite/misc-ming.all/morph_test1runner.cpp
  testsuite/misc-ming.all/registerClassTestRunner.cpp
  testsuite/misc-ming.all/replace_buttons1test_runner.cpp
  testsuite/misc-ming.all/replace_shapes1test_runner.cpp
  testsuite/misc-ming.all/replace_sprites1test_runner.cpp
  testsuite/misc-ming.all/root_stop_testrunner.cpp
  testsuite/misc-ming.all/simple_loop_testrunner.cpp
  testsuite/misc-ming.all/streamingSoundTest1-Runner.cpp
  testsuite/misc-swfc.all/button_test1runner.cpp
  testsuite/misc-swfmill.all/backgroundTestRunner.cpp
  testsuite/movies.all/gravity_embedded-TestRunner.cpp
  testsuite/samples/clip_as_button2-TestRunner.cpp
  testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp
  testsuite/samples/subshapes-TestRunner.cpp
  utilities/processor.cpp
  libcore/MovieClip.cpp
  libcore/MovieClip.h
    ------------------------------------------------------------
    revno: 10093.1.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Sat 2008-10-25 11:39:28 +0200
    message:
      Test MovieClip methods better. Don't init_member according to version, but
      rather set appropriate prop flags.
      
      Stub unimplemented methods so we get some useful log messages when they 
are
      used. All MovieClip properties should now be stubbed. It's a bug if any
      are missing.
    modified:
      libcore/sprite_instance.cpp
      testsuite/actionscript.all/MovieClip.as
    ------------------------------------------------------------
    revno: 10093.1.2
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Sat 2008-10-25 12:38:32 +0200
    message:
      Rename sprite_instance to MovieClip so that it's clear where the MovieClip
      object is implemented.
      
      Clean up indentation and line breaks in MovieClip.cpp.
    renamed:
      libcore/sprite_instance.cpp => libcore/MovieClip.cpp
      libcore/sprite_instance.h => libcore/MovieClip.h
    modified:
      gui/Player.cpp
      gui/Player.h
      gui/gui.cpp
      libcore/Button.cpp
      libcore/Button.h
      libcore/DisplayList.cpp
      libcore/DisplayList.h
      libcore/Makefile.am
      libcore/Sprite.h
      libcore/as_environment.cpp
      libcore/as_object.h
      libcore/as_value.cpp
      libcore/as_value.h
      libcore/asobj/Color.cpp
      libcore/asobj/Global.cpp
      libcore/asobj/MovieClipLoader.cpp
      libcore/asobj/Object.cpp
      libcore/asobj/Sound.cpp
      libcore/asobj/XMLSocket_as.cpp
      libcore/asobj/flash/geom/Transform_as.cpp
      libcore/character.cpp
      libcore/character.h
      libcore/edit_text_character.cpp
      libcore/edit_text_character.h
      libcore/impl.cpp
      libcore/mouse_button_state.h
      libcore/movie_instance.cpp
      libcore/movie_instance.h
      libcore/movie_root.cpp
      libcore/movie_root.h
      libcore/parser/BitmapMovieDefinition.h
      libcore/parser/SWFMovieDefinition.cpp
      libcore/parser/SWFMovieDefinition.h
      libcore/parser/button_character_def.h
      libcore/parser/edit_text_character_def.cpp
      libcore/parser/morph2_character_def.cpp
      libcore/parser/movie_definition.h
      libcore/parser/shape_character_def.cpp
      libcore/parser/sound_definition.cpp
      libcore/parser/sprite_definition.cpp
      libcore/swf/ControlTag.h
      libcore/swf/DisplayListTag.h
      libcore/swf/DoActionTag.h
      libcore/swf/DoInitActionTag.h
      libcore/swf/PlaceObject2Tag.cpp
      libcore/swf/PlaceObject2Tag.h
      libcore/swf/RemoveObjectTag.cpp
      libcore/swf/RemoveObjectTag.h
      libcore/swf/SetBackgroundColorTag.h
      libcore/swf/StartSoundTag.cpp
      libcore/swf/StartSoundTag.h
      libcore/swf/StreamSoundBlockTag.cpp
      libcore/swf/StreamSoundBlockTag.h
      libcore/swf/tag_loaders.cpp
      libcore/swf_function.cpp
      libcore/timers.cpp
      libcore/video_stream_instance.cpp
      libcore/vm/ASHandlers.cpp
      libcore/vm/ExecutableCode.h
      plugin/win32/plugin.cpp
      plugin/win32/plugin.h
      pythonmodule/gnashpython.cpp
      testsuite/MovieTester.cpp
      testsuite/MovieTester.h
      testsuite/libcore.all/ClassSizes.cpp
      testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp
      testsuite/misc-ming.all/DefineEditTextTest-Runner.cpp
      testsuite/misc-ming.all/DefineEditTextVariableNameTest-Runner.cpp
      testsuite/misc-ming.all/DefineTextTest-Runner.cpp
      testsuite/misc-ming.all/DragDropTestRunner.cpp
      testsuite/misc-ming.all/DrawingApiTestRunner.cpp
      testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp
      testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp
      testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp
      testsuite/misc-ming.all/RollOverOutTest-Runner.cpp
      testsuite/misc-ming.all/SpriteButtonEventsTest-Runner.cpp
      testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp
      testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp
      testsuite/misc-ming.all/attachMovieTestRunner.cpp
      testsuite/misc-ming.all/eventSoundTest1-Runner.cpp
      testsuite/misc-ming.all/intervalTestRunner.cpp
      testsuite/misc-ming.all/key_event_testrunner.cpp
      testsuite/misc-ming.all/loadMovieTestRunner.cpp
      testsuite/misc-ming.all/loop_test-Runner.cpp
      testsuite/misc-ming.all/loop_test2runner.cpp
      testsuite/misc-ming.all/masks_test2runner.cpp
      testsuite/misc-ming.all/masks_testrunner.cpp
      testsuite/misc-ming.all/morph_test1runner.cpp
      testsuite/misc-ming.all/registerClassTestRunner.cpp
      testsuite/misc-ming.all/replace_buttons1test_runner.cpp
      testsuite/misc-ming.all/replace_shapes1test_runner.cpp
      testsuite/misc-ming.all/replace_sprites1test_runner.cpp
      testsuite/misc-ming.all/root_stop_testrunner.cpp
      testsuite/misc-ming.all/simple_loop_testrunner.cpp
      testsuite/misc-ming.all/streamingSoundTest1-Runner.cpp
      testsuite/misc-swfc.all/button_test1runner.cpp
      testsuite/misc-swfmill.all/backgroundTestRunner.cpp
      testsuite/movies.all/gravity_embedded-TestRunner.cpp
      testsuite/samples/clip_as_button2-TestRunner.cpp
      testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp
      testsuite/samples/subshapes-TestRunner.cpp
      utilities/processor.cpp
      libcore/MovieClip.cpp
      libcore/MovieClip.h
Diff too large for email (7373 lines, the limit is 1000).

reply via email to

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