8
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
_GLIBCXX_CONCEPT_CHECKS does not work with Boost 1.44. More... almost 15 years ago
Boost.Filesystem headers include inline functions that call Boost.System functions. Programs/libraries that use Boost.Filesystem need to link with libboost_system as well as libboost_filesystem. The Mac OS X linker seems to be the only one that actually cares about this detail. More... about 15 years ago
SpiderMonkey included in the forthcoming XULRunner 1.9.3 removes JS_AddRoot and JS_RemoveRoot and replaces them with type-specific functions. Test for this and adjust our usage accordingly. More... about 15 years ago
Fixed directory for openvrml-gl.rc and openvrml-gl.vcxproj. More... about 15 years ago
Fixed directory for openvrml-gl.rc and openvrml-gl.vcxproj. More... about 15 years ago
SpiderMonkey included in the forthcoming XULRunner 1.9.3 includes changes to the JSPropertyOp function signature: a parameter that was a jsval in previous versions is now a jsid. Test for this and adjust our usage accordingly. More... about 15 years ago
JS_NewDouble is deprecated; use JS_NewNumberValue instead. More... about 15 years ago
JS_NewDoubleValue is deprecated; use JS_NewNumberValue instead. More... about 15 years ago
Added missing descriptions of LineProperties and FillProperties. More... about 15 years ago
Add (partially) parsed nodes to the scene in the event of an exception during parsing; ensure that the browser::initialized event gets send and scene::scene_loaded gets called in the event of an exception during parsing. More... about 15 years ago
Must use dynamic_cast due to virtual inheritance. More... over 15 years ago
Changed add and remove member function templates from public to protected access. More... over 15 years ago
Added an accessor to get the set of listeners listening to an event emitter. More... over 15 years ago
Removed reference to ide-projects/Makefile. More... over 15 years ago
Added Visual C++ 2010 project files. These files are now interspersed in the source directories. More... over 15 years ago
Doc-comment improvements. More... over 15 years ago
Doc-comment improvements. More... over 15 years ago
Doc-comment improvements: mark private data member documentation "@internal". More... over 15 years ago
deref will never throw; use OPENVRML_NOTHROW. More... over 15 years ago
Doesn't need to include <boost/thread.hpp>. More... over 15 years ago
Updates for Doxygen 1.7.1. More... over 15 years ago
Doc-comment improvements. More... over 15 years ago
Removed obsolete reference to OPENVRML_FT_CONST. More... over 15 years ago
Added doc-comments for OPENVRML_NODE_IMPL_UTIL_DEFINE_DO_CREATE_TYPE and supporting macros. More... over 15 years ago
Only call FcInit for non-Windows platforms. More... over 15 years ago
Fixed to compile without OPENVRML_ENABLE_RENDER_TEXT_NODE. More... over 15 years ago
Removed OPENVRML_API from event listener/emitter class templates. More... over 15 years ago
Removed OPENVRML_API from event listener/emitter class templates. More... over 15 years ago
Added semantic action for mfdouble. More... over 15 years ago
Lock the image_mutex_ before rendering the texture. More... over 15 years ago