Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak FastNoiseLite property hints for better slider usability | Hugo Locurcio | 2023-11-05 | 1 | -2/+2 |
| | | | | | | | | | - Mark Frequency as exponential to make low frequency values easier to control when dragging the slider. The default now conveniently appears halfway in the middle. - Reduce range hint for Offset to make "absolute" slider dragging more controllable, but allow lower/greater values to be entered manually. | ||||
* | adjusting step size for fastnoise frequency hint | Alex Drozd | 2023-05-02 | 1 | -1/+1 |
| | |||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Make `_validate_property` a multilevel method | Yuri Sizov | 2022-08-22 | 1 | -9/+9 |
| | |||||
* | Fix noise offset not affecting domain warp | Hendrik Brucker | 2022-05-18 | 1 | -2/+13 |
| | | | | - also added domain warp to get_noise_1d | ||||
* | Fix domain warp fractal type defaulting to the wrong value (and refactor ↵ | Hendrik Brucker | 2022-05-16 | 1 | -18/+20 |
| | | | | enum conversion) | ||||
* | Restructure and refine the noise module | Hendrik Brucker | 2022-04-19 | 1 | -164/+73 |
| | |||||
* | Add spaces to FastNoiseLite enum hint names | FireForge | 2022-04-16 | 1 | -4/+4 |
| | |||||
* | Fix group name in FastNoise and Gradient | FireForge | 2022-03-31 | 1 | -1/+1 |
| | |||||
* | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | 2022-03-20 | 1 | -0/+577 |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> |