Skip to content

Version 2.5.0

Latest
Compare
Choose a tag to compare
@vanch3d vanch3d released this 30 Jan 21:48
· 10 commits to master since this release

New features:

  • Calques 3D is now developed using Microsoft Visual C++ 2008.
  • Added support for a new 3D-mouse device, the SpaceNavigator. See the instructions about usage and configuration.
  • Added a German version of the interface (thanks to Alfred Flaßhaar).
  • Changed the way multiple languages are supported. The various translations of the interface are now available as separate DLLs, in conjunction with a stand-alone executable containing the default English interface.
  • Note that only one translated DLL will be installed on your computer, depending on which language you chose at installation. Although possible, Calques 3D does not allow a change of language at run-time (to avoid a clash with the interface layout saved in registry by the BCGControl library).

Fixes:

  • Fixed bug in the display of Z-aligned lines in the OpenGL view.
  • Changed the navigation interface of the option dialog box to a tree-like widget.
  • Switched to latest version of the MFC Grid Control (v2.26) external library.
  • Cleaned and improved internal data structure (for easier migration to proper open-source code in the future).