kicad/polygon
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers.
2) Change from legacy Cu stack to counting down from top=(F_Cu or 0).
   The old Cu stack required knowing the count of Cu layers to make
   sense of the layer number when converting to many exported file types.
   The new Cu stack is more commonly used, although ours still gives
   B_Cu a fixed number.
3) Introduce class LSET and enum LAYER_ID.
4) Change *.kicad_pcb file format version to 4 from 3.
5) Change fixed names Inner1_Cu-Inner14_Cu to In1_Cu-In30_Cu and their
   meanings are typically flipped.
6) Moved the #define LAYER_N_* stuff into legacy_plugin.cpp where they
   can die a quiet death, and switch to enum LAYER_ID symbols throughout.
7) Removed the LEGACY_PLUGIN::Save() and FootprintSave() functions.
   You will need to convert to the format immediately, *.kicad_pcb and
   *.kicad_mod (=pretty) since legacy format was never going to know
   about 32 Cu layers and additional technical layers and the reversed Cu
   stack.
2014-06-24 11:17:18 -05:00
..
poly2tri fix some compiler warnings 2014-01-03 18:07:20 -06:00
CMakeLists.txt [MacOSX] New reorg for building system, typos and path refines 2014-02-19 22:39:21 +01:00
PolyLine.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
PolyLine.h Apply a workaround in 3D_draw.cpp to avoid crash in boost::polygon (try to fix Bug #1322804) 2014-05-26 08:54:04 +02:00
SutherlandHodgmanClipPoly.h Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
clipper.cpp This is why we cannot have nice things. This is why we test our changes before committing. 2014-01-03 18:46:06 -06:00
clipper.hpp Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) . 2014-01-07 20:42:34 +01:00
determine_if_point_inside_polygon.odt Switch to polygons in zones (old way no more supported) 2008-12-03 10:32:53 +00:00
math_for_graphics.cpp More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
math_for_graphics.h More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
polygon_test_point_inside.cpp Constification of HitTest and GetParent 2014-05-04 19:08:36 +02:00
polygon_test_point_inside.h Constification of HitTest and GetParent 2014-05-04 19:08:36 +02:00
polygons_defs.h Polygon code cleanup 2012-08-02 19:32:42 +02:00