Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 30 (100.0%) | 217 (100.0%) | 7.2 |
Packages/rtrt/Core/ | 16 (53.3%) | 186 (85.7%) | 11.6 |
Core/Thread/ | 7 (23.3%) | 30 (13.8%) | 4.2 |
Core/Malloc/ | 1 (3.3%) | 1 (0.5%) | 1.0 |
Packages/Uintah/doc/uda2nrrd/ | 2 (6.7%) | 0 (0.0%) | 0.0 |
Core/Math/ | 2 (6.7%) | 0 (0.0%) | 0.0 |
Core/Exceptions/ | 2 (6.7%) | 0 (0.0%) | 0.0 |
Core/VolumeVis.h
Shadow rays no longer intersect the volume box.
Depth values now return the child's values.
Added a new value to the scratchpad that indicates the start of
integration.
Core/HVolumeVis.h
Use the new value in the scratchpad for the start of integration.
0 lines of code changed in 4 files:
Core/Gui.cc
Core/Gui.h
Fixes for FreeGlut.
Core/HVolumeVis.h
I run this thing more as the C-SAFE demo than anything else, and I'm
sick of changing the code. I'm hard coding the shading off for now.
Core/Scene.cc
Core/Scene.h
Fixed a bug that was causing the VolumeVisDpy to crash when the
C-SAFE demo was run. rtrt_engine wasn't getting set to 0 in *both*
constructors (just the one I wasn't using).
I made the objects that were initialized in the constructors
consistent between the two of them.
Don't set the scene pointer for the attached DpyBase classes until
you have an rtrt_engine pointer.
Removed some tabs.
70 lines of code changed in 9 files:
Core/Exceptions/IllegalValue.h
It appears that gcc 4.1 warns wanting the explicit constructor for a
parent if you use any of the constructor initializers.
0 lines of code changed in 2 files:
Thread/Time_altix.cc
secondsPerTick wasn't calling initialize(), which could result in
bad values if called first.
0 lines of code changed in 2 files:
new.cc
The DISABLE_SCI_MALLOC version of AllocatorSetDefaultTagLineNumber
should return a value.
1 lines of code changed in 1 file:
SCIRun/Core/Thread/Thread.cc
SCIRun/Core/Thread/Thread.h
Added callExit static member variable and accessors.
SCIRun/Core/Thread/Thread_pthreads.cc
Before exiting as the last thread check to see if the application
should exit.
Fixed warnings generated by g++ -Wall. Basically consists of
initializing certain variables that were initialized and used in
branches and confuses the compiler.
30 lines of code changed in 5 files:
Fix Fraction for negative whole numbers. Previously they would return
1 for the result instead of 0.
Changed double version of Fraction to cast to 64 bit number (long
long).
Added float version of Fraction.
Added comments for Fraction.
0 lines of code changed in 2 files:
Fixed indentation.
Added silhouette edges for jittered samples. Still no silhouettes for
stereo, time, or trasmission mode.
0 lines of code changed in 2 files:
Fixed jitter sample index to never be able to go out of bounds. Other white space changes.
116 lines of code changed in 1 file:
Updated the argument documentation and added some example usages.
0 lines of code changed in 2 files: