- Jul 17, 2001
-
-
slevy authored
dynamical->solar mass unit conversion. If it knows, then "kira massscale" only allows user to override if user-supplied value ends with "!", e.g. "kira mscale 600!".
-
- Jul 16, 2001
- Jul 12, 2001
-
-
slevy authored
able to track collections rather than single particles (not yet though). Trails are relative to tracked-point position, so can be non-inertial.
-
- Jul 10, 2001
-
-
slevy authored
Compute fake aggregate temp/luminosity for CM nodes. Oops, marks need their own sel[] array! Allow adjusting H-R diagram alpha values too.
-
- Jul 09, 2001
-
-
slevy authored
Pay attention to emph/see settings. Get selection working properly.
-
- Jul 07, 2001
-
-
slevy authored
Only use SEL_DEST-initialized pick etc. info.
-
- Jul 03, 2001
-
-
slevy authored
Add set-selection features, including interaction tracing.
-
- Jul 02, 2001
-
-
slevy authored
Hack for gcc 3.0's stdio (#ifdef NEWSTDIO).
-
- Jul 01, 2001
- Jun 30, 2001
- Jun 06, 2001
-
-
slevy authored
rather than a string.
-
- May 30, 2001
-
-
slevy authored
Star type is number-encoded, sigh: 0 = unknown 1 = ms Main Sequence 2 = cd Compact Dwarf?? 3 = gs ?? 4 = bh Black Hole 5 = sg Supergiant? 6 = hb Horizontal Branch
-
- 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.
-
- May 14, 2001
- May 12, 2001
-
-
slevy authored
-
- Apr 04, 2001
-
-
slevy authored
-
- 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 04, 2001
-
-
slevy authored
(either before or after "kira" reader).
-
- Feb 03, 2001
-
-
slevy authored
Oops, now kira_draw needs to ensure we really have something to draw!
-
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.
-
- 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 21, 2000
-
-
slevy authored
Recode to be speedier (use recursion) and to provide more information to partiview: [0] worldline index (= kira index for singles, - and unique for others) [1] mass [2] number of stars (leaf nodes) in clump + 100 if this is a member of an unperturbed binary [3] top-level name (small integer, = worldline index for single stars) [4] tree address in clump (0=single, 1=root, children of <i> are <2i>,<2i+1>)
-
- Dec 20, 2000
-
-
slevy authored
Glue code to read starlab (kira) files and interpolate particle positions into partiview internal form.
-