summaryrefslogtreecommitdiffstats
path: root/modules/opensimplex/noise_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FastNoiseLite / general noise overhaulHendrik Brucker2022-03-201-276/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Optimize StringName usagereduz2021-07-181-2/+2
* Fix crash when freeing GradientTexture and NoiseTextureHaoyu Qiu2021-06-141-0/+2
* Add support for generating noise images with an offset.Casey Foote2021-05-201-1/+17
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-7/+7
* Removed _change_notifyreduz2021-02-101-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-9/+0
* Modernize ThreadPedro J. Estébanez2021-01-291-11/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Consistently use normal_mapMarcel Admiraal2020-12-291-13/+13
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-5/+10
* NoiseTexture: prevent race condition because of Ref::unref()lupoDharkael2020-04-061-3/+8
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-5/+5
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-3/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Texture refactorJuan Linietsky2020-02-111-12/+14
* Make NoiseTexture threading more robustJFonS2020-01-071-4/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* changed default noisetexture strengthclayjohn2019-03-041-1/+1
* added bump_strength to noisetextureclayjohn2019-03-031-1/+29
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove redundant size property from NoiseTextureJFonS2018-10-031-13/+2
* Renaming SimplexNoise refs to OpenSimplexNoisesantouits2018-09-281-4/+4
* Add SimplexNoise and NoiseTexture as new resourcesJFonS2018-09-141-0/+244