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
*
GDScript: Fix type name on error message for function parameters
George Marques
2020-01-09
1
-1
/
+1
*
GDScript: Fix resolution of default parameter values
George Marques
2020-01-09
1
-1
/
+1
*
GDScript: Don't re-evaluate index on assigment with operation
George Marques
2020-01-09
2
-10
/
+12
*
Merge pull request #34948 from vnen/gdscript-copy-constructor
Rémi Verschelde
2020-01-09
1
-0
/
+11
|
\
|
*
GDScript: Allow copy constructor for built-in types
George Marques
2020-01-09
1
-0
/
+11
*
|
Add GDScript warning for standalone expression
George Marques
2020-01-09
3
-1
/
+10
|
/
*
GDScript: set assign operation on local var made by match
George Marques
2020-01-08
1
-1
/
+1
*
Merge pull request #34921 from akien-mga/bullet-2.89
Rémi Verschelde
2020-01-08
1
-6
/
+20
|
\
|
*
bullet: Sync with upstream 2.89
Rémi Verschelde
2020-01-08
1
-6
/
+20
*
|
Merge pull request #34920 from GodotExplorer/lsp-signatureHelper
Rémi Verschelde
2020-01-08
8
-1
/
+232
|
\
\
|
*
|
GDScript LSP: Implement signatureHelp
geequlim
2020-01-09
8
-1
/
+232
|
|
/
*
|
Merge pull request #34918 from vnen/gdscript-assign-op
Rémi Verschelde
2020-01-08
2
-9
/
+14
|
\
\
|
|
/
|
/
|
|
*
GDScript: enable type checks on release mode
George Marques
2020-01-08
2
-9
/
+14
*
|
GDScript: properly set type of local variable initialization
George Marques
2020-01-08
1
-0
/
+1
|
/
*
Merge pull request #34886 from JFonS/fix_32699
Rémi Verschelde
2020-01-07
1
-4
/
+8
|
\
|
*
Make NoiseTexture threading more robust
JFonS
2020-01-07
1
-4
/
+8
*
|
GDScript LSP: Implement goto declaration
geequlim
2020-01-04
2
-54
/
+69
*
|
Merge pull request #34795 from dankan1890/mono_cs_icon
Rémi Verschelde
2020-01-04
1
-0
/
+0
|
\
\
|
*
|
[Mono]: the C# script icon is now visible in the editor.
dankan1890
2020-01-03
1
-0
/
+0
*
|
|
Merge pull request #34790 from clayjohn/ETC-support-alpha
Rémi Verschelde
2020-01-03
1
-4
/
+9
|
\
\
\
|
*
|
|
Add support for Lum-alpha textures to ETC fallback
clayjohn
2020-01-03
1
-4
/
+9
*
|
|
|
Fix ENet max clients highest value.
Fabio Alessandrelli
2020-01-03
2
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #34784 from neikeq/fix-hintpath-godottools
Rémi Verschelde
2020-01-03
1
-1
/
+1
|
\
\
\
|
*
|
|
Mono/C#: Fix wrong HintPath for package in GodotTools
Ignacio Etcheverry
2020-01-03
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #34452 from aaronfranke/color-arith
Rémi Verschelde
2020-01-03
1
-1
/
+69
|
\
\
\
|
*
|
|
[Mono] Color arithmetic operators
Aaron Franke
2020-01-03
1
-1
/
+69
*
|
|
|
Merge pull request #34772 from clayjohn/ETC-support-alpha
Rémi Verschelde
2020-01-03
1
-0
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fallback to RGBA4444 for textures with alpha set to ETC compression
clayjohn
2020-01-02
1
-0
/
+7
|
|
/
*
|
Merge pull request #34688 from sheepandshepherd/gdnative_class_ptr
Rémi Verschelde
2020-01-03
3
-0
/
+32
|
\
\
|
*
|
Expose cast_to to GDNative for dynamic casts
sheepandshepherd
2020-01-03
3
-0
/
+32
*
|
|
[Mono] Make Sign methods consistent with GDScript and System.Math
Aaron Franke
2020-01-02
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge pull request #34758 from neikeq/mono-bindings-void-vararg
Rémi Verschelde
2020-01-02
1
-6
/
+11
|
\
\
|
*
|
Mono/C#: Fix comment generation for non-constant param default
Ignacio Etcheverry
2020-01-02
1
-3
/
+6
|
*
|
Mono/C#: Fix bindings generator with void vararg methods
Ignacio Etcheverry
2020-01-02
1
-3
/
+5
*
|
|
Merge pull request #34756 from bojidar-bg/34689-export-line-break
Rémi Verschelde
2020-01-02
1
-40
/
+48
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow the usage of newlines in export hints
Bojidar Marinov
2020-01-02
1
-40
/
+48
*
|
|
Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'
Ignacio Etcheverry
2020-01-02
3
-33
/
+153
|
/
/
*
/
Mono/C#: Fix GD.PrintErr now showing in the Output panel
Ignacio Etcheverry
2020-01-02
1
-1
/
+1
|
/
*
Merge pull request #34706 from KoBeWi/grindput
Rémi Verschelde
2020-01-01
1
-2
/
+3
|
\
|
*
Don't handle Gridmap input when have no effect
Tomasz Chabora
2019-12-30
1
-2
/
+3
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
466
-932
/
+932
*
|
Merge pull request #34699 from van800/godot-guid
Ignacio Roldán Etcheverry
2019-12-31
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
add custom property to csproj, which identifies that project is generated by ...
Ivan Shakhov
2019-12-30
1
-0
/
+2
*
|
Merge pull request #34625 from timothyqiu/i18n
Rémi Verschelde
2019-12-30
1
-1
/
+1
|
\
\
|
*
|
Makes more editor strings translatable
Haoyu Qiu
2019-12-30
1
-1
/
+1
*
|
|
Merge pull request #34582 from timothyqiu/forward-decl
Rémi Verschelde
2019-12-30
6
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
6
-0
/
+7
|
|
/
*
|
Fix msbuild target argument
Dan Kramer
2019-12-29
1
-1
/
+1
*
|
Mono/C#: Re-structure API solution and GodotTools post-build target
Ignacio Etcheverry
2019-12-28
72
-674
/
+350
*
|
Merge pull request #34595 from van800/mac_rider
Ignacio Roldán Etcheverry
2019-12-26
1
-2
/
+4
|
\
\
[next]