Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-19 | Restructure and refine the noise module | Hendrik Brucker | |
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-20 | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> |