Directory Packages/rtrt/StandAlone/

Total Files:
5
Deleted Files:
1
Lines of Code:
2267

[root]/Packages/rtrt/StandAlone
                directory in repo scenes (13 files, 7409 lines)

Lines of Code

Packages/rtrt/StandAlone/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 271 (100.0%) 10.8
bigler 22 (88.0%) 271 (100.0%) 12.3
sparker 1 (4.0%) 0 (0.0%) 0.0
aek 2 (8.0%) 0 (0.0%) 0.0

Most Recent Commits

bigler 2005-08-09 15:56 Rev.: 31464


Core/Dpy.cc
Core/Dpy.h

Added display_frame_rate and save_frame functions to consolidate
code in the framed and frameless loops.

Core/DpyBase.h

Inherit from ExternalUIInterface to allow access to DpyBase classes
in DpyGui.

Core/GridSpheresDpy.cc

If the config file had problems, have better error recovery rather
than just letting things go along as if it was OK.

Core/Scene.cc
Core/Scene.h

Added attach_displays_to_engine function. This will add all the
DpyBase classes registered with Scene using attach_display with the
GUI window.

StandAlone/rtrt.cc

Attach all the displays in Scene to the DpyGui.

StandAlone/scenes/tstdemo.cc

Added comments for how to run the scene file.

Don't call display->setup_vars().

StandAlone/scenes/uintahparticle2.cc

Attach the display to the scene, so that it will go away when rtrt
exits.

3 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone: rtrt.cc (+3)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: .cvsignore (del)
bigler 2005-04-08 16:56 Rev.: 29749

Don't try to look for scene.rs anymore.

6 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+6 -11)
bigler 2005-03-24 22:34 Rev.: 29497

Remove reference to RTRT::np. Updated for new Dpy constructure API.

3 lines of code changed in 3 files:

  • Packages/rtrt/StandAlone: multi_rtrt.cc (+1 -3), rtrt.cc (+2 -4)
aek 2005-03-18 17:05 Rev.: 29399

Added glut and glui libraries to link line of auxilary programs. (Bigler)

0 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone: sub.mk (new)
bigler 2005-02-18 15:02 Rev.: 28770

Main no longer finishes until all the threads have exited. GGT can now be started the program started.

0 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone: gl.cc (changed)
bigler 2005-02-16 11:53 Rev.: 28713

Start up gui with startDefaultGui function instead of doing it all here.

2 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+2 -9)
bigler 2005-02-14 17:58 Rev.: 28668

Moved the start of DpyGui thread to after the glut/glui thread.

1 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+1 -1)
bigler 2005-02-01 10:36 Rev.: 28388

Add tclgui prototype to build system.

20 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: sub.mk (+20)
bigler 2005-02-01 10:36 Rev.: 28387

Initial versions for tcl GUI prototype.

124 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: tclgui.cc (new 124)
bigler 2005-01-28 11:21 Rev.: 28353

Make sure you make the GL context null before quitting.

9 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: gl.cc (+9)
bigler 2005-01-28 11:20 Rev.: 28352

Detach Glut Glui thread instead of adding it to the Thread Group, so it can exit independantly of the rest of rtrt.

1 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+1 -1)
bigler 2005-01-27 15:22 Rev.: 28309

Use GGT instead of Gui class. I can now yank all includes of glut and glui from this file. Only include Gui.h (which doesn't include glut.h or glui.h).

11 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+11 -83)
bigler 2005-01-20 16:39 Rev.: 28106

Join all the threads to a single group that the main thread also joins. This allows you to CTRL-C on the command line.

6 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+6 -4)
bigler 2005-01-12 18:25 Rev.: 27962

Override the default resolution of the GUI.

1 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+1)
bigler 2005-01-12 13:51 Rev.: 27943

Updated to pass in rtrt_engine to Dpy's constructor.

2 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: multi_rtrt.cc (+2 -1)
bigler 2005-01-12 13:50 Rev.: 27942

Get rid of OOGL and associated demo code. I haven't removed any of the trigger or sound code yet, though. Use DpyGui instead of glut to handle events in the rtrt window. Don't start up glut by default. This is a work in progress. I doubt the glut stuff would function if it was started. Anyway, the DpyGui implementation is only partial and only accepts quit commands. ;) RTRT is on its way to being independent of glut and glui.

74 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+74 -371)
bigler 2005-01-10 14:45 Rev.: 27902

Replaced post_redraw with redraw = true to match the DpyBase API.

1 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: gl.cc (+1 -1)
bigler 2005-01-10 13:47 Rev.: 27901

Lock the x mutex when initializing the glut windows.

3 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: rtrt.cc (+3)
bigler 2005-01-10 13:45 Rev.: 27900

Remove references to the GlutGlui window and display. They aren't needed anymore.

4 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone: gl.cc (+4 -46)
Generated by StatSVN 0.4.0