summaryrefslogtreecommitdiffstats
path: root/modules/opensimplex/noise_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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