Skip to content
Snippets Groups Projects
  1. 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
      · 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
  2. 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
  3. 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
  4. Dec 31, 2000
    • slevy's avatar
      · ca277725
      slevy authored
      Add new "trange" command to specify a limited range of times we're
      allowed to view.
      ca277725
  5. Dec 30, 2000
    • 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
  6. Dec 29, 2000
    • 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
  7. Dec 23, 2000
    • slevy's avatar
      · 8b6eef7a
      slevy authored
      Add -lm to -lGL/-lMesaGL tests, to ensure it doesn't fail to find GL
      just because libGL/libGLU use sqrt etc.!
      Discard tests which search for IrisGL and PEX, since we can't use them anyway.
      Re-install "depended"/"Makedepend" fix.  We really do want to force
      Makedepend to be rebuilt, I think.
      8b6eef7a
  8. Dec 22, 2000
  9. Dec 21, 2000
    • teuben's avatar
      trivial doc change · 2373b426
      teuben authored
      2373b426
    • teuben's avatar
    • slevy's avatar
      · 9709b03f
      slevy authored
      Reduce SPECKCHUNK to 2001, not 10001.  Too many machines have tiny stacks.
      9709b03f
    • slevy's avatar
      · d32ae128
      slevy authored
      Lighten the text in timebase panel.
      d32ae128
    • slevy's avatar
      · 4b5de31f
      slevy authored
      Rather than archiving an (incorrect) copy of Makedepend,
      just have "configure" create an empty Makedepend and force
      "make depend" to be invoked if the user then says "make".
      4b5de31f
    • slevy's avatar
      · ae9ccc85
      slevy authored
      We don't want to archive this file -- it's system-dependent!
      Instead, "configure" does a "touch Makedepend",
      and "Makefile" uses a "depended" tag-file to ensure that
      "make depend" actually gets run once.
      ae9ccc85
    • slevy's avatar
      · 0f9aaa76
      slevy authored
      Handle wrap band correctly (no extra ";"!).
      0f9aaa76
    • slevy's avatar
      · 9d550c39
      slevy authored
      Add flag for "user limited time range", and wrap-band interval.
      9d550c39
Loading