Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | More fixed warnings | tycho | 2015-05-19 | 1 | -3/+9 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -8/+8 |
| | | | | | 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. | ||||
* | cPieceGenerator chooses starting pieces based on weights. | madmaxoft | 2014-05-27 | 1 | -1/+25 |
| | | | | Fixes #1033. | ||||
* | Added support for Miners' Village. | madmaxoft | 2014-05-25 | 1 | -1/+12 |
| | | | | | The village contains both prefabs that snap to ground and prefabs that connect strictly via connectors. Fixes #1027. | ||||
* | Villages have min and max density setting. | madmaxoft | 2014-05-22 | 1 | -0/+9 |
| | | | | | | Also made roads use 3+9 scheme, instead of 3+5, for the house connectors. Fixes #1020. | ||||
* | Village houses are height-adjusted onto the terrain. | madmaxoft | 2014-05-17 | 1 | -0/+11 |
| | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | Changed cPieceGenerator to support pairings. | madmaxoft | 2014-05-05 | 1 | -2/+3 |
| | | | | Fixes #982. | ||||
* | Added support for per-piece per-placement weights in cPieceGenerator. | madmaxoft | 2014-04-15 | 1 | -27/+29 |
| | | | | Ref.: #753. | ||||
* | Fixed printf format compatabilty | Tycho | 2014-03-12 | 1 | -5/+4 |
| | |||||
* | Merge branch 'master' into Werror | Tycho | 2014-03-12 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: src/Generating/PieceGenerator.cpp | ||||
| * | Fixed missing comment terminator. | madmaxoft | 2014-03-12 | 1 | -1/+1 |
| | | |||||
* | | Fixed Warnings in PieceGenerator | Tycho | 2014-03-11 | 1 | -7/+7 |
|/ | |||||
* | A working POCPiece generator. | madmaxoft | 2014-03-09 | 1 | -5/+26 |
| | |||||
* | cPieceGenerator: New connectors are added to the free pool. | madmaxoft | 2014-03-09 | 1 | -6/+26 |
| | |||||
* | PieceGenerator can connect two connectors of the same type. | madmaxoft | 2014-03-09 | 1 | -47/+300 |
| | | | | Also added extensive debugging output and a test. | ||||
* | Added the first skeleton code for PieceGenerator. | madmaxoft | 2014-03-09 | 1 | -0/+332 |
This is a WIP and won't work / isn't used at all. |