summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix type name on error message for function parametersGeorge Marques2020-01-091-1/+1
* GDScript: Fix resolution of default parameter valuesGeorge Marques2020-01-091-1/+1
* GDScript: Don't re-evaluate index on assigment with operationGeorge Marques2020-01-092-10/+12
* Merge pull request #34948 from vnen/gdscript-copy-constructorRémi Verschelde2020-01-091-0/+11
|\
| * GDScript: Allow copy constructor for built-in typesGeorge Marques2020-01-091-0/+11
* | Add GDScript warning for standalone expressionGeorge Marques2020-01-093-1/+10
|/
* GDScript: set assign operation on local var made by matchGeorge Marques2020-01-081-1/+1
* Merge pull request #34921 from akien-mga/bullet-2.89Rémi Verschelde2020-01-081-6/+20
|\
| * bullet: Sync with upstream 2.89Rémi Verschelde2020-01-081-6/+20
* | Merge pull request #34920 from GodotExplorer/lsp-signatureHelperRémi Verschelde2020-01-088-1/+232
|\ \
| * | GDScript LSP: Implement signatureHelpgeequlim2020-01-098-1/+232
| |/
* | Merge pull request #34918 from vnen/gdscript-assign-opRémi Verschelde2020-01-082-9/+14
|\ \ | |/ |/|
| * GDScript: enable type checks on release modeGeorge Marques2020-01-082-9/+14
* | GDScript: properly set type of local variable initializationGeorge Marques2020-01-081-0/+1
|/
* Merge pull request #34886 from JFonS/fix_32699Rémi Verschelde2020-01-071-4/+8
|\
| * Make NoiseTexture threading more robustJFonS2020-01-071-4/+8
* | GDScript LSP: Implement goto declarationgeequlim2020-01-042-54/+69
* | Merge pull request #34795 from dankan1890/mono_cs_iconRémi Verschelde2020-01-041-0/+0
|\ \
| * | [Mono]: the C# script icon is now visible in the editor.dankan18902020-01-031-0/+0
* | | Merge pull request #34790 from clayjohn/ETC-support-alphaRémi Verschelde2020-01-031-4/+9
|\ \ \
| * | | Add support for Lum-alpha textures to ETC fallbackclayjohn2020-01-031-4/+9
* | | | Fix ENet max clients highest value.Fabio Alessandrelli2020-01-032-2/+2
| |/ / |/| |
* | | Merge pull request #34784 from neikeq/fix-hintpath-godottoolsRémi Verschelde2020-01-031-1/+1
|\ \ \
| * | | Mono/C#: Fix wrong HintPath for package in GodotToolsIgnacio Etcheverry2020-01-031-1/+1
| | |/ | |/|
* | | Merge pull request #34452 from aaronfranke/color-arithRémi Verschelde2020-01-031-1/+69
|\ \ \
| * | | [Mono] Color arithmetic operatorsAaron Franke2020-01-031-1/+69
* | | | Merge pull request #34772 from clayjohn/ETC-support-alphaRémi Verschelde2020-01-031-0/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fallback to RGBA4444 for textures with alpha set to ETC compressionclayjohn2020-01-021-0/+7
| |/
* | Merge pull request #34688 from sheepandshepherd/gdnative_class_ptrRémi Verschelde2020-01-033-0/+32
|\ \
| * | Expose cast_to to GDNative for dynamic castssheepandshepherd2020-01-033-0/+32
* | | [Mono] Make Sign methods consistent with GDScript and System.MathAaron Franke2020-01-021-2/+4
| |/ |/|
* | Merge pull request #34758 from neikeq/mono-bindings-void-varargRémi Verschelde2020-01-021-6/+11
|\ \
| * | Mono/C#: Fix comment generation for non-constant param defaultIgnacio Etcheverry2020-01-021-3/+6
| * | Mono/C#: Fix bindings generator with void vararg methodsIgnacio Etcheverry2020-01-021-3/+5
* | | Merge pull request #34756 from bojidar-bg/34689-export-line-breakRémi Verschelde2020-01-021-40/+48
|\ \ \ | |/ / |/| |
| * | Allow the usage of newlines in export hintsBojidar Marinov2020-01-021-40/+48
* | | Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'Ignacio Etcheverry2020-01-023-33/+153
|/ /
* / Mono/C#: Fix GD.PrintErr now showing in the Output panelIgnacio Etcheverry2020-01-021-1/+1
|/
* Merge pull request #34706 from KoBeWi/grindputRémi Verschelde2020-01-011-2/+3
|\
| * Don't handle Gridmap input when have no effectTomasz Chabora2019-12-301-2/+3
* | Update copyright statements to 2020Rémi Verschelde2020-01-01466-932/+932
* | Merge pull request #34699 from van800/godot-guidIgnacio Roldán Etcheverry2019-12-311-0/+2
|\ \ | |/ |/|
| * add custom property to csproj, which identifies that project is generated by ...Ivan Shakhov2019-12-301-0/+2
* | Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-301-1/+1
|\ \
| * | Makes more editor strings translatableHaoyu Qiu2019-12-301-1/+1
* | | Merge pull request #34582 from timothyqiu/forward-declRémi Verschelde2019-12-306-0/+7
|\ \ \ | |/ / |/| |
| * | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-246-0/+7
| |/
* | Fix msbuild target argumentDan Kramer2019-12-291-1/+1
* | Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry2019-12-2872-674/+350
* | Merge pull request #34595 from van800/mac_riderIgnacio Roldán Etcheverry2019-12-261-2/+4
|\ \