- Jun 18, 2002
-
-
slevy authored
Where appropriate, update references to geomview license too, now called COPYING.geomview.
-
- Apr 17, 2002
-
-
slevy authored
Once we pick a license this might change, but in the mean time, at least the NCSA UIUC origin is noted.
-
- Dec 28, 2001
-
-
slevy authored
-
- May 15, 2001
-
-
slevy authored
Now, the only #ifdef KIRA/WARP needed in partibrains.c are the data-command initialization routines. All others, including control-command parsing and specialized drawing, is now via a function table.
-
- Mar 30, 2001
-
-
slevy authored
Add framework for incrementally reading paragraphs of input: kira_open(), kira_read_more(). Add scraps for maintaining trails, but not enough to work yet.
-
- Feb 03, 2001
-
-
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.
-
- Dec 30, 2000
-
-
slevy authored
Re-extract whenever kira_set changes something. Add particle tracking. Compute ring sizes correctly, and draw rounder rings.
-
- Dec 29, 2000
-
-
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.
-
- Dec 20, 2000
-
-
slevy authored
Glue code to read starlab (kira) files and interpolate particle positions into partiview internal form.
-