Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dav | 4 (100.0%) | 0 (-) | 0.0 |
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 4 files: