/trunk/src Developers: bigler

Login name:
bigler
Total Commits:
30 (0.6%)
Lines of Code:
217 (0.3%)
Most Recent Commit:
2007-12-13 12:58

Activity by Clock Time

Activity by Hour of Day for bigler

Activity by Day of Week for bigler

Activity in Directories

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

Activity of bigler

Most Recent Commits

bigler 2007-12-13 12:58 Rev.: 39615

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:

  • Packages/rtrt/Core: HVolumeVis.h (new), VolumeVis.h (new)
bigler 2007-11-30 16:55 Rev.: 39499

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:

  • Packages/rtrt/Core: Gui.cc (+18), Gui.h (+3), HVolumeVis.h (+2 -2), Scene.cc (+45 -25), Scene.h (new)
bigler 2007-10-02 12:54 Rev.: 38872

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:

  • Core/Exceptions: IllegalValue.h (new)
bigler 2007-09-28 14:32 Rev.: 38841

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:

  • Core/Thread: Time_altix.cc (changed)
bigler 2007-09-18 14:06 Rev.: 38736

new.cc

The DISABLE_SCI_MALLOC version of AllocatorSetDefaultTagLineNumber
should return a value.

1 lines of code changed in 1 file:

  • Core/Malloc: new.cc (+1 -1)
bigler 2007-07-13 17:13 Rev.: 38065


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:

  • Core/Thread: Thread.cc (new), Thread.h (+11), Thread_pthreads.cc (+18 -14)
bigler 2007-04-03 15:26 Rev.: 37217


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:

  • Core/Math: MiscMath.h (changed)
bigler 2007-03-12 16:06 Rev.: 37028


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:

  • Packages/rtrt/Core: Worker.cc (changed)
bigler 2007-03-12 13:44 Rev.: 37023

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:

  • Packages/rtrt/Core: Worker.cc (+116 -130)
bigler 2007-03-05 12:50 Rev.: 36943


Updated the argument documentation and added some example usages.

0 lines of code changed in 2 files:

  • Packages/Uintah/doc/uda2nrrd: uda2nrrd.html (new)
Generated by StatSVN 0.4.0