Partition traverses into list by flag combinations
commitb96edebb7e16f1111fbf07b4e5853b2574d19ca4
authorOlly Betts <olly@survex.com>
Wed, 25 Jan 2017 09:57:53 +0000 (25 22:57 +1300)
committerOlly Betts <olly@survex.com>
Wed, 25 Jan 2017 10:43:14 +0000 (25 23:43 +1300)
treed96c117df1895f3bbfae56baf78b1209399dd37a
parentcca3cee2f0fa976d8b24e9a3af94ff1ca45e0d68
Partition traverses into list by flag combinations

Instead of a list for surface and one for underground, we now have
8 lists of traverses, one for each combination of img_FLAG_SURFACE,
img_FLAG_SPLAY and img_FLAG_DUPLICATE.

Also allow "Dashed" for splays and "Faded" for duplicate legs.
lib/survex.pot
src/export.cc
src/gfxcore.cc
src/gfxcore.h
src/guicontrol.cc
src/guicontrol.h
src/mainfrm.cc
src/mainfrm.h
src/printing.cc