summaryrefslogtreecommitdiff
path: root/modules/opensimplex
AgeCommit message (Expand)Author
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
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-24doc: Fix parsing of self-closing XML tagsRémi Verschelde
2019-09-04Run doctool after overridden properties changesBojidar Marinov
2019-07-15doc: Sync classref with current sourceRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-28Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-17Added description to get_noise_1d() in OpenSimplexNoiseunknown
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-22Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-17Consistently wrap booleans in [code]Tomasz Chabora
2019-04-15doc: Sync classref with current sourceRémi Verschelde
2019-04-06Merge pull request #26634 from psuhas77/patch-3Rémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-03-07doc: Sync classref with current sourceRémi Verschelde
2019-03-05Added get_noise_1d2017A7PS0002G
2019-03-04changed default noisetexture strengthclayjohn
2019-03-03added bump_strength to noisetextureclayjohn
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-25doc: Sync with current sourceRémi Verschelde
2018-10-07Update class documentation xmlKelly Thomas
2018-10-03Remove redundant size property from NoiseTextureJFonS
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde