Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov | |
2022-08-18 | Remove unintentional PROPERTY_USAGE_INTERNAL | RedMser | |
The flag only matters for property definition, but was also used in _validate_property a lot. | |||
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
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-06 | Fix some issues found by cppcheck. | bruvzg | |
2022-03-20 | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> |