Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FastNoiseLite.get_image crashes with bad param | jsjtxietian | 2023-10-30 | 1 | -0/+3 |
| | |||||
* | Fix FastNoiseLite.get_seamless_image function will crashes with bad param | jsjtxietian | 2023-10-26 | 1 | -0/+3 |
| | |||||
* | Fix compatibility breakage from adding NoiseTexture3D | clayjohn | 2023-04-28 | 1 | -44/+108 |
| | | | | Also optimize some of the Noise methods | ||||
* | Add NoiseTexture3D | Lasuch | 2023-04-26 | 1 | -7/+7 |
| | |||||
* | [Noise/NoiseTexture2D] Allow disabling normalization | Hendrik Brucker | 2023-01-29 | 1 | -33/+44 |
| | |||||
* | Add tests for FastNoiseLite/NoiseTexture | Hendrik Brucker | 2023-01-06 | 1 | -4/+6 |
| | | | | + fix some issues with seamless noise generation | ||||
* | 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". | ||||
* | Validate image size for Noise get image methods | Haoyu Qiu | 2022-05-01 | 1 | -0/+4 |
| | |||||
* | Restructure and refine the noise module | Hendrik Brucker | 2022-04-19 | 1 | -4/+48 |
| | |||||
* | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | 2022-03-20 | 1 | -0/+68 |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> |