[root]/Packages/rtrt/StandAlone/scenes
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 166 (100.0%) | 253 (100.0%) | 1.5 |
jas | 157 (94.6%) | 175 (69.2%) | 1.1 |
dav | 9 (5.4%) | 78 (30.8%) | 8.6 |
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 6 files:
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.
175 lines of code changed in 157 files:
M rtrt/StandAlone/scenes/tstdemo.cc
Added some comments. Fixed compiler warnings. Fixed number of spheres check.
M rtrt/StandAlone/scenes/uintahparticle2.cc
Indent. Fixed some compiler warnings. Verify output file doesn't exist already. Verify output dir exists.
78 lines of code changed in 3 files: