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
/
open_simplex_noise.cpp
Age
Commit message (
Expand
)
Author
2021-05-20
Add support for generating noise images with an offset.
Casey Foote
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-09
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-07
Merge pull request #44832 from nathansmith339/opensimplex-optimization
Rémi Verschelde
2021-01-06
Optimize data format for OpenSimplex images
nevarek
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-04
Updated open-simplex to have const noise functions
Sacha Waked
2020-07-01
Fix OpenSimplexNoise get_image() swap axes
RaphaelHunter
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-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-30
Increase the maximum number of octaves in OpenSimplexNoise to 9
Hugo Locurcio
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-03-05
Added get_noise_1d
2017A7PS0002G
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-28
Renaming SimplexNoise refs to OpenSimplexNoise
santouits