summaryrefslogtreecommitdiffstats
path: root/src/Generating/PieceGenerator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for per-piece per-placement weights in cPieceGenerator.madmaxoft2014-04-151-27/+29
| | | | Ref.: #753.
* Fixed printf format compatabiltyTycho2014-03-121-5/+4
|
* Merge branch 'master' into WerrorTycho2014-03-121-2/+2
|\ | | | | | | | | Conflicts: src/Generating/PieceGenerator.cpp
| * Fixed missing comment terminator.madmaxoft2014-03-121-1/+1
| |
* | Fixed Warnings in PieceGeneratorTycho2014-03-111-7/+7
|/
* A working POCPiece generator.madmaxoft2014-03-091-5/+26
|
* cPieceGenerator: New connectors are added to the free pool.madmaxoft2014-03-091-6/+26
|
* PieceGenerator can connect two connectors of the same type.madmaxoft2014-03-091-47/+300
| | | | Also added extensive debugging output and a test.
* Added the first skeleton code for PieceGenerator.madmaxoft2014-03-091-0/+332
This is a WIP and won't work / isn't used at all.