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
Gnash
Settings
|
Report Duplicate
26
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.
Jun 01, 2024 — Jun 01, 2025
Showing page 739 of 747
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Implemented ACTION_CASTOP, not tested as Ming does not produce those blocks
Sandro Santilli
as strk
More...
over 19 years ago
* server/Object.{h,cpp}: new instanceOf(function_as_object*) method. * server/action.cpp: SWF::ACTION_INSTANCEOF implemented. * testsuite/actionscript.all/Inheritance.as: instanceOf tests.
Sandro Santilli
as strk
More...
over 19 years ago
Change all tests to use new check macro. Add tests for all implemented array functions, as well as several tests for the unimplemented sort function.
corfe
More...
over 19 years ago
Make tostring() and join() not output any enclosing parentheses as Rob suggested in a previous e-mail, and handle empty array case much better - that is, unsigned int(0 - 1) is not -1!
corfe
More...
over 19 years ago
* macros/firefox.m4: Set FIREFOX_PLUGINS correctly at the proper time. Add another pattern to the sed rule to munge the path. * configure.ac: Print out where the plugin will get installed.
rsavoye
More...
over 19 years ago
* libamf/amf.cpp: Default to not using log_msg(). * libamf/amftest.cpp: Don't build unless you have dejagnu.h. * configure.ac: Check for the dejagnu.h header for unit testing.
rsavoye
More...
over 19 years ago
Correct typo.
rsavoye
More...
over 19 years ago
Implemented Function.call
Sandro Santilli
as strk
More...
over 19 years ago
Fixed bogus tests
Sandro Santilli
as strk
More...
over 19 years ago
* testsuite/actionscript.all/xtrace.as: trace window enlarged. * testsuite/actionscript.all/Inheritance.as: inheritance test * server/Object.h: new header file for definitions from as_object up to as_value (will split again at sometime). gnash::as_object_interface class definition merged with gnash::as_object, now directly derived from gnash::resource. * server/action.cpp: doActionEquals and doActionStrictEquals private action_buffer methods. Made as_value::to_object valid for AS_FUNCTION value types * server/Function.{cpp,h}: Made 'Function' an AS_FUNCTION to allow for 'prototype' based inheritance.
Sandro Santilli
as strk
More...
over 19 years ago
Fix silly '!' that breaks _global.isfinite()
corfe
More...
over 19 years ago
* libamf/amf.h: New file for AMF encoder/decoder library. * libamf/amfutf8.h: New file for AMF encoder/decoder library to handle UTF8 strings. * libamf/amf.cpp: New file for AMF encoder/decoder library. * libamf/Makefile.am: New makefile for amf library. * libamf/amftest.cpp: New test case for AMF library. * Makefile.am: Add libamf directory. * configure.ac: Add libamf directory.
rsavoye
More...
over 19 years ago
2006-02-11 Jim Garrison <
[email protected]
>
garrison
More...
over 19 years ago
* server/xmlnode.{h,cpp): Implement nodeType property. * testsuite/actionscript.all/XMLNode.as: add test for XMLNode::nodeType property. * doc/C/xmlnode.xml: New file for accidentally skipped class. * testsuite/actionscript.all/XMLNode.as: New test case for XMLNode to test the methods and properties.
rsavoye
More...
over 19 years ago
* doc/C/internals.xml: Update section on using as_value objects.
rsavoye
More...
over 19 years ago
* macros/docbook.m4: Extract and save the version of the Docbook2X tools, because there are two big differences in command line options depending which version you have. * configure.ac: Print the version of the Docbook2X tools, if --enable-docbook is specified. * doc/C/Makefile.am: Check the version of the Docbook2X tools when running db2x_texixml.
rsavoye
More...
over 19 years ago
Comment out extra debug print statement.
rsavoye
More...
over 19 years ago
* macros/sdl.m4: Define HAVE_SDL_MICER_H if we have SDL Mixer installed.
rsavoye
More...
over 19 years ago
* testsuite/actionscript.all/dejagnu.as: Implement the DejaGnu unit testing API for ActionScript. * testsuite/actionscript.all/XML.as: Use new DejaGnu API for test output. * testsuite/actionscript.all/XMLNode.as: New test case for XMLNode to test the methods and properties. * server/xmlnode.h: Add prototypes for new methods. * server/xmlnode.cpp: Implement appendChild() cloneNode() methods, and nodeName, nodeValue, firstChild, lastChild, previousSibling, nextSibling, parentNode properties. * server/xml.h: Define properties correctly. * server/xml.cpp: Add properties to a node as other operations on the node are done. * configure.ac: Disable the XMLReader by default. * libbase/membuf.cpp: Free, don't delete the pointer in the destructor. * server/action.cpp: Define virtual destructor for as_property_interface. * server/gnash.h: Define virutal destructor for import_visitor. * server/shape.{h,cpp}: Define destructor for tesselating_shape. * server/styles.h: Define destructors for base_fill_style and base_line_style. * server/tesselate.{h,cpp}: Define destructor for trapezoid_accepter.
rsavoye
More...
over 19 years ago
* doc/C/internals.xml: Add section on adding properties to an ActionScript class.
rsavoye
More...
over 19 years ago
* 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 19 years ago
DONE
Sandro Santilli
as strk
More...
over 19 years ago
Udated D3D render support from GameSWF.
rsavoye
More...
over 19 years ago
Another leftover from previous fix
Sandro Santilli
as strk
More...
over 19 years ago
Fixed but left from previous commit in doActionMethodCall, added a test for __proto__ in Function.as
Sandro Santilli
as strk
More...
over 19 years ago
added doActionCallMethod and doActionCallFunction private methods to action_buffer.
Sandro Santilli
as strk
More...
over 19 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 19 years ago
added two more tests, fixed existing test to bypass preprocessor mangling.
Sandro Santilli
as strk
More...
over 19 years ago
Notes about writing tests.
Sandro Santilli
as strk
More...
over 19 years ago
Use libtool to install the plugin.
rsavoye
More...
over 19 years ago
←
1
2
…
735
736
737
738
739
740
741
742
743
…
746
747
→
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