Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-01 | Validate image size for Noise get image methods | Haoyu Qiu | |
2022-04-27 | Merge pull request #60384 from timothyqiu/noise-skirt | Rémi Verschelde | |
2022-04-20 | Validate input in NoiseTexture::set_seamless_blend_skirt() | Haoyu Qiu | |
2022-04-19 | Restructure and refine the noise module | Hendrik Brucker | |
2022-04-16 | Add spaces to FastNoiseLite enum hint names | FireForge | |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg | |
2022-04-05 | Fix `NoiseTexture._generate_texture` crash | Paweł Fertyk | |
Fixes #59915 . | |||
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde | |
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr. | |||
2022-03-31 | Fix group name in FastNoise and Gradient | FireForge | |
2022-03-20 | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> |