On Fri, Sep 07, 2007 at 12:11:27AM +0000, Sandro Santilli wrote:

>               * server/vm/VM.{cpp,h}: change the VM::init() functionality
>                 to NOT instantiate the movie definition. This is propedeutic
>                 for a cleanup in movie_instance construction, which will be
>                 performed by movie_root::setLevel in next patch.

The next step would be movie_root::setLevel(movie_instance* m) calling
m->construct
and movie_instance::advance() not caring about that.

The effect should be a big cleanup in how construction happens and
a removed delay between gnash start and construction of first frame
(to be effective we should likely call ::display() earlier)

The cleanup would in turn affect the big change I'm carrying on
for action execution order.

--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to