Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warning in cBlockArea. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Template Magic | Tycho | 2014-04-28 | 1 | -1/+4 |
| | | | | | | Removed need to allocate a fake meta block by using templates to provide a version of the code that does not use metas. Also changed the function to a template argument to make sure that the compilier is able to inline it. | ||||
* | Merged branch 'msDifference'. | madmaxoft | 2014-04-01 | 1 | -0/+1 |
|\ | |||||
| * | Added new merge strategy "msDifference" | STRWarrior | 2014-03-31 | 1 | -0/+1 |
| | | |||||
* | | cBlockArea: Added the msMask merge strategy. | madmaxoft | 2014-04-01 | 1 | -0/+9 |
|/ | |||||
* | Implemented the msSpongePrint merge strategy. | madmaxoft | 2014-03-28 | 1 | -2/+11 |
| | | | | Similar to msImprint, but allows prefabs to carve out air pockets, too. The sponge block is used as the NOP block. | ||||
* | BlockArea: Create() can take the size as Vector3i, too. | madmaxoft | 2014-03-25 | 1 | -2/+8 |
| | |||||
* | BlockArea: Switched internal coords to Vector3i. | madmaxoft | 2014-03-25 | 1 | -17/+19 |
| | |||||
* | Merge remote-tracking branch 'xdot/master' | madmaxoft | 2014-03-12 | 1 | -1/+1 |
|\ | |||||
| * | Unified Vector classes | andrew | 2014-03-11 | 1 | -1/+1 |
| | | |||||
* | | Renamed cBlockArea Offset to WEOffset. | madmaxoft | 2014-03-12 | 1 | -4/+5 |
| | | | | | | | | Even in getters / setters. | ||||
* | | Renamed m_Offset to m_WEOffset | STRWarrior | 2014-03-11 | 1 | -2/+3 |
| | | |||||
* | | Using ```const Vector3i &``` | STRWarrior | 2014-03-11 | 1 | -2/+2 |
| | | |||||
* | | This allows a blockarea to have an Offset. | STRWarrior | 2014-03-10 | 1 | -0/+5 |
|/ | |||||
* | Added useful parameter overloads to cBlockArea Lua API. | madmaxoft | 2014-02-24 | 1 | -0/+38 |
| | |||||
* | Added cBlockArea::GetVolume, exported to Lua API. | madmaxoft | 2014-02-23 | 1 | -27/+30 |
| | |||||
* | Fixed bindings for cBlockArea:Get(Rel)BlockTypeMeta(). | madmaxoft | 2014-02-20 | 1 | -0/+6 |
| | | | | They no longer require the ghost output params. | ||||
* | Moved Schematic file methods to seperate class | Tycho | 2014-01-20 | 1 | -17/+1 |
| | |||||
* | Seperated BlockArea From World | Tycho | 2014-01-20 | 1 | -6/+3 |
| | | | | If anyone can come up with a better name for the interface I'll change it, It contians to methods which do compleatly unrelated things | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+310 |