Changeset 162 in tspsg-svn for trunk/src/globals.h


Ignore:
Timestamp:
Apr 14, 2011, 9:30:23 PM (13 years ago)
Author:
laleppa
Message:
  • NEW: Solution graph size can now be controlled using Output/GraphWidth? setting in tspsg.ini (see ticket:8). Value is in centimeters.
  • NEW: Support for embedded base64 encoded images when saving solution as HTML (closed ticket:4).
  • Renamed Output/ShowGraph? setting to Output/GenerateGraph?.
  • Made some other small tweaks and fixes.
  • FIX: Solution graph is still exported to HTML when graph generation is disabled (fixed bug:9).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/globals.h

    r158 r162  
    102102#define INFSTR "---"
    103103
     104//! Number of centimeters in 1 inch
     105#define CM_IN_INCH 2.54
     106//! Factor for high quality graph generation
     107#define HQ_FACTOR 2
     108
    104109// FUNCTIONS
    105110/*!
Note: See TracChangeset for help on using the changeset viewer.