Skip to content
Snippets Groups Projects
  1. Nov 05, 2005
  2. Nov 04, 2005
  3. Nov 03, 2005
    • Jean-François Remacle's avatar
      *** empty log message *** · 7a73af78
      Jean-François Remacle authored
      7a73af78
    • Christophe Geuzaine's avatar
      · c1c7f2d5
      Christophe Geuzaine authored
      print 1D elts in unv format + fix 2nd order 1d elts in unv format
      c1c7f2d5
    • Christophe Geuzaine's avatar
      · 0c0c1770
      Christophe Geuzaine authored
      indent + cleanup messages (somewhat)
      0c0c1770
    • Christophe Geuzaine's avatar
      · fde80622
      Christophe Geuzaine authored
      fix gcc warnings + disable BDS optimization for now (it leads to wrong
      results with gcc 4; maybe we should have more intelligent tests in
      configure or in the makefiles to enable/disable optimization depending
      on which compiler is used)
      fde80622
  4. Nov 02, 2005
  5. Nov 01, 2005
  6. Oct 28, 2005
  7. Oct 27, 2005
  8. Oct 26, 2005
    • Christophe Geuzaine's avatar
      · 64fe3e58
      Christophe Geuzaine authored
      make it possible to add second order vertices for a mesh read from
      a file (without cad)
      64fe3e58
  9. Oct 24, 2005
    • Christophe Geuzaine's avatar
      · 5acbde88
      Christophe Geuzaine authored
      disable the "manually add edges" for now
      5acbde88
    • Christophe Geuzaine's avatar
      · fc50dd4c
      Christophe Geuzaine authored
      Don't reinitialize the symbol tree in OpenFile.
      
      (We don't reinitialize the option database, so why should we reinitialize
      the variables? Using a single global symbol tree we can again define
      variables with -string "" on the command line.)
      fc50dd4c
    • Jean-François Remacle's avatar
      *** empty log message *** · b26d18bc
      Jean-François Remacle authored
      b26d18bc
  10. Oct 19, 2005
    • Christophe Geuzaine's avatar
      · 4db28a7d
      Christophe Geuzaine authored
      add fixme for extract volume in 2D (orientation of quads)
      4db28a7d
  11. Oct 17, 2005
  12. Oct 16, 2005
  13. Oct 15, 2005
  14. Oct 14, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · e9c39f4f
      Christophe Geuzaine authored
      e9c39f4f
    • Christophe Geuzaine's avatar
      · 6adb2d7d
      Christophe Geuzaine authored
      Don't set CustomMin and CustomMax to the Min/Max values of the view: it
      can be confusing when saving options. Instead, provide buttons in the GUI
      to set the custom values to Min/Max if so desired.
      6adb2d7d
  15. Oct 10, 2005
    • Christophe Geuzaine's avatar
      · 066faa62
      Christophe Geuzaine authored
      always save the surface elements in unv format (not just when the surface is
      not part of the boundary of a volume)
      066faa62
    • Christophe Geuzaine's avatar
      typos · b4a96d70
      Christophe Geuzaine authored
      b4a96d70
  16. Oct 09, 2005
    • Christophe Geuzaine's avatar
      · e9de4ea9
      Christophe Geuzaine authored
      small cleanup + don't enter post stuff in select mode at the moment (we
      might want to change this if we want to select post-pro views in the future)
      e9de4ea9
    • Christophe Geuzaine's avatar
      · 5441001d
      Christophe Geuzaine authored
      instead of drawing in immediate mode (in-between Draw() calls) in HighlightEntity,
      just redraw the whole scene. It's slower, but on modern machines it should be OK.
      This way we can deal with vertex arrays and mesh highlights easily. I will revert
      this change if too many people complain...
      5441001d
    • Christophe Geuzaine's avatar
      · 7cd6772b
      Christophe Geuzaine authored
      - made meshed curves/surfaces selectable with the mouse
      - better selection algorithm (use depth info to find the "closest" match)
      7cd6772b
Loading