Skip to content
Snippets Groups Projects
  1. Jan 26, 2002
  2. Dec 28, 2001
  3. Aug 29, 2001
  4. Aug 28, 2001
  5. Aug 26, 2001
  6. Aug 25, 2001
  7. Aug 20, 2001
  8. Jul 19, 2001
    • slevy's avatar
      Reprocess particles after changing parameters. · d826084a
      slevy authored
      (Some "kira" commands use kira_set(), which already does this.
      Just set "changed" for those which don't.)
      Impose a max trail gap (delta time).  Break up trails at time-gaps
      exceeding this threshold.
      d826084a
  9. Jul 18, 2001
  10. Jul 17, 2001
  11. Jul 16, 2001
  12. Jul 12, 2001
  13. Jul 10, 2001
  14. Jul 09, 2001
  15. Jul 07, 2001
  16. Jul 03, 2001
  17. Jul 02, 2001
  18. Jul 01, 2001
  19. Jun 30, 2001
  20. Jun 06, 2001
  21. 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
  22. 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
  23. May 14, 2001
  24. May 12, 2001
  25. Apr 04, 2001
  26. 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
  27. Feb 04, 2001
  28. 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
  29. 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
  30. 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
Loading