summaryrefslogtreecommitdiffstats
path: root/modules/noise
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #95774 from Mickeon/documentation-miscellaneous-odditiesThaddeus Crews2024-11-121-1/+1
|\
| * Fix miscellaneous oddities around the class referenceMicky2024-08-181-1/+1
* | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-2/+2
* | Clarify SIMPLEX and SIMPLEX_SMOOTH typessquidgyberries2024-10-071-2/+2
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-032-4/+4
|\ \
| * | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-312-4/+4
* | | NoiseTexture2D/3D: Don't use a thread to regenerate when the build doesn't su...NotWearingPants2024-09-032-0/+6
|/ /
* / Improve layered texture previewBlueCube33102024-08-162-0/+6
|/
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* Merge pull request #92000 from clayjohn/vram-debuggerRémi Verschelde2024-05-161-0/+1
|\
| * Increase coverage of VRAM debugger and add support to RD backendsclayjohn2024-05-151-0/+1
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
|/
* Organize existing code for editor pluginsAaron Franke2024-04-272-2/+2
* Merge pull request #88823 from jsjtxietian/limit-NoiseTexture3DRémi Verschelde2024-02-271-0/+2
|\
| * Do overflow check in when gererating NoiseTexture3Djsjtxietian2024-02-271-0/+2
* | FastNoiseLite: Sync with 1.1.0, clean up SCsubRémi Verschelde2024-02-191-17/+0
|/
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-092-12/+4
* Tweak FastNoiseLite property hints for better slider usabilityHugo Locurcio2023-11-051-2/+2
* Fix FastNoiseLite.get_image crashes with bad paramjsjtxietian2023-10-301-0/+3
* Fix FastNoiseLite.get_seamless_image function will crashes with bad paramjsjtxietian2023-10-261-0/+3
* Merge pull request #79922 from Auburn/cellular-jitter-fixRémi Verschelde2023-08-172-2/+2
|\
| * FastNoiseLite Fix cellular jitter using incorrect default valueJordan Peck2023-07-262-2/+2
* | Merge pull request #78865 from MewPurPur/improve-docs-top-sections-VFXRémi Verschelde2023-08-164-6/+6
|\ \
| * | Improve the top docs sections of VFX classesMewPurPur2023-08-114-6/+6
| |/
* | Merge pull request #80407 from clayjohn/NoiseTexture3D-formatRémi Verschelde2023-08-082-2/+4
|\ \
| * | Remove GPU readback from NoiseTexture3D.get_formatclayjohn2023-08-082-2/+4
| |/
* | Merge pull request #78903 from MewPurPur/forget-dice-we-have-texture-cubes-nowRémi Verschelde2023-08-071-0/+1
|\ \ | |/ |/|
| * Add icons for 3D texture classesMewPurPur2023-08-041-0/+1
* | Unify and streamline connecting to Resource changeskobewi2023-07-174-19/+15
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-064-4/+4
* Bump version to 4.2-devRémi Verschelde2023-07-054-4/+4
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-158-13/+19
* Merge pull request #77017 from Calinou/doc-noisetexture-seamless-smallYuri Sizov2023-05-302-10/+12
|\
| * Document seamless caveats on small textures in NoiseTexture2D and NoiseTexture3DHugo Locurcio2023-05-132-10/+12
* | Reinstate NoiseTexture2D iconVolTer2023-05-272-1/+1
|/
* Merge pull request #76557 from clayjohn/NoiseTexture3DMax Hilbrunner2023-05-038-253/+282
|\
| * Fix compatibility breakage from adding NoiseTexture3Dclayjohn2023-04-288-253/+282
* | adjusting step size for fastnoise frequency hintAlex Drozd2023-05-021-1/+1
|/
* GDScript: Fix template_debug compilation with TOOLS/DEBUG macro mismatchRémi Verschelde2023-04-281-1/+1
* Merge pull request #76486 from Lasuch69/add-noisetexture3d-no-mipmapsRémi Verschelde2023-04-2711-21/+895
|\
| * Add NoiseTexture3DLasuch2023-04-2611-21/+895
* | Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
|/
* Bump version to 4.1-devRémi Verschelde2023-03-013-3/+3
* [Noise/NoiseTexture2D] Allow disabling normalizationHendrik Brucker2023-01-296-37/+76
* Add tests for FastNoiseLite/NoiseTextureHendrik Brucker2023-01-065-13/+919
* One Copyright Update to rule them allRémi Verschelde2023-01-0510-290/+290
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1