Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename 2D NoiseTexture to NoiseTexture2D | Aaron Franke | 2022-08-24 | 6 | -81/+82 | |
| | ||||||
* | Make `_validate_property` a multilevel method | Yuri Sizov | 2022-08-22 | 4 | -16/+16 | |
| | ||||||
* | Remove unintentional PROPERTY_USAGE_INTERNAL | RedMser | 2022-08-18 | 1 | -1/+1 | |
| | | | | | The flag only matters for property definition, but was also used in _validate_property a lot. | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -17/+17 | |
| | ||||||
* | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | 2022-07-18 | 1 | -1/+1 | |
| | ||||||
* | Add suffixes to all nodes and resources | FireForge | 2022-06-11 | 1 | -2/+2 | |
| | ||||||
* | Fix noise offset not affecting domain warp | Hendrik Brucker | 2022-05-18 | 1 | -2/+13 | |
| | | | | - also added domain warp to get_noise_1d | |||||
* | Fix domain warp fractal type defaulting to the wrong value (and refactor ↵ | Hendrik Brucker | 2022-05-16 | 2 | -18/+23 | |
| | | | | enum conversion) | |||||
* | Refactor module initialization | reduz | 2022-05-04 | 2 | -8/+17 | |
| | | | | | | | * Changed to use the same stages as extensions. * Makes the initialization more coherent, helping solve problems due to lack of stages. * Makes it easier to port between module and extension. * removed the DRIVER initialization level (no longer needed). | |||||
* | Validate image size for Noise get image methods | Haoyu Qiu | 2022-05-01 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #60384 from timothyqiu/noise-skirt | Rémi Verschelde | 2022-04-27 | 1 | -0/+2 | |
|\ | ||||||
| * | Validate input in NoiseTexture::set_seamless_blend_skirt() | Haoyu Qiu | 2022-04-20 | 1 | -0/+2 | |
| | | ||||||
* | | Restructure and refine the noise module | Hendrik Brucker | 2022-04-19 | 13 | -241/+487 | |
|/ | ||||||
* | Add spaces to FastNoiseLite enum hint names | FireForge | 2022-04-16 | 1 | -4/+4 | |
| | ||||||
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -1/+1 | |
| | ||||||
* | Fix `NoiseTexture._generate_texture` crash | Paweł Fertyk | 2022-04-05 | 1 | -0/+1 | |
| | | | | Fixes #59915 . | |||||
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -1/+1 | |
| | | | | | This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr. | |||||
* | Fix group name in FastNoise and Gradient | FireForge | 2022-03-31 | 1 | -1/+1 | |
| | ||||||
* | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | 2022-03-20 | 14 | -0/+1950 | |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> |