Skip to content
Snippets Groups Projects
  1. Jan 24, 2001
    • 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Dec 22, 2000
  7. 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
    • slevy's avatar
      · 81c7708d
      slevy authored
      User-adjustable wraparound time (but no way to adjust it yet).
      Recompute colors and sizes whenever we update dynamic data.
      Don't update dynamic data if time hasn't changed.
      Discard old specks when updating dynamic data -- but allow for
      keeping "ghost" copies (up to st->nghosts) for making trails.
      We don't do trails yet though.
      81c7708d
    • 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
    • slevy's avatar
      · 8bc530a0
      slevy authored
      Make ...::format() return count.
      8bc530a0
    • slevy's avatar
      · cbbb1c0a
      slevy authored
      Add new "nghosts" field for keeping animation history (trails).
      cbbb1c0a
    • slevy's avatar
      · f71e3706
      slevy authored
      Tidy.
      f71e3706
    • slevy's avatar
      · a6b2b53a
      slevy authored
      Add default case to ...::printvalue().
      a6b2b53a
  8. Dec 20, 2000
    • slevy's avatar
      · 41e2c1bc
      slevy authored
      Lots of changes to support new time flow and additional
      time-related GUI.  Probably not all there but at least somewhat usable.
      41e2c1bc
    • slevy's avatar
      · 0e94ec45
      slevy authored
      Add new files kira_parti (Steve McMillan's glue to starlab),
      sclock (clock), notify (notification service -- not yet used),
      Fl_Log_Slider (log-scaled slider).
      0e94ec45
    • slevy's avatar
      · c20cf949
      slevy authored
      Glue code to read starlab (kira) files and interpolate particle positions
      into partiview internal form.
      c20cf949
    • slevy's avatar
      · 28e07532
      slevy authored
      Now use worldline.h from ${KIRA}/inc directory rather than
      the one hidden deep in the source.
      28e07532
  9. Dec 13, 2000
    • slevy's avatar
      · 83449b7c
      slevy authored
      Don't report error if WORDS_BIGENDIAN is undefined -- config.h might
      just /* #undef */ it.  Just assume undefined -> false.
      83449b7c
    • slevy's avatar
      · a4a60407
      slevy authored
      Add default rules for .cc (and .C and .cpp) files -- not all versions of make
      have them built-in.
      a4a60407
    • slevy's avatar
      · e25ca543
      slevy authored
      We're little-endian if WORDS_BIGENDIAN is defined (in config.h) and set to 0,
      so use #if rather than #ifdef to test endian-ness.
      e25ca543
Loading