summaryrefslogtreecommitdiffstats
path: root/src/Generating/POCPieceGenerator.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-01Added PieceStructures generator.Mattes D1-275/+0
2015-05-24Made -Weverything an error.tycho1-2/+2
2014-07-17Normalized comments.madmaxoft1-1/+1
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
2014-05-29Fixed a memory leak in cPOCPieceGeneratormadmaxoft1-0/+5
2014-03-10Removed debugging output.madmaxoft1-1/+3
Kept it commented-out for later revisions, if needed.
2014-03-10POCPieces: Added height.madmaxoft1-17/+20
Now the pieces connect in different heights, too, creating a true 3D maze.
2014-03-09A working POCPiece generator.madmaxoft1-0/+265