26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* backend/Makefile.am (AM_LDFLAGS): Add $(X_LIBS) so we can link with libraries in /usr/X11R6/lib. More... over 19 years ago
Added rmoval of *.as.swf files in clean rule (dunno yet who generated them, but someone did). Added *.as.swf, .libs, .deps to .cvsignore
Sandro Santilli
as strk
More... over 19 years ago
* Makefile.am (ACLOCAL_AMFLAGS): Add so autoreconf works. More... over 19 years ago
Use TWIPS_TO_PIXELS macro instead of hardcoded 20 value More... over 19 years ago
More docs about action_types
Sandro Santilli
as strk
More... over 19 years ago
SetTarget action is now implemented for non-blank strings More... over 19 years ago
Added support for USE_XTRACE define in Function.as
Sandro Santilli
as strk
More... over 19 years ago
updated
Sandro Santilli
as strk
More... over 19 years ago
Added ACTION_EXTENDS, ACTION_IMPLEMENTS, ACTION_CASTOBJECT
Sandro Santilli
as strk
More... over 19 years ago
* testsuite/actionscript.all/Object.as: test for Object class * testsuite/actionscript.all/Makefile.am: added support for user-defined flags to ``makeswf'' invocation (for -DUSE_XTRACE, mainly)
Sandro Santilli
as strk
More... over 19 years ago
Comment at first line of action.cpp said 'button.cpp'! More... over 19 years ago
cleaned up clean rule
Sandro Santilli
as strk
More... over 19 years ago
Cleanups and some more docs
Sandro Santilli
as strk
More... over 19 years ago
Forgot to checking.. the SWF namespace has moved to swf.h
Sandro Santilli
as strk
More... over 19 years ago
Moved SWF namespace in its own header, added action_type typedef, changed action parser to use symbolic action_type names
Sandro Santilli
as strk
More... over 19 years ago
Completed test with commonly used Function features (user-defined class definitions)
Sandro Santilli
as strk
More... over 19 years ago
Just deleting a couple of lines in the changelog that somehow got duplicated. More... over 19 years ago
Swap the last 3 entries around to keep them in order. More... over 19 years ago
doxygen comments formatting
Sandro Santilli
as strk
More... over 19 years ago
Added missing test file
Sandro Santilli
as strk
More... over 19 years ago
Implement Date's default constructor, and basic time reading operations. A little digital clock animation I have now works. More... over 19 years ago
* testsuite/actionscript.all/Makefile.am: Use the standard automake way to build the test cases. More... over 19 years ago
* Makefile.am (STD_DIRS): Remove testsuite. Nothing actually needs to be done at "make all" time anyway. So now the testuites can only be run from the testsuite subdirctory. * macros/png.m4: Fix various typos and other stupid errors that kept the --with-png-incl and --with-png-lib options from working correctly. * configure.ac: Tweak test for PNG support. More... over 19 years ago
Modulus operand in actionscript now returns NaN on division by zero as it should More... over 19 years ago
Fix typo in textformat_new log message ("implemented" has 3 e's) More... over 19 years ago
It might help putting the right date in my Changelog entry. More... over 19 years ago
Add utility script. More... over 19 years ago
New test cases. More... over 19 years ago
Generate files script. More... over 19 years ago
* testsuite/actionscript.all/gen-test.sh: Developer utility script that uses the NOTES file to generate a Ming style "as" source file, which can be used to test an ActionScript class. * server/gen-files.sh: Developer utility script that uses the NOTES file to generate header and source file templates for an ActionScript class. * doc/C/gen-doc.sh: Developer utility script that uses the NOTES file to generate a documentation template for an ActionScript class. * doc/C/NOTES: Data file for file generation scripts. This is only of interest to other developers. If you change this file, you may break the other developer gen-* scripts. * testsuite/Makefile.am: Add dejagnu to AUTOMAKE_OPTIONS. Reset RUNTESTDEFAULTFLAGS to not use the --tool option. * testsuite/actionscript.all/Makefile.am: Add dejagnu to AUTOMAKE_OPTIONS. Reset RUNTESTDEFAULTFLAGS to not use the --tool option. * testsuite/actionscript.all/Boolean.as, Date.as, Microphone.as, SharedObject.as, Camera.as, Error.as, Mouse.as, Stage.as, Color.as, Function.as, NetConnection.as, System.as, ContextMenu.as, LoadVars.as, NetStream.as, TextSnapshot.as, CustomActions.as, LocalConnection.as, Selection.as, Video.as: New Ming based test cases for ActionScript classes. Currently all these do is test for the existance of a class, and all of it's methods. * server/Boolean.cpp, Date.cpp, Microphone.cpp, SharedObject.cpp, Camera.cpp, Error.cpp, Mouse.cpp, Stage.cpp, Color.cpp, Function.cpp, NetConnection.cpp, System.cpp, ContextMenu.cpp, LoadVars.cpp, NetStream.cpp, TextSnapshot.cpp, CustomActions.cpp, LocalConnection.cpp, Selection.cpp, Video.cpp: New stubs for missing ActionScript classes. All they do for now is print "unimplemented", but as all the hard code to tie a class and it's methods into Gnash is done, it'll be much easier to fill in functionality. More... over 19 years ago