0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2024 — Apr 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* testsuite/misc-mtasc.all/: Makefile.am, hello.as: Generalized Makefile, stuff Dejagnu.swf in first frame and dejagnu_so_fini.as in last frame using 'makeswf'. Ready to start with mtasc tests.
Sandro Santilli
as strk
More... about 18 years ago
minor fix More... about 18 years ago
gui/gui.cpp: Make full redraw on ENABLE_REGION_UPDATES_DEBUGGING configurable More... about 18 years ago
* extensions/fileio/Makefile.am, fileio.cpp, fileio.h, test.as: New files for direct File I/O extension for Gnash. More... about 18 years ago
* macros/mtasc.m4: provide some detection for mtasc (CLASSPATH detection needs more work). * configure.ac: detect mtasc availability. * Makefile.am: dump MTASC info on 'make dumpconfig'. * testsuite/Makefile.am: descend in misc-mtasc.all * testsuite/misc-mtasc.all/Makefile.am: initial Makefile for mtasc. * testsuite/misc-mtasc.all/hello.as: simple test (build with 'make hello.swf').
Sandro Santilli
as strk
More... about 18 years ago
* server/button_character_instance.cpp (on_button_event): Survive MOUSE_DOWN and MOUSE_UP events.
Sandro Santilli
as strk
More... about 18 years ago
* server/movie_root.cpp: (generate_mouse_button_events): Dispatch events MOUSE_DOWN and MOUSE_UP togheter with PRESS and RELEASE (see bug #19040). * server/sprite_instance.cpp (can_hanle_mouse_envent): Consider MOUSE_DOWN and MOUSE_UP events (see bug #19040).
Sandro Santilli
as strk
More... about 18 years ago
* server/asobj/ASSound.{cpp,h}, server/asobj/Global.cpp: Updated the AS Sound class to the new init method.
tgc
More... about 18 years ago
add debugging line in ::construct
Sandro Santilli
as strk
More... about 18 years ago
* server/sprite_instance.{cpp,h}: reverted goto_frame patch introducing regression failures. See bug #19020.
Sandro Santilli
as strk
More... about 18 years ago
don't expect a failure in testing existance of MovieClip.unloadMovie (is stubbed)
Sandro Santilli
as strk
More... about 18 years ago
* server/tesselate.cpp: std::fabsf => std::abs.
Sandro Santilli
as strk
More... about 18 years ago
* server/execute_tag.h: doxygen documentation, add new execute_action() function. * server/sprite_instance.{cpp,h}: changed signature of execute_frame_tags() to allow executions of action tags only.
Sandro Santilli
as strk
More... about 18 years ago
std:: More... about 18 years ago
namespace std; More... about 18 years ago
Changed names on val->var. More... about 18 years ago
* server/character.h: documented ::advance() method.
Sandro Santilli
as strk
More... about 18 years ago
typo
Sandro Santilli
as strk
More... about 18 years ago
* testsuite/misc-ming.all/action_execution_order_test.c: made more verbose, reduced frame rate to better see what goes on, don't use C++ comments.
Sandro Santilli
as strk
More... about 18 years ago
updated (and simplified) .cvsignore
Sandro Santilli
as strk
More... about 18 years ago
* testsuite/misc-ming.all/Makefile.am: add consecutive_goto_frame_test to the 'make check' loop.
Sandro Santilli
as strk
More... about 18 years ago
* libbase/utility.h: std::logf => std::log.
Sandro Santilli
as strk
More... about 18 years ago
typo More... about 18 years ago
add a new testcase for testing consecutive ActionGotoAndStop More... about 18 years ago
Note on log2 More... about 18 years ago
log2->std::log2 More... about 18 years ago
Removed use of fpclassify. More... about 18 years ago
* server/sprite_instance.cpp: stubbed unloadMovie ActionScript function.
Sandro Santilli
as strk
More... about 18 years ago
* server/asobj/MovieClipLoader.cpp: properly register the MovieClipLoader global class (use builtin_function, not a "dumb" c_function. * testsuite/actionscript.all/: Makefile.am, MovieClipLoader.as: simple test for MovieClipLoader (just inheritance and functions availability).
Sandro Santilli
as strk
More... about 18 years ago
Reverted stupid commit, which wasn't supposed to be commited. (i.e.) redefine fpclassify. More... about 18 years ago