Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |