summaryrefslogtreecommitdiffstats
path: root/src/Generating/Prefab.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefabs can have per-piece per-placement weights.madmaxoft2014-04-171-1/+73
* Added asserts for critical data in cPrefab.madmaxoft2014-03-301-0/+4
* cPrefab now uses a struct for block type definition in CharMap.madmaxoft2014-03-291-9/+94
* Fixed Prefab's rotations.madmaxoft2014-03-281-4/+28
* cPrefab can draw itself into a cChunkDesc.madmaxoft2014-03-271-4/+7
* Prefabs support connectors, rotations and merge strategy.madmaxoft2014-03-261-2/+63
* Added a basic cPrefab class.madmaxoft2014-03-251-0/+139