- Nov 08, 2001
-
-
slevy authored
Add pointsize metering, normally #ifdef USE_PTRACK'ed out.
-
- Nov 06, 2001
-
-
slevy authored
Fix tokenize() for case of "quoted" or 'quoted' arg strings.
-
- Oct 19, 2001
-
-
slevy authored
-
- Aug 29, 2001
-
-
slevy authored
don't overwrite args in memory.
-
- Aug 28, 2001
-
-
slevy authored
inside #ifdef brackets.
-
- Aug 27, 2001
-
-
slevy authored
-
- Aug 26, 2001
-
-
slevy authored
all those maintained by specks_timespecksptr. We no longer guarantee that st->curtime is always in range 0..st->ntimes-1, so just yield NULL for out-of-range references. New CURDATATIME(fieldname) does it.
-
- Aug 25, 2001
-
-
slevy authored
Only call parti_parse_args() if non-CAVE.
-
- Aug 23, 2001
-
-
slevy authored
-
- Aug 16, 2001
- Jul 19, 2001
-
-
slevy authored
Fix seldest2src(), not even wrong. Use specks_reupdate() after changing thresh, so the reported selcount should be right. specks_rethresh(): keep track of whether anything changed, and increment st->selseq if so.
-
- Jul 18, 2001
-
-
slevy authored
both were filled in.
-
- Jul 17, 2001
-
-
slevy authored
-
- Jul 16, 2001
-
-
slevy authored
Revert to compatible texture behavior: texture -A is again the default, use texture -O for "over"-style blending.
-
- Jul 15, 2001
- Jul 12, 2001
-
-
slevy authored
``sel <src>'' alone now works too, to just report match count.
-
- 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.
-