Displaying 19 results from an estimated 19 matches for "removesprit".
Did you mean:
removesprite
2007 Jun 28
0
Branch 'as' - 5 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
libswfdec-gtk/swfdec_playback_alsa.c | 3 --
libswfdec/swfdec_as_interpret.c | 32 ++++++++++++++++++++++++++++-
libswfdec/swfdec_movie.c | 11 +++++++++
test/trace/Makefile.am | 7 ++++++
test/trace/removesprite-depths-5.swf |binary
test/trace/removesprite-depths-5.swf.trace | 15 +++++++++++++
test/trace/removesprite-depths-6.swf |binary
test/trace/removesprite-depths-6.swf.trace | 15 +++++++++++++
test/trace/removesprite-depths-7.swf |binary
test/trace/removesprite-depths-7.swf...
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary:
Nguy?n Th?i Ng?c Duy (7):
Add a missing else statement
Create swfdec_movie_duplicate
Implement action CloneSprite with swfdec_movie_duplicate
Add action RemoveSprite
Add new variables to the target
Remove movies with the same name when adding new movie
We don't handle replacing movies other than SwfdecGraphicMovie yet
libswfdec/swfdec_as_context.c | 6 +++
libswfdec/swfdec_as_interpret.c | 61 +++++++++++++++++++++++++++++++...
2007 Aug 22
0
Branch 'vivi' - 2 commits - libswfdec/swfdec_movie.c test/trace
....swf.trace \
relational-7.swf \
relational-7.swf.trace \
+ remove-depths.as \
+ remove-depths-5.swf \
+ remove-depths-5.swf.trace \
+ remove-depths-6.swf \
+ remove-depths-6.swf.trace \
+ remove-depths-7.swf \
+ remove-depths-7.swf.trace \
+ remove-depths-8.swf \
+ remove-depths-8.swf.trace \
removesprite-depths.as \
removesprite-depths-5.swf \
removesprite-depths-5.swf.trace \
diff --git a/test/trace/remove-depths-5.swf b/test/trace/remove-depths-5.swf
new file mode 100644
index 0000000..d684bb9
Binary files /dev/null and b/test/trace/remove-depths-5.swf differ
diff --git a/test/trace/remove-d...
2007 Nov 28
0
7 commits - configure.ac libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c test/trace
...remove-with-onUnload.as \
+ remove-with-onUnload-5.swf \
+ remove-with-onUnload-5.swf.trace \
+ remove-with-onUnload-6.swf \
+ remove-with-onUnload-6.swf.trace \
+ remove-with-onUnload-7.swf \
+ remove-with-onUnload-7.swf.trace \
+ remove-with-onUnload-8.swf \
+ remove-with-onUnload-8.swf.trace \
removesprite-depths.as \
removesprite-depths-5.swf \
removesprite-depths-5.swf.trace \
diff --git a/test/trace/remove-with-onUnload-5.swf b/test/trace/remove-with-onUnload-5.swf
new file mode 100644
index 0000000..bb23f7b
Binary files /dev/null and b/test/trace/remove-with-onUnload-5.swf differ
diff --git...
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
New commits:
diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350)
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Jun 17 14:19:45 2007 +0200
actually convert the values to a string when comparing strings
diff --git
2007 Jul 06
0
Branch 'as' - 2 commits - libswfdec/swfdec_as_math.c test/trace
...Benjamin Otte <otte at gnome.org>
Date: Fri Jul 6 11:37:55 2007 +0100
add test for round direction
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 423a732..447b109 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -620,6 +620,15 @@ EXTRA_DIST = \
removesprite-depths-7.swf.trace \
rotation-5.swf \
rotation-5.swf.trace \
+ round-direction.as \
+ round-direction-5.swf \
+ round-direction-5.swf.trace \
+ round-direction-6.swf \
+ round-direction-6.swf.trace \
+ round-direction-7.swf \
+ round-direction-7.swf.trace \
+ round-direction-8.swf \
+ round-di...
2007 Jun 03
1
some patches for swfdec
Here are some patches I made yesterday. They add three actions:
duplicateClip, removeClip and With, one method Math.abs and bug fixes.
All base off 'as' branch. Please have a look if you are going to apply
them because I'm quite new in swfdec development.
BTW, how can I implement createEmptyMovieClip? I have no idea how to
create an SwfdecMovie properly. I also need to add the
2007 Jul 11
0
Branch 'as' - 4 commits - libswfdec/swfdec_color.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c test/trace
...:09 2007 +0200
add a test for various rotations
This test catches a segfault in previous versions
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 8ff2106..c2fc231 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -645,6 +645,15 @@ EXTRA_DIST = \
removesprite-depths-7.swf.trace \
rotation-5.swf \
rotation-5.swf.trace \
+ rotation2.as \
+ rotation2-5.swf \
+ rotation2-5.swf.trace \
+ rotation2-6.swf \
+ rotation2-6.swf.trace \
+ rotation2-7.swf \
+ rotation2-7.swf.trace \
+ rotation2-8.swf \
+ rotation2-8.swf.trace \
round-direction.as \
round-d...
2007 Jul 13
0
4 commits - configure.ac libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.h libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h NEWS
...re correct script interpreter engine. The engine is even exported
+ for your coding pleasure.
+- New instance placement handling algorithm. This one seems to produce much
+ better correctness results than the old one.
+- More ActionScript bytecodes are supported, in particular CloneSprite and
+ RemoveSprite
+- improve String reading in earlier Flash versions (Flash <=5 is Latin1, not
+ UTF8)
+- implement some more Actionscript functions (most important is probably
+ createEmptyMovieClip ())
+- lots of bugfixes
+
0.4.5 ("Death of the Desktop")
This is strictly a bugfix release. Ha...
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
..._action_set_property, swfdec_action_set_property } },
- [SWFDEC_AS_ACTION_CLONE_SPRITE] = { "CloneSprite", NULL, 3, 0, { NULL, swfdec_action_clone_sprite, swfdec_action_clone_sprite, swfdec_action_clone_sprite, swfdec_action_clone_sprite } },
- [SWFDEC_AS_ACTION_REMOVE_SPRITE] = { "RemoveSprite", NULL, 1, 0, { NULL, swfdec_action_remove_sprite, swfdec_action_remove_sprite, swfdec_action_remove_sprite, swfdec_action_remove_sprite } },
- [SWFDEC_AS_ACTION_TRACE] = { "Trace", NULL, 1, 0, { NULL, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace, swfdec_action_tra...
2007 Apr 05
0
Branch 'as' - 9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
...tion_get_property, swfdec_action_get_property } },
[0x23] = { "SetProperty", NULL, 3, 0, { NULL, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property } },
+#if 0
[0x24] = { "CloneSprite", NULL },
[0x25] = { "RemoveSprite", NULL },
[0x26] = { "Trace", NULL, 1, 0, { NULL, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace } },
@@ -2397,8 +2348,10 @@ const SwfdecActionSpec swfdec_as_actions
[0x4b] = { "ToString", NULL, 1, 1, { NULL, NULL, swfdec_action_to...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...fdec_action_get_property, swfdec_action_get_property } },
+ [0x23] = { "SetProperty", NULL, 3, 0, { NULL, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property } },
[0x24] = { "CloneSprite", NULL },
[0x25] = { "RemoveSprite", NULL },
[0x26] = { "Trace", NULL, 1, 0, { NULL, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace } },
diff-tree 1df9fa9d227af58658f4c2b9bf1e9a6719c4d9dc (from 1fbe061229c9be6b6374f95fc0e70a786e8a33d5)
Author: Benjamin Otte <otte@gnome.org>...
2007 Jan 29
0
Branch 'interpreter' - 18 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_sound.c libswfdec/swfdec_pattern.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_script.c
...yer *player = JS_GetContextPrivate (cx);
+ swfdec_player_set_drag_movie (player, NULL, FALSE, NULL);
+ return JS_TRUE;
+}
+
/*** PRINT FUNCTIONS ***/
static char *
@@ -1196,8 +1244,8 @@ static const SwfdecActionSpec actions[25
[0x24] = { "CloneSprite", NULL },
[0x25] = { "RemoveSprite", NULL },
[0x26] = { "Trace", NULL, 1, 0, { NULL, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace } },
- [0x27] = { "StartDrag", NULL },
- [0x28] = { "EndDrag", NULL },
+ [0x27] = { "StartDrag", NULL, -1, 0, { NU...
2007 Apr 12
0
Branch 'as' - 14 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...ON_SET_PROPERTY] = { "SetProperty", NULL, 3, 0, { NULL, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property } },
[SWFDEC_AS_ACTION_CLONE_SPRITE] = { "CloneSprite", NULL },
[SWFDEC_AS_ACTION_REMOVE_SPRITE] = { "RemoveSprite", NULL },
[SWFDEC_AS_ACTION_TRACE] = { "Trace", NULL, 1, 0, { NULL, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace } },
#if 0
[0x27] = { "StartDrag", NULL, -1, 0, { NULL, swfdec_action_start_drag, swfdec_action_start_drag, swfdec_...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...},
- { 0x20, "SetTarget2", compile_set_target_2 },
- { 0x21, "StringAdd", compile_string_add },
- { 0x22, "GetProperty", compile_get_property },
- { 0x23, "SetProperty", compile_set_property },
- { 0x24, "CloneSprite", NULL },
- { 0x25, "RemoveSprite", NULL },
- { 0x26, "Trace", compile_trace },
- { 0x27, "StartDrag", compile_start_drag },
- { 0x28, "EndDrag", compile_simple_call },
- { 0x29, "StringLess", NULL },
- /* version 7 */
- { 0x2a, "Throw", NULL },
- { 0x2b, "Cast&quo...
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...fdec_action_get_property, swfdec_action_get_property } },
+ [0x23] = { "SetProperty", NULL, 3, 0, { NULL, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property, swfdec_action_set_property } },
+ [0x24] = { "CloneSprite", NULL },
+ [0x25] = { "RemoveSprite", NULL },
+ [0x26] = { "Trace", NULL, 1, 0, { NULL, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace, swfdec_action_trace } },
+ [0x27] = { "StartDrag", NULL, -1, 0, { NULL, swfdec_action_start_drag, swfdec_action_start_drag, swfdec_action_start_drag, swfdec...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...y cairo_t after use
Ref the event list before iterating over the scripts
add swfdec_movie_get_by_path()
make hitTest() use swfdec_movie_get_by_path()
add test to make sure setTarget paths aren't relative
implement second argument of MovieClip.getBounds()
make RemoveSprite use swfdec_movie_get_by_path
fix wrong assertion check
indentation
rewrite SwfdecAudioFormat handling
rename SwfdecSOund struct members
remove SwfdecAsDate definition from swfdec_as_types.h
in- or exclude new symbols from docs build
docs fixes
fix up...
2007 Oct 18
0
14 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_format.c
...s-7.swf.trace \
remove-depths-8.swf \
remove-depths-8.swf.trace \
+ remove-movie.as \
+ remove-movie-5.swf \
+ remove-movie-5.swf.trace \
+ remove-movie-6.swf \
+ remove-movie-6.swf.trace \
+ remove-movie-7.swf \
+ remove-movie-7.swf.trace \
+ remove-movie-8.swf \
+ remove-movie-8.swf.trace \
removesprite-depths.as \
removesprite-depths-5.swf \
removesprite-depths-5.swf.trace \
diff --git a/test/trace/remove-movie-5.swf b/test/trace/remove-movie-5.swf
new file mode 100644
index 0000000..58d71af
Binary files /dev/null and b/test/trace/remove-movie-5.swf differ
diff --git a/test/trace/remove-movi...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
....swf.trace \
relational-7.swf \
relational-7.swf.trace \
+ remove-depths.as \
+ remove-depths-5.swf \
+ remove-depths-5.swf.trace \
+ remove-depths-6.swf \
+ remove-depths-6.swf.trace \
+ remove-depths-7.swf \
+ remove-depths-7.swf.trace \
+ remove-depths-8.swf \
+ remove-depths-8.swf.trace \
removesprite-depths.as \
removesprite-depths-5.swf \
removesprite-depths-5.swf.trace \
diff --git a/test/trace/remove-depths-5.swf b/test/trace/remove-depths-5.swf
new file mode 100644
index 0000000..d684bb9
Binary files /dev/null and b/test/trace/remove-depths-5.swf differ
diff --git a/test/trace/remove-d...