summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add flag to connected grapheme. Apply RTL displacement FX only to the whole c...bruvzg2021-09-211-4/+18
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-2097-316/+0
* Merge pull request #52330 from johnjdonna/add_support_hostname_language_serverRémi Verschelde2021-09-202-2/+6
|\
| * LSP: Add support for custom host settingJohn J. Donna II2021-09-202-2/+6
* | Merge pull request #52856 from e8newallm/52816Rémi Verschelde2021-09-201-0/+2
|\ \
| * | Corrected GLTFDocument::save_scene from processing a nullptrMatthew Newall2021-09-201-0/+2
* | | Merge pull request #52618 from williamd67/GPULightmapper-bounce-improvementRémi Verschelde2021-09-201-36/+37
|\ \ \
| * | | GPULightmapper exclude back-face triangles while calculating bouncesWilliam Deurwaarder2021-09-141-36/+37
* | | | Merge pull request #52545 from JFonS/occ_fixesRémi Verschelde2021-09-202-56/+84
|\ \ \ \ | |_|_|/ |/| | |
| * | | Occlusion culling fixesjfons2021-09-102-56/+84
* | | | HarfBuzz: Update to version 3.0.0bruvzg2021-09-201-0/+1
| |_|/ |/| |
* | | Fix some minor issues in C# XML doc commentsAaron Franke2021-09-182-4/+6
* | | Merge pull request #52666 from magian1127/temp1Rémi Verschelde2021-09-181-1/+93
|\ \ \
| * | | C#, replace the current Xform method with a * operator.Magian2021-09-181-1/+93
* | | | Fix incorrect call of `_center_on_node` in VisualScript editorYuri Roubinsky2021-09-181-9/+4
* | | | Merge pull request #52792 from vnen/gdscript-subscript-missing-indexRémi Verschelde2021-09-173-0/+9
|\ \ \ \
| * | | | GDScript: Properly catch error when missing index in subscriptGeorge Marques2021-09-173-0/+9
* | | | | Merge pull request #52788 from vnen/gdscript-compare-with-nullRémi Verschelde2021-09-178-0/+692
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow comparing equality between builtin types and nullGeorge Marques2021-09-178-0/+692
* | | | | Merge pull request #51671 from RandomShaper/fix_gdscript_crashGeorge Marques2021-09-175-15/+62
|\ \ \ \ \
| * | | | | Avoid crash after a parsing error in GDScriptPedro J. Estébanez2021-09-112-9/+4
| * | | | | Fix parameter type resolution in GDScriptPedro J. Estébanez2021-09-111-2/+1
| * | | | | Implement iterator variable typing in GDScriptPedro J. Estébanez2021-09-113-4/+57
* | | | | | Merge pull request #52785 from vnen/gdscript-fix-inference-eagernessRémi Verschelde2021-09-173-3/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | GDScript: Avoid inferred types from giving hard errorsGeorge Marques2021-09-173-3/+27
* | | | | | Merge pull request #52655 from Chaosus/toggle_scripts_panelRémi Verschelde2021-09-172-0/+33
|\ \ \ \ \ \
| * | | | | | Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-152-0/+33
* | | | | | | Merge pull request #51835 from magian1127/patch1Rémi Verschelde2021-09-171-4/+16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | check that the element type is indeed StringMagian2021-08-201-6/+13
| * | | | | | C# Array<String> Export Support Enum(String)Magian2021-08-181-2/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat2021-09-154-16/+16
|\ \ \ \ \ \
| * | | | | | Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp2021-09-144-16/+16
* | | | | | | Merge pull request #52656 from akien-mga/rename-vseditor-singletonMax Hilbrunner2021-09-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Rename VisualScriptEditor singleton to VisualScriptCustomNodesRémi Verschelde2021-09-141-1/+1
* | | | | | | | Merge pull request #52370 from bruvzg/realloc_paren_stackRémi Verschelde2021-09-152-2/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Add TextServer parentheses stack dynamic reallocation support.bruvzg2021-09-042-2/+20
* | | | | | | | | Merge pull request #52706 from vnen/gdscript-ternary-operator-crashRémi Verschelde2021-09-153-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GDScript: Show error when missing expression after ternary elseGeorge Marques2021-09-153-0/+10
* | | | | | | | | | Merge pull request #52705 from vnen/gdscript-error-unary-no-argRémi Verschelde2021-09-1511-0/+34
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | GDScript: Show error on unary operators without argumentGeorge Marques2021-09-1511-0/+34
* | | | | | | | | | Merge pull request #50456 from Blackiris/fix-extends-parent-relativeGeorge Marques2021-09-151-0/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix extends with relative path to parent scriptJulien Nguyen2021-09-051-0/+3
* | | | | | | | | | Merge pull request #49765 from Blackiris/fix-assignment-with-operator-on-type...George Marques2021-09-151-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix assignment with operator on type memberJulien Nguyen2021-08-211-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #52582 from jmb462/Prevent-non-explicit-inferring-paramete...Rémi Verschelde2021-09-151-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Prevent non explicit inferring parameter from nulljmb4622021-09-111-0/+4
* | | | | | | | | | | GDScript: Allow string keys on Lua-style dictionariesGeorge Marques2021-09-1510-4/+48
* | | | | | | | | | | Merge pull request #48029 from Calinou/gdscript-add-integration-testsRémi Verschelde2021-09-15189-17/+1785
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-14189-17/+1785
* | | | | | | | | | | | Merge pull request #52273 from aaronfranke/gltf-renamesRémi Verschelde2021-09-1511-128/+124
|\ \ \ \ \ \ \ \ \ \ \ \