openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
gnash-fork
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Apr 22, 2024 — Apr 22, 2025
Showing page 469 of 584
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* testsuite/misc-ming.all/consecutive_goto_frame_test.c: reduce frame rate to 1 frame per second. Shows that all actions (up to the final stop) are executed at the first advancement (are *supposed* to work like that)
Sandro Santilli
as strk
More...
about 18 years ago
* server/sprite_instance.cpp (add_display_object): don't check for "events" match when comparing existing char at given depth. Fixes move_object_test.swf.
Sandro Santilli
as strk
More...
about 18 years ago
* testsuite/misc-ming.all/: Makefile.am, move_object_test.c: Test unnamed instances handling on restart, and also test for syntetized instance names.
Sandro Santilli
as strk
More...
about 18 years ago
removed reference to loop_test.swf, we now have the sources of it, under misc-ming.all
Sandro Santilli
as strk
More...
about 18 years ago
cleanups
Sandro Santilli
as strk
More...
about 18 years ago
sorry, wanted to remove that line, not just comment out
udog
More...
about 18 years ago
Removed name check to get sprites moved to their correct position after a loop (after IRC discussion with strk)
udog
More...
about 18 years ago
* server/dlist.{h,cpp}: don't dispatch UNLOAD event unless explicitly requested by caller. * server/sprite_instance.cpp: properly dispatch UNLOAD event on just-removed chars. * testsuite/misc-ming.all/action_execution_order_test.c: Added an additional test for order of onLoad event call.
Sandro Santilli
as strk
More...
about 18 years ago
* server/sprite_instance.cpp: Warn only once about unsupported stuff; Provide the *unimplemented* MovieClip.moveTo method. * testsuite/actionscript.all/MovieClip.as: don't expect failure in checking moveTo.
Sandro Santilli
as strk
More...
about 18 years ago
* server/asobj/: Color.cpp, Sound.cpp: Warn only once about unsupported stuff; don't terminate log_<whatever> with a newline (will be added); properly tag ActionScript errors (log_aserror, and protect by IF_VERBOSE_ASCODING_ERRORS).
Sandro Santilli
as strk
More...
about 18 years ago
* server/sprite_instance.{cpp,h}: Fixed (hopefully) the action execution order. Implementation is far from elegant, but gives the idea of how it should work, and actually passed our test for it, w/out breaking anything else. * testsuite/misc-ming.all/action_execution_order_test.c: Add an additional test to verify that function definitions are not specially handled as it comes to action execution order. Don't expect failures anymore.
Sandro Santilli
as strk
More...
about 18 years ago
Oops, bug in newly added clear(DisplayList&)
Sandro Santilli
as strk
More...
about 18 years ago
Fix a bug in clear_except(DisplayList&), add clear(DisplayList&).
Sandro Santilli
as strk
More...
about 18 years ago
Add DisplayList::empty() method
Sandro Santilli
as strk
More...
about 18 years ago
* server/dlist.{cpp,h}: add clear_except override taking a DisplayList as argument. Add a call_unload argument for both clear_except methods.
Sandro Santilli
as strk
More...
about 18 years ago
* utilities/processor.cpp: add -f <frames> switch to control the number of "advance" calls on the top movie.
Sandro Santilli
as strk
More...
about 18 years ago
* doc/C/gtkext.xml: Chapter on the Gtk extension. * doc/C/mysqlext.xml: Chapter on the MySQL extension. * doc/C/fileext.xml: Chapter on the File I/O extension. * doc/C/Makefile.am: Add new files to dependencies.
rsavoye
More...
about 18 years ago
Oops, don't forget to include the chapter.
rsavoye
More...
about 18 years ago
* doc/C/extensions.xml: New file on the extension mechanism, and on writing extensions. * doc/C/gnash.xml: Add extensions chapter.
rsavoye
More...
about 18 years ago
Fix framesize of toplevel movie when loading a bitmap from commandline: gnash <image>
Sandro Santilli
as strk
More...
about 18 years ago
* extensions/gtk2: New directory for Gtk2 API extension. * extensions/gtk2/hello.as: The well known Gtk "Hello" example program written in ActionScript. * extensions/gtk2/gtkext.{cpp,h}: Wrappers for the Gtk2 API to export it into Gnash.
rsavoye
More...
about 18 years ago
Corrected JPG scale
udog
More...
about 18 years ago
commented out debugging line
Sandro Santilli
as strk
More...
about 18 years ago
* server/: movie_instance.cpp, movie_root.cpp: move tu_random reset from movie_instance to movie_root (random number generation should be taken care at global level); Have movie_instance::advance call ::construct() rather then manually executing frame tags.
Sandro Santilli
as strk
More...
about 18 years ago
* testsuite/misc-ming.all/action_execution_order_test.c: Add an additional complexity to the test, checking for proper DisplayList construction to happen *before* actions execution.
Sandro Santilli
as strk
More...
about 18 years ago
* server/asobj/xmlnode.cpp: fix getter-setters for read-only properties to survive attempts to set (logging the aserror).
Sandro Santilli
as strk
More...
about 18 years ago
* testsuite/actionscript.all/XMLNode.as: Fix tests for newly work XLNode class. * server/asobj/xmlnode.{cpp,h}: Make nextSibling, previousSibling, firstChild, and lastChild work correctly.
rsavoye
More...
about 18 years ago
* server/swf/tag_loaders.{cpp,h}: implement serialnumber_loader. * server/impl.cpp: register SERIALNUMBER loader. * server/stream.{h,cpp}: add read_string_with_lenght() function taking length as argument; add get_tag_length() function returning length of current tag.
Sandro Santilli
as strk
More...
about 18 years ago
* backend/sound_handler_sdl.cpp, server/asobj/NetStreamFfmpeg.{h,cpp}, server/gnash.h: Changed the aux_streamer_ptr callback to return bool. * libbase/gstgnashsrc.h, server/asobj/NetStreamGst.cpp: Moved definition of gnash_plugin_desc to registering file to avoid multiple definitions. * server/asobj/SoundGst.{cpp,h}, server/asobj/SoundFfmpeg.{cpp,h}, server/asobj/SoundMad.{cpp,h} Added FFMPEG, Gstreamer and libmad backends for the Sound class. * server/asobj/Sound.{cpp,h}: Added support for the new backends. * server/asobj/Makefile.am: Added SoundGst.{h,cpp}, SoundFfmpeg.{h,cpp}, and SoundMad.{h,cpp}, * server/asobj/NetConnection.{cpp,h}: Made accept as_object as argument instead of NetStream, to allow Sound to use NetConnection.
tgc
More...
about 18 years ago
Commented out debugging lines introduced during BitmapMovieDefinition testing
Sandro Santilli
as strk
More...
about 18 years ago
←
1
2
…
465
466
467
468
469
470
471
472
473
…
583
584
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree