summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51532 from nekomatata/layer-mask-accessorsRémi Verschelde2021-08-126-76/+84
|\
| * Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-126-76/+84
* | Resource: Remove unused `_use_builtin_script()` virtual methodRémi Verschelde2021-08-121-4/+0
* | Fix multiple issues with CSGPolygonMarcel Admiraal2021-08-123-438/+264
* | Make radius & height in CapsuleShape3D independentPouleyKetchoupp2021-08-111-1/+1
|/
* Merge pull request #51500 from timothyqiu/navmesh-docRémi Verschelde2021-08-112-3/+3
|\
| * Improve NavigationMesh typing, parameter validation and documentationHaoyu Qiu2021-08-112-3/+3
* | Merge pull request #47378 from aaronfranke/use-input-enumsRémi Verschelde2021-08-111-0/+2
|\ \ | |/ |/|
| * Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* | Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-116-179/+156
|\ \ | |/ |/|
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-116-179/+156
* | Merge pull request #49343 from theoway/node_auto_arrangement_graph_editK. S. Ernest (iFire) Lee2021-08-101-1/+1
|\ \
| * | Automatic arrangement of nodes in VisualScript/VisualShaders editorsUmang Kalra2021-08-111-1/+1
* | | Fix crash when parsing Dictionarykobewi2021-08-101-1/+3
* | | Merge pull request #51457 from nekomatata/moving-platforms-3dRémi Verschelde2021-08-106-11/+23
|\ \ \
| * | | Fix 3D moving platform logicPouleyKetchoupp2021-08-096-11/+23
* | | | Some work on double supportAaron Franke2021-08-095-6/+8
|/ / /
* | | Merge pull request #51453 from Blackiris/fix-new-inherited-scriptRémi Verschelde2021-08-101-1/+1
|\ \ \
| * | | Fix infinite loop when creating a newly inherited GdScript fileJulien Nguyen2021-08-091-1/+1
* | | | Merge pull request #51446 from nekomatata/fix-moving-platform-rotationRémi Verschelde2021-08-092-0/+12
|\ \ \ \
| * | | | Fix applied rotation from moving platforms in move_and_slidePouleyKetchoupp2021-08-092-0/+12
* | | | | Use doubles for time in many other placesAaron Franke2021-08-092-6/+6
| |/ / / |/| | |
* | | | Merge pull request #51338 from V-Sekai/gltf-lightsRémi Verschelde2021-08-091-5/+7
|\ \ \ \
| * | | | Continue when glTF2 lights fail to parse.K. S. Ernest (iFire) Lee2021-08-091-5/+7
* | | | | Merge pull request #51180 from RandomShaper/native_script_inheritsRémi Verschelde2021-08-092-6/+33
|\ \ \ \ \
| * | | | | Implement inherits_script() for NativeScript and PluginScriptPedro J. Estébanez2021-08-022-6/+33
* | | | | | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-086-231/+301
* | | | | | Merge pull request #51322 from raulsntos/fix-msbuild-exceptionRémi Verschelde2021-08-071-8/+12
|\ \ \ \ \ \
| * | | | | | Ensure MSBuildPanel buttons are instantiatedRaul Santos2021-08-061-8/+12
| | |_|_|/ / | |/| | | |
* | | | | | Removes const from set functions on the GizmosAndreaCatania2021-08-072-4/+4
| |_|/ / / |/| | | |
* | | | | Fix LSP completion crashing on scene-less scriptsFrancois Belair2021-08-062-16/+22
|/ / / /
* | | | HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde2021-08-062-1/+2
* | | | Merge pull request #51283 from Razoric480/lsp-parse-fromRémi Verschelde2021-08-061-1/+22
|\ \ \ \
| * | | | Fix LSP parsing get_node only from the scene rootFrancois Belair2021-08-051-1/+22
* | | | | Merge pull request #51301 from Faless/mp/4.x_gd_default_rpcRémi Verschelde2021-08-061-1/+1
|\ \ \ \ \
| * | | | | [Net] Default @rpc annotation should be puppet, not master.Fabio Alessandrelli2021-08-061-1/+1
* | | | | | Merge pull request #51008 from raulsntos/csharp-renamesRémi Verschelde2021-08-063-5/+5
|\ \ \ \ \ \
| * | | | | | Rename RotationQuaternion to be more similar to get_rotation_quaternionRaul Santos2021-08-052-3/+3
| * | | | | | Rename RandSeed to RandFromSeed and use ref paramRaul Santos2021-08-051-2/+2
| | |/ / / / | |/| | | |
* | | | | | [Net] Fix ENetMultiplayerPeer status during connection.Fabio Alessandrelli2021-08-061-1/+1
| |/ / / / |/| | | |
* | | | | Reduce C# Dictionary internal callsRaul Santos2021-08-052-26/+64
* | | | | Add documentation to Dictionary in C#Raul Santos2021-08-051-20/+168
|/ / / /
* | | | Merge pull request #51247 from pycbouh/docs-extract-theme-itemsRémi Verschelde2021-08-051-6/+12
|\ \ \ \
| * | | | Add theme item descriptions to the online documentationYuri Sizov2021-08-041-6/+12
| | |/ / | |/| |
* | | | Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde2021-08-056-2/+176
|\ \ \ \ | |/ / / |/| | |
| * | | Implement didSave notification and rename requestFrancois Belair2021-07-176-2/+176
* | | | Merge pull request #51005 from Faless/mp/4.x_channelsRémi Verschelde2021-08-0410-59/+140
|\ \ \ \
| * | | | [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-3010-59/+140
* | | | | Fix 'script_class' null access when reloading a deleted C# script312021-08-031-0/+7
* | | | | Simplify C# print methodsRaul Santos2021-08-031-5/+15