Skip to content
Snippets Groups Projects
  1. Feb 04, 2001
  2. Feb 03, 2001
    • slevy's avatar
      · f880d41d
      slevy authored
      Don't let "kira tree" hide "kira track" -- demand 3 chars!
      f880d41d
    • slevy's avatar
      · bfb76f41
      slevy authored
      Oops, now kira_draw needs to ensure we really have something to draw!
      bfb76f41
    • slevy's avatar
      · 99ce90d7
      slevy authored
      Use new "kira tree" cmd.
      99ce90d7
    • slevy's avatar
      · 1a39425c
      slevy authored
      Update cookedcmap when "cment" changes cmap.
      1a39425c
    • slevy's avatar
      · 818cee80
      slevy authored
      Toss unused variable.
      818cee80
    • slevy's avatar
      · 613c3258
      slevy authored
      ``extern "C" { ... }'' doesn't need a post-semicolon.
      613c3258
    • 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
    • slevy's avatar
      · f296de47
      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.
      f296de47
  3. Jan 31, 2001
    • slevy's avatar
      · 116549de
      slevy authored
      Ensure that, for starlab, clock is always in "continuous" mode.
      116549de
    • slevy's avatar
      · 47c5790c
      slevy authored
      Add RCS Id and Log strings.
      47c5790c
  4. Jan 24, 2001
    • slevy's avatar
      · 7100fa7f
      slevy authored
      Add everycomp, depthsort fields.
      7100fa7f
    • slevy's avatar
      · 87a5ad4d
      slevy authored
      Add rint() function.
      87a5ad4d
    • slevy's avatar
      · 7598cb3b
      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).
      7598cb3b
    • slevy's avatar
      · d986ce77
      slevy authored
      Add parti_allobjs() for "gall" command.
      d986ce77
    • slevy's avatar
      · f5a83e75
      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.
      f5a83e75
    • slevy's avatar
      · 8bb0f07c
      slevy authored
      Add parti_allobjs() to implement "gall" command.
      8bb0f07c
    • slevy's avatar
      · 5dc133ee
      slevy authored
      Don't show time-control bar unless some object has a nonzero
      time range.
      5dc133ee
    • slevy's avatar
      · 4bbee765
      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.
      4bbee765
    • slevy's avatar
      · df912014
      slevy authored
      Use config.h's WORDS_BIGENDIAN.
      df912014
  5. Dec 31, 2000
    • slevy's avatar
      · f0006fd2
      slevy authored
      Specify limited time range (0 .. 9.625) to demonstrate how it's done
      and to evade the interpolation bug.
      f0006fd2
    • slevy's avatar
      · ca277725
      slevy authored
      Add new "trange" command to specify a limited range of times we're
      allowed to view.
      ca277725
  6. Dec 30, 2000
    • slevy's avatar
      · 920b8db2
      slevy authored
      Recipe for constructing primbin16.out, taken from Piet's e-mail of 22 Dec 2000.
      Use as in
         make -f primbin16.mk
      920b8db2
    • slevy's avatar
      · 98955481
      slevy authored
      Examples of new CM-node-ring-marker and particle tracking.
      Replace nclump.cmap with one for use with the new nclump codes,
      where nclump is positive for stars and negative for CM nodes and rings.
      The new cmap uses the same colors for both, but it could be changed.
      98955481
    • slevy's avatar
      · 45248e49
      slevy authored
      Add "kira track" command for particle tracking.
      45248e49
    • 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
    • slevy's avatar
      · a709935b
      slevy authored
      Keyboard shortcuts "<" and ">" stop animation.
      Shortcuts "{" and "}" start animation (backwards & forwards).
      a709935b
    • slevy's avatar
      · 87a43921
      slevy authored
      Add parti_nudge_camera() to aid in tracking objects.
      87a43921
    • slevy's avatar
      · 45c3d016
      slevy authored
      Get slider position right if min/max values change.
      45c3d016
  7. Dec 29, 2000
    • slevy's avatar
      · 2a759d14
      slevy authored
      Add marker controls.
      2a759d14
    • slevy's avatar
      · 8b88a6dd
      slevy authored
      Improve color choices, jog-roller resolution.
      8b88a6dd
    • slevy's avatar
      · 3a08b5db
      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.
      3a08b5db
    • slevy's avatar
      · c48b143e
      slevy authored
      Tidy up messages -- don't append \n in msg() calls.
      c48b143e
    • 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
    • teuben's avatar
    • teuben's avatar
      added version id for CVS purposes · 62ea46ac
      teuben authored
      62ea46ac
  8. Dec 27, 2000
    • slevy's avatar
      · 97193231
      slevy authored
      For coloring by number-of-particles-in-clump.
      97193231
Loading