- Jul 10, 2001
-
-
slevy authored
-
- Jul 09, 2001
-
-
slevy authored
And, report match counts from "sel", "thresh", "emph".
-
- Jul 07, 2001
-
-
slevy authored
selsrc(), seldest(), selname(), seltoken(). "thresh" now accepts "-s 'destexpr'". Add new selthresh SelOp.
-
- Jul 03, 2001
-
-
slevy authored
Next: implement "see" in drawspecks(). Add "picked" callback which gets notified of all pick results.
-
- Jun 30, 2001
-
-
slevy authored
emphasis tag. Use new sfStrDrawTJ (with transform & justification) for text. Yeow, handle polymax properly -- default == infinity! Add "vcmap" for per-datafield colormaps. Enable GL_SMOOTH mode to get texture colors to work right (huh? why do we need to?). "tfm c"/"tfm w" choose cam vs. world (default) location for object tfms.
-
- May 30, 2001
-
-
slevy authored
popen() needs "r" not "rb" -- no such thing as binary mode. kira_open() gets original filename if we can't find it, for error messaging.
-
- May 15, 2001
-
-
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.
-
- May 14, 2001
-
-
slevy authored
Put colorseq/sizeseq/threshseq invalidation in kira_parti, not here, since we needn't do it when warping. By default, clock range is whatever it had been set to before.
-
- May 12, 2001
-
-
slevy authored
Initialize all dynamic-data stuff explicitly.
-
- May 11, 2001
-
-
slevy authored
Ellipsoids allow 3-component (Rx Ry Rz) orientation numbers too. st->dyndata doesn't mean we should trash the anima[][] specklist. Need to keep it intact for warping.
-
- May 02, 2001
-
-
slevy authored
Finally parse snapshot arguments properly...?
-
- Apr 26, 2001
-
-
slevy authored
snapshot/snapset. Not actually implemented yet. Add "clipbox hide". This (a) doesn't display the big yellow box and (b) doesn't enable OpenGL clipping -- just whatever object culling the draw routine does anyway. specks_draw_mesh() now pays attention to drawing style (solid/line/plane/point). When drawing ellipsoids, disable blending altogether if bgcolor != 0. Small, distant labels now disappear by default. To get the old draw-tiny-line behavior, use a negative "labelmin" value.
-
- Apr 20, 2001
-
-
slevy authored
-
- Apr 10, 2001
-
-
slevy authored
-
- 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
-
-
slevy authored
Ensure that, for starlab, clock is always in "continuous" mode.
-