0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* server/Object.cpp: more debugging output * server/action.{h,cpp}: added doActionGetMember, changed object output from [object Object] to a more interesting value, fixed <c_function 0x0x###>
Sandro Santilli
as strk
More... over 18 years ago
DONE
Sandro Santilli
as strk
More... over 18 years ago
Udated D3D render support from GameSWF. More... over 18 years ago
Another leftover from previous fix
Sandro Santilli
as strk
More... over 18 years ago
Fixed but left from previous commit in doActionMethodCall, added a test for __proto__ in Function.as
Sandro Santilli
as strk
More... over 18 years ago
added doActionCallMethod and doActionCallFunction private methods to action_buffer.
Sandro Santilli
as strk
More... over 18 years ago
* testsuite/actionscript.all/Function.as: added some tests for prototype, prototype.constructor and __proto__ (inheritance) * server/action.{cpp,h}: moved ACTION_NEW and ACTION_INSTANCEOF handling code in action_buffer private doActionNew and doActionInstanceOf (the latter being under development).
Sandro Santilli
as strk
More... over 18 years ago
added two more tests, fixed existing test to bypass preprocessor mangling.
Sandro Santilli
as strk
More... over 18 years ago
Notes about writing tests.
Sandro Santilli
as strk
More... over 18 years ago
Use libtool to install the plugin. More... over 18 years ago
removed dumpObject function definition (it's in utils.as already)
Sandro Santilli
as strk
More... over 18 years ago
* macros/ghelp.m4: Disable ghelp support by default. Use --enable-ghelp to turn it back on. * doc/omf.make: Don't try to install anything if GHELP isn't defined. More... over 18 years ago
Implement _global.unescape More... over 18 years ago
spaces to tab
Sandro Santilli
as strk
More... over 18 years ago
Implement _global.parseFloat, add testcases for parseFloat to Global.as More... over 18 years ago
Implement all of _global.parseInt, _global.isNan, _global.isFinite Also add as_value::is_finite() for internal use Add a few, and fix up the parseInt test cases More... over 18 years ago
d3d support. More... over 18 years ago
* server/shm.cpp (exists): Move to be within the ENABLE_TESTING block. More... over 18 years ago
* Makefile.am: Rearrange directories for SUBDIRS and DIST_SUBDIRS. * autogen.sh: Remove hardcoded path to /usr/bin. * doc/C/appendix.xml: Add section to "Coding Style" about Doxygen style somments. * doc/C/internals.xml: Metion code generatrion scripts in CVS. Expand "Adding ActionScript" section Add sectioj on parameter passing for callbacks. Add section on testing Gnash. * server/Makefile.am: Add xmlattrs and xmlnodes to the list of headers and source files. * server/xml.h: Move XMLAttrs and XMLNode to their own source files to reduce clutter. Use std::vector instead of "tu array". Add new accessors to use for testing. Move a few method definitions to the source file. * server/xml.cpp: Move XMLAttrs and XMLNode to their own source files to reduce clutter. Use std::vector instead of "tu array". Add new accessors to use for testing. Move a few method definitions from the header file. Implement XML::appendChild(), XMLNode::appendChild(), XML::createElement(), XML::cloneNode(), and XML::createTextNode(). * testsuite/actionscript/XML.as: Add tests for the new methods. * server/xmlattrs.{h,cpp}: New file for XMLAttr class moved out of xml.h. * server/xmlnode.{h,cpp}: New file for XMLAttr class moved out of xml.h. 2006-02-06 Patrice Dumas <pertusus at free.fr> * macros/docbook.m4: enable by default. Add an AM_CONDITIONNAL for each of the formats. * macros/ghelp.m4: enable by default. Correct AC_PATH_PROG 3rd arg. Don't check for the user is root (the user needs to be root only for make install, in case he wants to run scrollkeeper-update). * doc/omf.make: don't use $(GHELP) it is never set. Test for the user being root only when running scrollkeeper-update, any user may install the files. Use $(omffile) instead of $(srcdir)/*.omf. Add $(DESTDIR). * doc/xmldocs.make: move general stuff to doc/C/Makefile.am (EXTRA_DIST, CLEANFILES, xml_files). Similarly, define all-local and not all. Add amissing $(DESTDIR). Take dist-hook and install-data-hook from doc/C/Makefile.am. * doc/C/Makefile.am: use the GHELP automake conditionnal to conditionnally include scrollkeeper stuff. Remove XML_FILES, as xml_files from the scrollkeeper code is the same. Distribute info and texi files. Simplify rules to build docs and conditionnalize on automake conditionnals. If the tools aren't there, touch the files. As the doc files requires specific tools to build, flag them as MAINTAINERCLEANFILES. * doc/C/gnash.omf: rename to gnash-C.omf and minor changes. More... over 18 years ago
Added dejagnu testing framework (a 'check' macro) Changed Object,Function and Global tests to use the new macro. Added generated files to all: rule.
Sandro Santilli
as strk
More... over 18 years ago
Changed Action type names to reflect changes in Ming. Removed compiler warnings about unused variables in action.cpp.
Sandro Santilli
as strk
More... over 18 years ago
Added more parseInt tests
Sandro Santilli
as strk
More... over 18 years ago
fixed typo from prev commit, added types.h include
Sandro Santilli
as strk
More... over 18 years ago
Initial testfile for _global functions (incomplete, but pretty failing already)
Sandro Santilli
as strk
More... over 18 years ago
Implement _global.parseInt's simplest (1-parameter) case. More... over 18 years ago
Function.apply() implemented. See Function.as test for details. Additional tests would be nice to have.
Sandro Santilli
as strk
More... over 18 years ago
rule to build 'visual tracing' version of tests (make <test>.vswf)
Sandro Santilli
as strk
More... over 18 years ago
More tests for Function.apply()
Sandro Santilli
as strk
More... over 18 years ago
Doxygen comments for smart_ptr class
Sandro Santilli
as strk
More... over 18 years ago
Added dox for ACTION_CALLMETHOD
Sandro Santilli
as strk
More... over 18 years ago