summaryrefslogtreecommitdiffstats
path: root/src/Generating/Prefab.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-27Removed unneeded assertTycho1-1/+1
2014-04-21Added prefab hitboxes.madmaxoft1-1/+8
2014-04-17Added area flooring.madmaxoft1-1/+42
2014-04-17Added Prefab initializers to SELFTEST code.madmaxoft1-1/+13
2014-04-17Prefabs can have per-piece per-placement weights.madmaxoft1-1/+73
2014-03-30Added asserts for critical data in cPrefab.madmaxoft1-0/+4
2014-03-29cPrefab now uses a struct for block type definition in CharMap.madmaxoft1-9/+94
2014-03-28Fixed Prefab's rotations.madmaxoft1-4/+28
2014-03-27cPrefab can draw itself into a cChunkDesc.madmaxoft1-4/+7
2014-03-26Prefabs support connectors, rotations and merge strategy.madmaxoft1-2/+63
2014-03-25Added a basic cPrefab class.madmaxoft1-0/+139