summaryrefslogtreecommitdiffstats
path: root/src/Generating/PieceGenerator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for per-piece per-placement weights in cPieceGenerator.madmaxoft2014-04-151-1/+19
| | | | Ref.: #753.
* Fixed xofts issuesTycho2014-03-141-2/+2
|
* Fixed Warnings in PieceGeneratorTycho2014-03-111-2/+2
|
* A working POCPiece generator.madmaxoft2014-03-091-1/+9
|
* cPieceGenerator: New connectors are added to the free pool.madmaxoft2014-03-091-3/+4
|
* PieceGenerator can connect two connectors of the same type.madmaxoft2014-03-091-13/+38
| | | | Also added extensive debugging output and a test.
* Added the first skeleton code for PieceGenerator.madmaxoft2014-03-091-0/+213
This is a WIP and won't work / isn't used at all.