Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #79922 from Auburn/cellular-jitter-fix | Rémi Verschelde | 2023-08-17 | 1 | -1/+1 |
|\ | | | | | | | FastNoiseLite: Fix cellular jitter using incorrect default value | ||||
| * | FastNoiseLite Fix cellular jitter using incorrect default value | Jordan Peck | 2023-07-26 | 1 | -1/+1 |
| | | | | | | | | Default value for cellular jitter should be 1.0, using 0.45 will make the cellular noise look bad | ||||
* | | Improve the top docs sections of VFX classes | MewPurPur | 2023-08-11 | 4 | -6/+6 |
|/ | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 4 | -4/+4 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 4 | -4/+4 |
| | | | | Keep on waitin' | ||||
* | Document seamless caveats on small textures in NoiseTexture2D and NoiseTexture3D | Hugo Locurcio | 2023-05-13 | 2 | -10/+12 |
| | | | | This also harmonizes "normal map" spelling across the class reference. | ||||
* | Fix compatibility breakage from adding NoiseTexture3D | clayjohn | 2023-04-28 | 2 | -11/+33 |
| | | | | Also optimize some of the Noise methods | ||||
* | Add NoiseTexture3D | Lasuch | 2023-04-26 | 2 | -7/+59 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 3 | -3/+3 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | [Noise/NoiseTexture2D] Allow disabling normalization | Hendrik Brucker | 2023-01-29 | 2 | -0/+8 |
| | |||||
* | Fix default values on virtual classes causing errors in projects | Aaron Franke | 2022-11-09 | 1 | -0/+1 |
| | |||||
* | Rename 2D NoiseTexture to NoiseTexture2D | Aaron Franke | 2022-08-24 | 1 | -3/+3 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -17/+17 |
| | |||||
* | Restructure and refine the noise module | Hendrik Brucker | 2022-04-19 | 3 | -15/+22 |
| | |||||
* | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | 2022-03-20 | 3 | -0/+288 |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> |