- Feb 04, 2001
- Feb 03, 2001
-
-
slevy authored
Don't let "kira tree" hide "kira track" -- demand 3 chars!
-
slevy authored
Oops, now kira_draw needs to ensure we really have something to draw!
-
slevy authored
Update cookedcmap when "cment" changes cmap.
-
slevy authored
Toss unused variable.
-
slevy authored
``extern "C" { ... }'' doesn't need a post-semicolon.
-
slevy authored
OK, toss those extra 'break's.
-
slevy authored
Add "kira tree" support -- tree arcs, with crosswise tick-marks at center-of-mass points. Tickmarks lie in screen plane, with length of <tickscale> times true separation.
-
slevy authored
Add "setgamma" (abbr. "setgam" or "cgam") command to adjust colors. Add "kira tree {off|on|cross|tick} [tickscale]" subcommand for showing tree structure of interacting groups.
-
- Jan 31, 2001
- Jan 24, 2001
-
-
slevy authored
Add everycomp, depthsort fields.
-
slevy authored
Add rint() function.
-
slevy authored
Lots more caching (e.g. of texture slot numbers and texture id's) for speed. txbind(NULL, NULL) invalidates currently-bound-texture-id cache. Allow texture index 0 to hold a texture. This allows for kludges like using a [0..1) coordinate as a constant texture index. Handle new texture attributes: alpha (-> 2-channel tx with luminance=0), intensity (luminance=1, alpha=brightness).
-
slevy authored
Add parti_allobjs() for "gall" command.
-
slevy authored
Make it work under WIN32 (ugh); and allow CAVETime. Allow null time ranges so partiview can suppress time bar if nobody has nonempty range.
-
slevy authored
Add parti_allobjs() to implement "gall" command.
-
slevy authored
Don't show time-control bar unless some object has a nonzero time range.
-
slevy authored
"depthsort" adds depth-sorted polygons. New texture qualifiers -i(ntensity) -a(lpha) -A(dd). New "gall" (a.k.a. "allobj") cmd sends following command to all objects. "everycomp" says whether to compensate for "every" subsampling.
-
slevy authored
Use config.h's WORDS_BIGENDIAN.
-
- Dec 31, 2000
-
-
slevy authored
Add new "trange" command to specify a limited range of times we're allowed to view.
-
- Dec 30, 2000
-
-
slevy authored
Add "kira track" command for particle tracking.
-
slevy authored
Re-extract whenever kira_set changes something. Add particle tracking. Compute ring sizes correctly, and draw rounder rings.
-
slevy authored
Keyboard shortcuts "<" and ">" stop animation. Shortcuts "{" and "}" start animation (backwards & forwards).
-
slevy authored
Add parti_nudge_camera() to aid in tracking objects.
-
slevy authored
Get slider position right if min/max values change.
-
- Dec 29, 2000
-
-
slevy authored
Improve color choices, jog-roller resolution.
-
slevy authored
Fix some clock bugs. Middle- or right-click on "step" buttons advance by .1 or 10 times normal step. Tie step to speed: step = 0.1sec * speed.
-
slevy authored
Tidy up messages -- don't append \n in msg() calls.
-
slevy authored
Add ring markers for non-isolated stars. Not finished yet, but seems usable. No GUI yet, but new commands: kiractl nodes {on|off|roots} kiractl rings {on|off|roots} kiractl ringsize {sep|semi} (ring size from curr. separation or semimajor axis) kiractl scale <scalefactor> kiractl span <minpixels> <maxpixels> (allowed range of ring radii) Change encoding of nclump: n for leaves, -n for center-of-mass nodes, so colormap can make them distinguishable. Bug: after kiractl command, must change timestep before it takes effect. Bug: ring markers aren't colored yet for some reason.
-
teuben authored
-
teuben authored
-
- Dec 23, 2000
-
-
slevy authored
Add -lm to -lGL/-lMesaGL tests, to ensure it doesn't fail to find GL just because libGL/libGLU use sqrt etc.! Discard tests which search for IrisGL and PEX, since we can't use them anyway. Re-install "depended"/"Makedepend" fix. We really do want to force Makedepend to be rebuilt, I think.
-
- Dec 22, 2000
-
-
teuben authored
-
- Dec 21, 2000