11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 31, 2024 — May 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Somewhat proper implementation of SoSelectOne -- at least it won't die right away now. More... over 24 years ago
Ivy Scheme code for testing the SoSelectOne engine. More... over 24 years ago
SoShuttle copy(). More... over 24 years ago
Fixed SoPendulum copy. More... over 24 years ago
Fixes for SoBlinker::copy(). More... over 24 years ago
Killed invalid assert(). More... over 24 years ago
More cleanups to try to make the code less buggy and more readable. More... over 24 years ago
Store and restore notification flags on slave fields correctly (old code just set all of them to TRUE after engine evaluation, no matter the initial value). More... over 24 years ago
Bugfixed copy operation for SoBlinker -- had to overload the copy() operation from SoNode, which means SoNode::copy() was made virtual. More... over 24 years ago
Major code cleanup. Fixed the nasty tangle of notification / evaluation / output-enabling interdependencies which wasn't working properly. More... over 24 years ago
Fixed bug which would cause multiple notifications on syncOut. More... over 24 years ago
Fixed g++ warnings. Done by skei. More... over 24 years ago
Removed redundant internal variable. More... over 24 years ago
Killed buggy code which was trying to optimize notification. More... over 24 years ago
Added support for copy operations on engines. More... over 24 years ago
Improved documentation for SoNode::addToCopyDict(). More... over 24 years ago
Only walk through a node's children on the first copy connection. More... over 24 years ago
Misc minor updates. More... over 24 years ago
Assert on recursive calls to SoField::evaluate() (since the field might be in an inconsistent state). More... over 24 years ago
Updated to use latest Autoconf and Automake from CVS, integrated changes necessary to test whether or not the QGL widget is part of libqt or in its own library. More... over 24 years ago
Handle empty strings in SoText3. Fixed by pederb. More... over 24 years ago
Fix for triangle count bug reported by Larry D'Cunha. Done by pederb. More... over 24 years ago
Enable SoCacheElement for SoCallbackAction. Fix from pederb to a bug reported by Larry D'Cunha. More... over 24 years ago
Updated to match new name of SIM_AC_DEBUGSYMBOLS macro. More... over 24 years ago
Updated to match new name of SIM_AC_DEBUGSYMBOLS macro. More... over 24 years ago
Updated to match new name of SIM_AC_DEBUGSYMBOLS macro. More... over 24 years ago
Updated to match new name of SIM_AC_DEBUGSYMBOLS macro. More... over 24 years ago
Made SoField::getDirty() const (why the he** hasn't this been done before?). More... over 24 years ago
Use a better strategy for the SoMField::operator=() copy operator. More... over 24 years ago
Be more robust in the SoViewer::viewAll() function. More... over 24 years ago