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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #26661 from neikeq/issue-17601
Ignacio Etcheverry
2019-03-05
1
-1
/
+1
|
\
|
*
Mono: Fix array field being assigned MonoArray** instead of MonoArray*
Ignacio Etcheverry
2019-03-05
1
-1
/
+1
*
|
Merge pull request #26608 from dragmz/fix22231
Rémi Verschelde
2019-03-04
1
-3
/
+2
|
\
\
|
*
|
calculate inputs count from arg types instead of names
Marcin Zawiejski
2019-03-04
1
-3
/
+2
*
|
|
Merge pull request #26592 from clayjohn/noisetexture_strength
Rémi Verschelde
2019-03-04
1
-1
/
+1
|
\
\
\
|
*
|
|
changed default noisetexture strength
clayjohn
2019-03-04
1
-1
/
+1
*
|
|
|
Merge pull request #26604 from bojidar-bg/25889-vs-parameters-empty
Rémi Verschelde
2019-03-04
2
-16
/
+6
|
\
\
\
\
|
*
|
|
|
Fix default values not being read correctly in VisualScript
Bojidar Marinov
2019-03-04
2
-16
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #26591 from neikeq/oi
Rémi Verschelde
2019-03-04
3
-11
/
+29
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Mono: Add option to print MSBuild output and improve out of sync error
Ignacio Etcheverry
2019-03-04
3
-11
/
+29
|
|
|
/
|
|
/
|
*
|
|
Close file handles after use of new get_as_utf8_strings, fixes #26578
Juan Linietsky
2019-03-04
1
-3
/
+4
*
|
|
Merge pull request #26513 from cart/mono-log-profiler
Ignacio Etcheverry
2019-03-04
1
-0
/
+11
|
\
\
\
|
*
|
|
Add mono log profiler support
Carter Anderson
2019-03-02
1
-0
/
+11
*
|
|
|
libwebp: Sync with upstream 1.0.2
Rémi Verschelde
2019-03-04
1
-3
/
+4
*
|
|
|
Revert "Forbid implicit type conversion in GDScript"
Rémi Verschelde
2019-03-04
4
-16
/
+110
*
|
|
|
Merge pull request #26541 from clayjohn/noise_texture_scale
Rémi Verschelde
2019-03-04
2
-1
/
+34
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
added bump_strength to noisetexture
clayjohn
2019-03-03
2
-1
/
+34
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #26562 from vnen/gdscript-no-implicit-cast
Rémi Verschelde
2019-03-04
4
-110
/
+16
|
\
\
\
|
*
|
|
GDScript: Forbid implicit type conversion
George Marques
2019-03-03
4
-110
/
+16
*
|
|
|
GDScript: Fix issue when detecting file class in inner class
George Marques
2019-03-03
1
-1
/
+1
*
|
|
|
GDScript: Allow `for` iterator to be rededefined
George Marques
2019-03-03
1
-1
/
+0
|
/
/
/
*
|
|
Merge pull request #26547 from vnen/gdscript-dependency-parse
Juan Linietsky
2019-03-03
4
-78
/
+139
|
\
\
\
|
*
|
|
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
4
-78
/
+139
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argument
George Marques
2019-03-03
1
-4
/
+9
|
\
\
\
|
*
|
|
Allow parameters passed to GDScript functions to be nulled
Bojidar Marinov
2019-03-03
1
-4
/
+9
*
|
|
|
Merge pull request #26521 from bojidar-bg/25408-gdscript-constant-bug
George Marques
2019-03-03
1
-7
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix GDScript checking for assigning to a constant only in release
Bojidar Marinov
2019-03-03
1
-7
/
+10
|
|
/
/
*
/
/
SCons: Move platform-specific Opus config to its module
Rémi Verschelde
2019-03-02
1
-1
/
+7
|
/
/
*
/
Fix CSG crash, closes #26281
Juan Linietsky
2019-03-01
1
-2
/
+4
|
/
*
C#: Fix parsing of class full name when the base has generics
Ignacio Etcheverry
2019-03-01
1
-14
/
+11
*
Mono: Fail on script instance creation if constructor was not found
Ignacio Etcheverry
2019-02-28
1
-3
/
+30
*
Mono: Make sure the generated RootNamespace is a valid identifier
Ignacio Etcheverry
2019-02-28
3
-1
/
+204
*
Merge pull request #26411 from neikeq/issue-26195
Ignacio Etcheverry
2019-02-28
3
-0
/
+20
|
\
|
*
C#: Add Array.Resize(int) method
Ignacio Etcheverry
2019-02-28
3
-0
/
+20
*
|
opus: Better sync sources list with upstream buildsystem
Rémi Verschelde
2019-02-28
1
-146
/
+153
*
|
Merge pull request #26034 from QbieShay/issue_25596
Rémi Verschelde
2019-02-28
1
-1
/
+2
|
\
\
|
*
|
Inheriting from virtual class no longer causes the engine to crash, it prints...
QbieShay
2019-02-27
1
-1
/
+2
*
|
|
Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format
Rémi Verschelde
2019-02-27
2
-3
/
+3
|
\
\
\
|
*
|
|
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-27
2
-3
/
+3
*
|
|
|
Merge pull request #26134 from marxin/fix-Wsign-compare
Rémi Verschelde
2019-02-27
10
-20
/
+20
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fix -Wsign-compare warnings.
marxin
2019-02-27
10
-20
/
+20
|
|
/
/
*
|
|
Merge pull request #26333 from neikeq/ayaya
Ignacio Etcheverry
2019-02-27
3
-44
/
+31
|
\
\
\
|
*
|
|
Mono: Some editor usability improvements
Ignacio Etcheverry
2019-02-27
3
-13
/
+20
|
*
|
|
Remove problematic VS Code hint path on Windows
Ignacio Etcheverry
2019-02-27
1
-31
/
+11
|
|
/
/
*
|
|
Merge pull request #26304 from bojidar-bg/26066-fix-exported-poolarray
Rémi Verschelde
2019-02-27
1
-0
/
+10
|
\
\
\
|
*
|
|
Fix GDScript exports having the wrong type of default value by converting it
Bojidar Marinov
2019-02-26
1
-0
/
+10
|
|
/
/
*
|
|
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
2
-2
/
+2
*
|
|
Fix "No loader found for resource: res://" spam when NativeScript script_clas...
Eric Rybicki
2019-02-26
1
-9
/
+11
|
/
/
*
|
Fixing C compatiblity for GDNative NET module
Fabio Alessandrelli
2019-02-24
7
-13
/
+49
*
|
Merge pull request #25018 from AllanDaemon/#24895
George Marques
2019-02-24
2
-2
/
+4
|
\
\
[next]