Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix access to uninitialized space (#5576) | mjagdis | 23 hours | 1 | -9/+18 |
| | | | | | | | | | | | | | | | | | | | | | * Fix access to uninitialized space Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> * Same fix to other noise generate functions Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> * Skip the last Cell.Move Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> * Add comments Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> --------- Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -13/+13 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -11/+11 |
| | |||||
* | cInterpolNoise: Implemented optimized 2D generating. | Mattes D | 2014-11-19 | 1 | -24/+163 |
| | |||||
* | Added a cInterpolNoise template for faster noise generator. | Mattes D | 2014-11-18 | 1 | -0/+385 |
Used an instance of it in the Noise3D generator. |