summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge pull request #63976 from aaronfranke/godots-own-comment-linesRémi Verschelde2022-08-067-8/+7
|\ \ \ \
| * | | | Make "Godot source files" comment consistent in modulesAaron Franke2022-08-057-8/+7
* | | | | Merge pull request #63762 from bruvzg/ft_warnRémi Verschelde2022-08-064-1/+10
|\ \ \ \ \
| * | | | | [TextServer] Add a build warning when building with external FreeType without...bruvzg2022-08-014-1/+10
| | |/ / / | |/| | |
* | | | | Merge pull request #63871 from bruvzg/ts_build_optionsRémi Verschelde2022-08-065-49/+61
|\ \ \ \ \
| * | | | | Add Text Server related options to the build profiles editor.bruvzg2022-08-035-49/+61
* | | | | | [Text Server] Prevent composite glyphs which incorporate kashida from being u...bruvzg2022-08-051-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #59844 from Calinou/rename-shader-param-methodsRémi Verschelde2022-08-051-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-1/+1
| | |_|/ | |/| |
* / | | Fix overrun flag check and HarfBuzz safe to break flag check.bruvzg2022-08-042-3/+3
|/ / /
* | | Fix some array size function definition mismatch.Fabio Alessandrelli2022-08-042-2/+2
* | | Merge pull request #63899 from bruvzg/hb_510Rémi Verschelde2022-08-041-2/+18
|\ \ \
| * | | HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag t...bruvzg2022-08-041-2/+18
| |/ /