index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
opensimplex
/
noise_texture.cpp
Age
Commit message (
Expand
)
Author
2022-03-20
Add FastNoiseLite / general noise overhaul
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-07-18
Optimize StringName usage
reduz
2021-06-14
Fix crash when freeing GradientTexture and NoiseTexture
Haoyu Qiu
2021-05-20
Add support for generating noise images with an offset.
Casey Foote
2021-03-28
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-02-10
Removed _change_notify
reduz
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Consistently use normal_map
Marcel Admiraal
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-06
NoiseTexture: prevent race condition because of Ref::unref()
lupoDharkael
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-07
Make NoiseTexture threading more robust
JFonS
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-03-04
changed default noisetexture strength
clayjohn
2019-03-03
added bump_strength to noisetexture
clayjohn
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-03
Remove redundant size property from NoiseTexture
JFonS
2018-09-28
Renaming SimplexNoise refs to OpenSimplexNoise
santouits
2018-09-14
Add SimplexNoise and NoiseTexture as new resources
JFonS