Skip to content
Snippets Groups Projects
  1. Aug 25, 2001
  2. Aug 23, 2001
  3. Aug 16, 2001
  4. Jul 19, 2001
    • slevy's avatar
      st->threshsel is now kept as a SEL_DEST. · 6b9a27c0
      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.
      6b9a27c0
  5. Jul 18, 2001
  6. Jul 17, 2001
  7. Jul 16, 2001
  8. Jul 15, 2001
  9. Jul 12, 2001
  10. Jul 10, 2001
  11. Jul 09, 2001
  12. Jul 07, 2001
  13. Jul 03, 2001
  14. Jun 30, 2001
    • slevy's avatar
      Provide for storing another bit in rgba alpha field: EMPHBIT, for · 7d01383f
      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.
      7d01383f
  15. May 30, 2001
    • slevy's avatar
      Add subcameras ("subcam" command). · 41e2071e
      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.
      41e2071e
  16. May 15, 2001
    • slevy's avatar
      New interface to dynamic-data routines. · c93dd626
      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.
      c93dd626
  17. May 14, 2001
  18. May 12, 2001
  19. May 11, 2001
    • slevy's avatar
      Add "warp" command if -DUSE_WARP. · d53d60fb
      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.
      d53d60fb
  20. May 02, 2001
  21. Apr 26, 2001
    • slevy's avatar
      Add hook for off-screen rendering: "-w width[xheight]" option for · 354b40ae
      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.
      354b40ae
  22. Apr 20, 2001
  23. Apr 10, 2001
  24. Apr 04, 2001
  25. Mar 30, 2001
  26. Mar 19, 2001
  27. Mar 15, 2001
  28. Mar 14, 2001
  29. Mar 13, 2001
    • slevy's avatar
      Add "verbose" flag to parti_allobjs, so "gall -v ..." · 92a192b2
      slevy authored
      reports object name before invoking each command.
      92a192b2
    • slevy's avatar
      Use parti_object's new "create-if-not-present" flag. · 3f3507a4
      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!
      3f3507a4
  30. Mar 08, 2001
  31. Mar 04, 2001
  32. Feb 22, 2001
  33. Feb 19, 2001
Loading