Changeset 8f2427aaf0 in tspsg for src/globals.h


Ignore:
Timestamp:
Apr 14, 2011, 9:30:23 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
fddcfa4b55
Parents:
20e8115cee
git-author:
Oleksii Serdiuk <contacts@…> (04/14/11 21:30:23)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
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
  • src/globals.h

    r20e8115cee r8f2427aaf0  
    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.