summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | C#: Fallback to `dotnet --info` to determine .NET RIDIgnacio Roldán Etcheverry2022-08-221-9/+45
* | | | C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-2293-5486/+2369
* | | | C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-2279-5218/+2557
* | | | C#: Re-write GD and some other icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-2219-635/+442
* | | | C#: Re-write Array, Dictionary, NodePath, String icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-2214-866/+858
* | | | C#: Remove DynamicGodotObject/Object.DynamicObjectIgnacio Roldán Etcheverry2022-08-225-359/+0
* | | | C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-2271-5569/+5676
|/ / /
* | | Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolorMax Hilbrunner2022-08-202-1/+179
|\ \ \
| * | | Add documentation for all annotationsYuri Sizov2022-08-192-1/+179
| |/ /
* | | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methodsYuri Sizov2022-08-195-0/+126
|\ \ \
| * | | Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-185-0/+126
| |/ /
* | | Merge pull request #63326 from MewPurPur/binary-highlighting-fixMax Hilbrunner2022-08-191-22/+47
|\ \ \
| * | | Improve binary operator highlightingVolTer2022-08-141-22/+47
* | | | Merge pull request #64156 from bruvzg/sys_msdfClay John2022-08-182-6/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow MSDF rendering for system fonts, fix crash on loading damaged / unsuppo...bruvzg2022-08-092-6/+10
* | | | Improve the `make_rst.py` parser for BBCode tagsYuri Sizov2022-08-151-1/+1
| |_|/ |/| |
* | | Document GLTFLight and GLTFSpecGlossAaron Franke2022-08-144-0/+18
* | | Merge pull request #62934 from Xwdit/script_doc_arg_def_varRémi Verschelde2022-08-101-1/+3
|\ \ \
| * | | Fix script documentation method argument default valuesXwdit2022-08-101-1/+3
* | | | Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_typeRémi Verschelde2022-08-101-1/+5
|\ \ \ \
| * | | | Fixed incorrect type display of function argument in GDScript editor tooltipsXwdit2022-08-101-1/+5
| |/ / /
* | | | Merge pull request #63020 from Xwdit/fix_gds_editor_tooltip_return_typeRémi Verschelde2022-08-101-1/+7
|\ \ \ \
| * | | | Fixed incorrect type display of void return in GDScript editor tooltipsXwdit2022-08-101-1/+7
| |/ / /
* | | | Merge pull request #64169 from hakro/fix-gltf-animations-always-importedRémi Verschelde2022-08-105-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent AnimationPlayer from being added on GLTF import if the option is unch...Hakim2022-08-105-1/+21
* | | | Merge pull request #64206 from Chaosus/gds_fixRémi Verschelde2022-08-101-33/+33
|\ \ \ \
| * | | | Prevent global functions from overriding completion of subscriptYuri Rubinsky2022-08-101-33/+33
| |/ / /
* | | | Merge pull request #64188 from YeldhamDev/gridmap_item_fixRémi Verschelde2022-08-101-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix error when switching to another `GridMap` with an item with higher index ...Michael Alexsander2022-08-091-2/+4
| |/ /
* / / vector4 distance_squared_to and update csharpantonWetzel2022-08-091-5/+107
|/ /
* | Merge pull request #64099 from A-Lamia/lsp_uri_path_fixesRémi Verschelde2022-08-082-4/+4
|\ \
| * | fix: modifies workspace->root_uri so that p_uri is symmetrical to other opera...Lamia2022-08-082-4/+4
* | | Rename the argument tag to param in XML documentationYuri Sizov2022-08-0842-497/+497
* | | Merge pull request #64076 from raulsntos/doc-fixesRémi Verschelde2022-08-081-0/+5
|\ \ \
| * | | Add `@GDScript.type_exists` documentationRaul Santos2022-08-081-0/+5
* | | | Merge pull request #64004 from YuriSizov/doctool-fail-on-unnamed-argsRémi Verschelde2022-08-081-0/+34
|\ \ \ \
| * | | | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-0/+34
| | |/ / | |/| |
* | | | Merge pull request #63932 from smix8/navigation_heightmapshape_baking_4.xRémi Verschelde2022-08-081-0/+89
|\ \ \ \ | |/ / / |/| | |
| * | | Add NavigationMesh baking for HeightMapShapesmix82022-08-051-0/+89
* | | | Merge pull request #64085 from raulsntos/fix-rider-checkRémi Verschelde2022-08-081-0/+3
|\ \ \ \
| * | | | Avoid paths with invalid characters in `IsRider`Raul Santos2022-08-081-0/+3
* | | | | Merge pull request #64046 from AntonioDell/bugfix/63715-infer-preloaded-const...Rémi Verschelde2022-08-084-1/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(gdscript): Infer type from preload constAntonio Dell'Annunziata2022-08-074-1/+11
* | | | | Various fixes to C# documentationRaul Santos2022-08-075-8/+16
| |_|/ / |/| | |
* | | | Merge pull request #63919 from Faless/scons/4.x_easy_depsRémi Verschelde2022-08-076-7/+11
|\ \ \ \
| * | | | [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-046-7/+11
* | | | | [MP] Cleanup and fixes for replication plugin.Fabio Alessandrelli2022-08-072-122/+8
* | | | | [Websocket] Remove dummy JS server implemenation.Fabio Alessandrelli2022-08-073-158/+3
| |/ / / |/| | |
* | | | Merge pull request #63712 from object71/fix-export-issuesRémi Verschelde2022-08-063-23/+68
|\ \ \ \
| * | | | Removed faulty function update after get_property_list.Hristo Stamenov2022-08-033-23/+68