FireForge
|
6fac7158d6
|
Add spaces to FastNoiseLite enum hint names
|
2022-04-16 23:51:23 -05:00 |
bruvzg
|
f851c4aa33
|
Fix some issues found by cppcheck.
|
2022-04-06 14:34:37 +03:00 |
Paweł Fertyk
|
79b4844be5
|
Fix `NoiseTexture._generate_texture` crash
Fixes #59915 .
|
2022-04-05 22:24:58 +02:00 |
Rémi Verschelde
|
f8ab79e68a
|
Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
|
2022-04-04 19:49:50 +02:00 |
FireForge
|
60dfe76e1f
|
Fix group name in FastNoise and Gradient
|
2022-03-31 21:21:04 -05:00 |
Hendrik Brucker
|
2a55f10e8b
|
Add FastNoiseLite / general noise overhaul
- replace OpenSimplexNoise
Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com>
|
2022-03-20 14:53:45 +01:00 |