35
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed osg::Matric::makeIdent() to osg::Matrix::makeIdentity() to make it consistent with the rest of the osg::Matrix naming. Updated OSG distribution to account for new name. More... over 23 years ago
updates for windows build. More... over 23 years ago
updates for windows build. More... over 23 years ago
Fixes to Windows build in liu of the move to using just std::streams. More... over 23 years ago
Fixes to Windows build in liu of the move to using just std::streams. More... over 23 years ago
Updated OSG so that the old OSG_USE_IO_DOT_H has be removed from all headers that used it, all references to the Standard C++ stream classes use the std::ostream etc convention, all references to "using namespace std" and "using namespace std::ostream etc" have been removed. More... over 23 years ago
Updated OSG so that the old OSG_USE_IO_DOT_H has be removed from all headers that used it, all references to the Standard C++ stream classes use the std::ostream etc convention, all references to "using namespace std" and "using namespace std::ostream etc" have been removed. More... over 23 years ago
Updatedwidley used includes to remove most of the float/double warnings generated when compiling under Windows with STLport. More... over 23 years ago
Updatedwidley used includes to remove most of the float/double warnings generated when compiling under Windows with STLport. More... over 23 years ago
Don haved accidentally removed the reference to osg.dsp from the .dsw file, breakin the Windows build. More... over 23 years ago
Don haved accidentally removed the reference to osg.dsp from the .dsw file, breakin the Windows build. More... over 23 years ago
Removed ^M from Makefile More... over 23 years ago
Removed ^M from Makefile More... over 23 years ago
Appeased poor MS VisualStudio by adding the ^M's to all .dsw and .dsp files. More... over 23 years ago
Appeased poor MS VisualStudio by adding the ^M's to all .dsw and .dsp files. More... over 23 years ago
Fixed newline/cr problem More... over 23 years ago
Fixed newline/cr problem More... over 23 years ago
Fixed problem with incorrect combining of some LOD's derived from flt databases. Problem related to the order of the removal of redudent groups and LOD combining, the LOD combining only working properly if done first. More... over 23 years ago
Fixed problem with incorrect combining of some LOD's derived from flt databases. Problem related to the order of the removal of redudent groups and LOD combining, the LOD combining only working properly if done first. More... over 23 years ago
Fixes for Win32 build related to changes in using namespace std. More... over 23 years ago
Fixes for Win32 build related to changes in using namespace std. More... over 23 years ago
Removed all references to using namespace std to help solve compilation problems under Windows and IRIX. More... over 23 years ago
Removed all references to using namespace std to help solve compilation problems under Windows and IRIX. More... over 23 years ago
Made the following name changes to Matrix and Quat to clean them up and make the functionality clear given the name. This will break user code unfortunately so please be away of the following mapping. More... over 23 years ago
Made the following name changes to Matrix and Quat to clean them up and make the functionality clear given the name. This will break user code unfortunately so please be away of the following mapping. More... over 23 years ago
Fixed problems with osg::Matrix::makeRot(from,to) and osg::Quat::makeRot(from,to) so that they both use the same implementation (the Quat code now) and the code has been corrected to work from and to vectors which directly opposite to one another. More... over 23 years ago
Fixed problems with osg::Matrix::makeRot(from,to) and osg::Quat::makeRot(from,to) so that they both use the same implementation (the Quat code now) and the code has been corrected to work from and to vectors which directly opposite to one another. More... over 23 years ago
Fixed problem with loading interleaved arrays in the .osg loader, and corrected a spelling mistake in osg::GeoSet. More... over 23 years ago
Fixed problem with loading interleaved arrays in the .osg loader, and corrected a spelling mistake in osg::GeoSet. More... over 23 years ago
Added translation and scaling to osgconv More... over 23 years ago