11
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
May 31, 2024 — May 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid potential out-of-bounds read from SbString when trying to find the correct texture file. More... almost 25 years ago
Changed location of program database (.pdb file). By mariusbu. More... almost 25 years ago
Added environment variables instructions. Removed numbering. Fixed by mariusbu. More... almost 25 years ago
Support for Red/Cyan anaglyph stereo viewing. Credits to Peder for the implementaiton, and Joachim Tesch for some hints on how to do it. More... almost 25 years ago
Changed virtual status on two functions. Original InventorXt design doesn't make much sense. More... almost 25 years ago
First attempt at resolving the problem with static class members for MSWin DLLs didn't work out, but this should take care of the problem. More... almost 25 years ago
configure script with corrected mathlib check More... almost 25 years ago
General automake/autoconf update. More... almost 25 years ago
Explicit import of static class member variables is necessary when working with MSWin DLLs. This fix implements this transparently for application programmers. More... almost 25 years ago
Miscellaneous documentation fixes and updates. More... almost 25 years ago
Moved srand() to correct place in the code, to avoid always getting the same color when using the --cube, --cone etc arguments. More... almost 25 years ago
Moved internal functions from protected to private scope. More... almost 25 years ago
Removed some whitespace as a workaround for a Doxygen bug. More... almost 25 years ago
Made protected variable private and did minor rewrites to extension macros to avoid problems when linking against Coin DLL under MSWin. More... almost 25 years ago
Simplified (and corrected) Makefile.am files by removing bogus INCLUDES settings. More... almost 25 years ago
Added missing call upwards in inheritance hierarchy. More... almost 25 years ago
Fixed bug which caused caches not to be deleted. Oops. More... almost 25 years ago
Misc small bugfixes. More... almost 25 years ago
SIM_CHECK_COIN -> SIM_AC_HAVE_COIN_IFELSE. More... almost 25 years ago
Changed AC_CANONICAL_HOST to AC_CANONICAL_SYSTEM. More... almost 25 years ago
Misc configure/buid changes. More... almost 25 years ago
Initial implementation.
Marius Bugge Monsen
as mariusbu
More... almost 25 years ago
Eliminates use of sh functions (not 100% portable). General compacting of the script. Patch by larsa. More... almost 25 years ago
Killed potential for memory leak. More... almost 25 years ago
Removed memory leak. More... almost 25 years ago
Bugfix SoActionMethodList. Action methods already set (by external nodes) should not be overwritten when setting action methods for other (internal) nodes. More... almost 25 years ago
Removed using a function (not 100% portable). Compacted code. Added quick'n'dirty unofficial/unsupported "--build" option. More... almost 25 years ago
Fix for "Unresolved external symbol" when linking against the Coin DLL with extension node classes. Problem reported by Nick Halper. More... almost 25 years ago
SbImage.cpp was missing from the all.cpp file for "compact builds". Thanks to Jan Prikryl for reporting the problem. More... almost 25 years ago
Minor documentation update. More... almost 25 years ago