Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-05 | Prefabs can specify that they don't want flooring. | madmaxoft | 1 | -30/+33 |
2014-04-27 | Removed unneeded assert | Tycho | 1 | -1/+1 |
2014-04-21 | Added prefab hitboxes. | madmaxoft | 1 | -1/+8 |
2014-04-17 | Added area flooring. | madmaxoft | 1 | -1/+42 |
2014-04-17 | Added Prefab initializers to SELFTEST code. | madmaxoft | 1 | -1/+13 |
2014-04-17 | Prefabs can have per-piece per-placement weights. | madmaxoft | 1 | -1/+73 |
2014-03-30 | Added asserts for critical data in cPrefab. | madmaxoft | 1 | -0/+4 |
2014-03-29 | cPrefab now uses a struct for block type definition in CharMap. | madmaxoft | 1 | -9/+94 |
2014-03-28 | Fixed Prefab's rotations. | madmaxoft | 1 | -4/+28 |
2014-03-27 | cPrefab can draw itself into a cChunkDesc. | madmaxoft | 1 | -4/+7 |
2014-03-26 | Prefabs support connectors, rotations and merge strategy. | madmaxoft | 1 | -2/+63 |
2014-03-25 | Added a basic cPrefab class. | madmaxoft | 1 | -0/+139 |