summaryrefslogtreecommitdiff
path: root/modules/noise
AgeCommit message (Collapse)Author
2022-05-04Refactor module initializationreduz
* 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).
2022-05-01Validate image size for Noise get image methodsHaoyu Qiu
2022-04-27Merge pull request #60384 from timothyqiu/noise-skirtRémi Verschelde
2022-04-20Validate input in NoiseTexture::set_seamless_blend_skirt()Haoyu Qiu
2022-04-19Restructure and refine the noise moduleHendrik Brucker
2022-04-16Add spaces to FastNoiseLite enum hint namesFireForge
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-05Fix `NoiseTexture._generate_texture` crashPaweł Fertyk
Fixes #59915 .
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
2022-03-31Fix group name in FastNoise and GradientFireForge
2022-03-20Add FastNoiseLite / general noise overhaulHendrik Brucker
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com>