Skip to content
Snippets Groups Projects
  1. Jul 16, 2001
  2. Jul 12, 2001
  3. Jul 10, 2001
  4. Jul 09, 2001
  5. Jul 07, 2001
  6. Jul 03, 2001
  7. Jul 02, 2001
  8. Jul 01, 2001
  9. Jun 30, 2001
  10. Jun 06, 2001
  11. May 30, 2001
    • slevy's avatar
      Add Tlog, Lum, and stellar-type fields. · b9d1d8f9
      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
      b9d1d8f9
  12. May 15, 2001
    • slevy's avatar
      New interface to dynamic-data routines. · c93dd626
      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.
      c93dd626
  13. May 14, 2001
  14. May 12, 2001
  15. Apr 04, 2001
  16. Mar 30, 2001
    • slevy's avatar
      Rename functions to kira_*. · 1e099b1d
      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.
      1e099b1d
  17. Feb 04, 2001
  18. Feb 03, 2001
    • slevy's avatar
      · bfb76f41
      slevy authored
      Oops, now kira_draw needs to ensure we really have something to draw!
      bfb76f41
    • slevy's avatar
      · b47631c6
      slevy authored
      OK, toss those extra 'break's.
      b47631c6
    • slevy's avatar
      · d6da7f4f
      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.
      d6da7f4f
  19. Dec 30, 2000
    • slevy's avatar
      · 2d0c2984
      slevy authored
      Re-extract whenever kira_set changes something.
      Add particle tracking.
      Compute ring sizes correctly, and draw rounder rings.
      2d0c2984
  20. Dec 29, 2000
    • slevy's avatar
      · c8049f2b
      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.
      c8049f2b
  21. Dec 21, 2000
    • slevy's avatar
      · f6d3befc
      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>)
      f6d3befc
  22. Dec 20, 2000
    • slevy's avatar
      · c20cf949
      slevy authored
      Glue code to read starlab (kira) files and interpolate particle positions
      into partiview internal form.
      c20cf949
Loading