- Apr 04, 2001
-
-
slevy authored
-
- Mar 30, 2001
-
-
slevy authored
-
slevy authored
Add "ghosts" ctl command (not really implemented). Add "winsize" ctl command. Ellipsoids now accept -l levelno option, in which case "hide levelno"/"show levelno" applies to them. Default is -1, which means "show if any level is shown", but hidden by "hide all". Scrap ghost maintenance. Do that elsewhere instead. Make "maxcomment" work properly.
-
- Mar 19, 2001
- Mar 15, 2001
- Mar 14, 2001
-
-
slevy authored
"object" command alone reports our currently selected object.
-
- Mar 13, 2001
-
-
slevy authored
reports object name before invoking each command.
-
slevy authored
Data-language references can create, command-language ones can't. Switch specks_read() to argc/argv style, using new "tokenize()" function. Some commands still want the original string, so we also have rejoinargs(). Allow for adjustable comment length with "maxcomment" data command. New "ellipsoid" and "mesh" objects. Only quadmeshes implemented right now. Data-language "tfm" command is now quiet. Command-language tfm still verbose. Check at run time for endian-config errors and refuse to run if wrong!
-
- Mar 08, 2001
-
-
slevy authored
Allow alpha to adjust brightness of mesh objects.
-
- Mar 04, 2001
- Feb 22, 2001
-
-
slevy authored
-
- Feb 19, 2001
- Feb 17, 2001
- Feb 16, 2001
-
-
slevy authored
-
- Feb 14, 2001
-
-
slevy authored
Object aliases: "object gN=ALIAS", or in command mode, "gN=ALIAS". Accept "ellipsoid" data tag; not yet implemented.
-
- Feb 04, 2001
-
-
slevy authored
Add "pickrange". Mention jump, center in help msg.
-
- Feb 03, 2001
-
-
slevy authored
Don't let "kira tree" hide "kira track" -- demand 3 chars!
-
slevy authored
Update cookedcmap when "cment" changes cmap.
-
slevy authored
Toss unused variable.
-
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.
-
- Jan 31, 2001
- Jan 24, 2001
-
-
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.
-
- Dec 31, 2000
-
-
slevy authored
Add new "trange" command to specify a limited range of times we're allowed to view.
-
- Dec 30, 2000
-
-
slevy authored
Add "kira track" command for particle tracking.
-
- Dec 29, 2000
-
-
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.
-
- Dec 21, 2000
-
-
slevy authored
Reduce SPECKCHUNK to 2001, not 10001. Too many machines have tiny stacks.
-
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.
-
- Dec 20, 2000
-
-
slevy authored
Lots of changes to support new time flow and additional time-related GUI. Probably not all there but at least somewhat usable.
-
- Dec 13, 2000
- Dec 12, 2000
- Aug 04, 2000
-
-
teuben authored
-