Directory Packages/rtrt/Core/PathTracer/

Total Files:
1
Deleted Files:
0
Lines of Code:
578

[root]/Packages/rtrt/Core/PathTracer

Lines of Code

Packages/rtrt/Core/PathTracer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3 (100.0%) 1 (100.0%) 0.3
jas 1 (33.3%) 1 (100.0%) 1.0
dav 2 (66.7%) 0 (0.0%) 0.0

Most Recent Commits

dav 2008-10-29 17:03 Rev.: 42340


Clean ups for newer version of gcc. Perhaps this is a last checkin as
people move to Manta...

M rtrt/Core/NormalMapMaterial.cc
M rtrt/Core/Heightfield.cc
M rtrt/Core/BumpMaterial.cc
M rtrt/Core/Stealth.cc
M rtrt/Core/HTVolumeBrick.cc
M rtrt/Core/HVolumeBrickColor.cc
M rtrt/Core/DpyBase.cc
M rtrt/Core/ASETokens.h
M rtrt/Core/ObjReader.cc
M rtrt/Core/ASEReader.cc
M rtrt/Core/PathTracer/PathTraceEngine.cc
M rtrt/Core/HVolume.h
M rtrt/Core/RServer.cc
M rtrt/Core/ColorMapDpy.cc
M rtrt/Core/VideoMap.cc
M rtrt/Core/PNGImage.cc
M rtrt/StandAlone/scenes/min-museum.cc
M rtrt/StandAlone/scenes/3ds.cc
M rtrt/StandAlone/gl.cc
M rtrt/StandAlone/tex-utils/genpttex.cc
M rtrt/visinfo/visinfo.h
M rtrt/visinfo/visinfo.c

- Using #include <cstring/cstdlib/etc> to fix needs of newer compiler.
- Group #includes into related groups.
- Indent.
- Newer compiler wants "const char *", instead of "char *".

M rtrt/Core/bps.cc

Use {}.

M rtrt/Core/Grid.cc

- Use Thread::exitAll() (instead of exit) as this will help with rtrt
exiting fully (and not hanging.)
- Indent.

M rtrt/Core/HierarchicalGrid.cc

- Some indentation. Untabify.

M rtrt/Core/GridSpheres.cc

- Thread::exitAll()
- Better error messages.

M rtrt/StandAlone/scenes/t0.cc

- Parse arg as a 'string' as it is cleaner/easier.

0 lines of code changed in 2 files:

  • Packages/rtrt/Core/PathTracer: PathTraceEngine.cc (changed)
jas 2008-07-07 20:07 Rev.: 41434

Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>

Tested on g++ 4.2 and 4.3 compilers.

1 lines of code changed in 1 file:

  • Packages/rtrt/Core/PathTracer: PathTraceEngine.cc (+1 -1)
Generated by StatSVN 0.4.0