summaryrefslogtreecommitdiff
path: root/modules/opensimplex
AgeCommit message (Expand)Author
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-13Implement the ability to disable classesreduz
2021-06-24Merge pull request #49583 from timothyqiu/texture-crashRémi Verschelde
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-14Fix crash when freeing GradientTexture and NoiseTextureHaoyu Qiu
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-20Add support for generating noise images with an offset.Casey Foote
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-02-25Document seamless noise having a lower contrast than non-seamless noiseHugo Locurcio
2021-02-10Removed _change_notifyreduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-07Merge pull request #44832 from nathansmith339/opensimplex-optimizationRémi Verschelde
2021-01-06Optimize data format for OpenSimplex imagesnevarek
2021-01-01Merge pull request #44862 from Calinou/opensimplex-no-max-octaves-defineRémi Verschelde
2021-01-01Use `static const int` instead of `#define` for OpenSimplexNoise octavesHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Consistently use normal_mapMarcel Admiraal
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-12-04doc: Sync classref with current sourceRémi Verschelde
2020-12-04Updated open-simplex to have const noise functionsSacha Waked
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-25Optimize SVG using `svgcleaner --multipass`Hugo Locurcio
2020-07-10Add override keywords.Marcel Admiraal
2020-07-01Fix OpenSimplexNoise get_image() swap axesRaphaelHunter
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-06NoiseTexture: prevent race condition because of Ref::unref()lupoDharkael
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-08Fix missing module editor iconsAndrii Doroshenko (Xrayez)
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12doc: Sync classref with current sourceRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-01-31Update docs to version 4.0clayjohn
2020-01-30Increase the maximum number of octaves in OpenSimplexNoise to 9Hugo Locurcio
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-26Merge pull request #35567 from Xrayez/doc-noise-null-dataRémi Verschelde
2020-01-26Complete various class referencesclayjohn
2020-01-26Mention that `NoiseTexture` uses threads internallyAndrii Doroshenko (Xrayez)
2020-01-07Make NoiseTexture threading more robustJFonS