Directory Packages/rtrt/StandAlone/scenes/

Total Files:
81
Deleted Files:
0
Lines of Code:
34362

[root]/Packages/rtrt/StandAlone/scenes

Lines of Code

Packages/rtrt/StandAlone/scenes/ Lines of Code

Developers

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

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 6 files:

  • Packages/rtrt/StandAlone/scenes: 3ds.cc (new), min-museum.cc (new), t0.cc (new)
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.

175 lines of code changed in 157 files:

  • Packages/rtrt/StandAlone/scenes: 0.cc (+2 -2), 1.cc (+2 -2), 2.cc (new), 3.cc (new), 3ds.cc (+2 -2), 3min-museum.cc (+2 -2), 4.cc (+2 -2), 5.cc (new), 6.cc (new), 7.cc (new), 8.cc (+1 -1), ASE-RTRT.cc (+1 -1), FordField.cc (+1 -1), VolumeVis2DMod.cc (+2 -2), VolumeVisMod.cc (+2 -2), VolumeVisRGBAMod.cc (+2 -2), aligned_science-room.cc (+2 -2), basic-sea.cc (+2 -2), bunny.cc (new), bunnyteapot.cc (+3 -3), cbox.cc (new), cutdemo.cc (new), david.cc (+3 -3), davidhead.cc (new), dtiglyph.cc (new), envmap-sphere.cc (new), eye.cc (new), flux.cc (+3 -3), galleon.cc (new), gl.cc (+2 -2), graphics-museum.cc (+2 -2), heightfield.cc (new), htvolumebrick.cc (+3 -3), hvolume_uchar.cc (+3 -3), hvolumebrick16.cc (new), hvolumebrickfloat.cc (new), hvolumevg.cc (new), i3d.cc (+2 -2), instance_spheres.cc (new), living-room.cc (new), living-room2.cc (new), min-museum.cc (+2 -2), miphvb16.cc (+3 -3), mipvfem.cc (new), multi-scene.cc (new), multihvb.cc (new), obj_reader.cc (new), oldvfem.cc (+2 -2), original.cc (new), pt_particle.cc (+3 -3), pttest.cc (new), ramsey.cc (+2 -2), science-room-min.cc (new), science-room.cc (+2 -2), seaworld-tubes.cc (+2 -2), seaworld-tubes2.cc (+2 -2), seaworld-tubes3.cc (new), simple.cc (new), simple_spheres.cc (+2 -2), simple_tri.cc (+2 -2), single-sphere.cc (new), sketch.cc (+3 -3), sound.cc (new), sphere-room.cc (+2 -2), sphere-room2.cc (new), spherefile.cc (+4 -4), spinning_instance_demo.cc (new), t0.cc (+1 -1), teapot.cc (new), teapot.rational.cc (new), teapot.scene.cc (+2 -2), terrain.cc (new), tstdemo.cc (+4 -4), uintahdata.cc (new), uintahisosurface.cc (new), vfem.cc (+2 -2), volume_color.cc (new), vthorax.cc (new), vw.cc (new), wine.cc (new)
dav 2008-02-08 16:22 Rev.: 40149

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:

  • Packages/rtrt/StandAlone/scenes: tstdemo.cc (+18 -7), uintahparticle2.cc (new)
Generated by StatSVN 0.4.0