index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
opensimplex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #49583 from timothyqiu/texture-crash
Rémi Verschelde
2021-06-24
1
-0
/
+2
|
\
|
*
Fix crash when freeing GradientTexture and NoiseTexture
Haoyu Qiu
2021-06-14
1
-0
/
+2
*
|
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
2
-2
/
+2
|
/
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
2
-2
/
+2
*
Add support for generating noise images with an offset.
Casey Foote
2021-05-20
6
-6
/
+31
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
3
-12
/
+13
*
Document seamless noise having a lower contrast than non-seamless noise
Hugo Locurcio
2021-02-25
2
-0
/
+2
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
4
-28
/
+13
*
Merge pull request #37547 from aaronfranke/tau
Rémi Verschelde
2021-02-01
1
-3
/
+3
|
\
|
*
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-09
1
-3
/
+3
*
|
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-12
/
+6
|
/
*
Merge pull request #44832 from nathansmith339/opensimplex-optimization
Rémi Verschelde
2021-01-07
2
-16
/
+8
|
\
|
*
Optimize data format for OpenSimplex images
nevarek
2021-01-06
2
-16
/
+8
*
|
Merge pull request #44862 from Calinou/opensimplex-no-max-octaves-define
Rémi Verschelde
2021-01-01
1
-5
/
+5
|
\
\
|
*
|
Use `static const int` instead of `#define` for OpenSimplexNoise octaves
Hugo Locurcio
2021-01-01
1
-5
/
+5
|
|
/
*
/
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
6
-12
/
+12
|
/
*
Consistently use normal_map
Marcel Admiraal
2020-12-29
3
-18
/
+18
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-3
/
+14
*
doc: Sync classref with current source
Rémi Verschelde
2020-12-04
1
-8
/
+8
*
Updated open-simplex to have const noise functions
Sacha Waked
2020-12-04
2
-19
/
+19
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
2
-4
/
+4
*
Optimize SVG using `svgcleaner --multipass`
Hugo Locurcio
2020-10-25
1
-3
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-6
/
+6
*
Fix OpenSimplexNoise get_image() swap axes
RaphaelHunter
2020-07-01
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
2
-13
/
+26
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
3
-23
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
2
-9
/
+18
*
NoiseTexture: prevent race condition because of Ref::unref()
lupoDharkael
2020-04-06
1
-3
/
+8
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-5
/
+8
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-5
/
+5
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Fix missing module editor icons
Andrii Doroshenko (Xrayez)
2020-03-08
1
-0
/
+0
*
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-3
/
+2
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
2
-4
/
+4
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-4
/
+4
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-12
1
-3
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
2
-19
/
+18
*
Update docs to version 4.0
clayjohn
2020-01-31
2
-2
/
+2
*
Increase the maximum number of octaves in OpenSimplexNoise to 9
Hugo Locurcio
2020-01-30
3
-5
/
+14
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
2
-2
/
+2
*
Merge pull request #35567 from Xrayez/doc-noise-null-data
Rémi Verschelde
2020-01-26
1
-0
/
+6
|
\
|
*
Mention that `NoiseTexture` uses threads internally
Andrii Doroshenko (Xrayez)
2020-01-26
1
-0
/
+6
*
|
Complete various class references
clayjohn
2020-01-26
1
-0
/
+1
|
/
*
Make NoiseTexture threading more robust
JFonS
2020-01-07
1
-4
/
+8
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
6
-12
/
+12
*
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-24
1
-1
/
+1
*
Run doctool after overridden properties changes
Bojidar Marinov
2019-09-04
1
-0
/
+1
[next]