11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unreferenced variable. More... over 24 years ago
Support import of engine instances. More... over 24 years ago
Avoid writing the realTime globalfield connection upon export. More... over 24 years ago
Corrected export code by overloading write() for SoPendulum, so internal engines are not written. More... over 24 years ago
Ivy Scheme code for testing the SoPendulum node. More... over 24 years ago
Moved field notification from SoEngine to SoEngineOutput, which seems to be a bit cleaner design. More... over 24 years ago
Misc fixes, by larsa. More... over 24 years ago
Discovered yet another problem with the SoEngine notification optimization, so we finally gave it the axe. Fixes Bugzilla #197. More... over 24 years ago
Forgot to commit the header file along with the .cpp file when overloading the write() method. More... over 24 years ago
Added section for code to reproduce known bugs. More... over 24 years ago
Overloaded SoNode::write() to disconnect internal engines before writing SoShuttle instances. More... over 24 years ago
Ivy Scheme code for testing SoShuttle node. More... over 24 years ago
Added methods for finding the next clockwise and counterclockwise edge. Done by pederb. More... over 24 years ago
Ivy Scheme code for testing various aspects of the SoText3 node, including material bindings and extrusion profiling. More... over 24 years ago
Ivy Scheme code for interactive testing of the SoRotor node. More... over 24 years ago
Fixed scope problem for variable declaration in for()-statement. Problem reported by Larry D'Cunha. More... over 24 years ago
Added code for testing import of scenegraphs with SoBlinker nodes. More... over 24 years ago
Updated to correctly reflect the state of SoBlinker. More... over 24 years ago
Added a couple of FIXMEs for minor issues. More... over 24 years ago
Testing code for the SoBlinker node class for the Ivy Scheme interpreter. More... over 24 years ago
Handle the case where we remove a child when whichChild is "at the end". More... over 24 years ago
Behave according to spec and toggle a single child on and off. More... over 24 years ago
SoBlinker::notify() does less processing on "nil"-runs now (i.e. we detect if the whichChild field was "manually" changed in a speedier way). More... over 24 years ago
Moved the auto-trio auxiliary files into cfg/. More... over 24 years ago
Be more robust about the index argument passed to SoGroup::insertChild() and SoGroup::removeChild(). More... over 24 years ago
Changed conf-macros to cfg/m4. More... over 24 years ago
Completed SoBlinker implementation with a working write()-method. Also simplified the field change detection code a lot. More... over 24 years ago
C++ comments to C comments. More... over 24 years ago
License info update More... over 24 years ago
Moved the auto-trio auxiliary files into cfg/. Obsoleted libconfigvars.sh (sogtk-config serves that purpose). More... over 24 years ago