summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update AUTHORS and DONORS listRémi Verschelde2022-03-222-39/+34
| | | | | | | New contributor added to AUTHORS: @rburing Thanks to all contributors and donors for making Godot possible!
* Merge pull request #59402 from fire-forge/progressbar-groupRémi Verschelde2022-03-221-1/+1
|\ | | | | Remove "Percent" group in ProgressBar
| * Remove unnecessary "Percent" group in ProgressBarFireForge2022-03-211-1/+1
| |
* | Merge pull request #59388 from zacryol/init_update_descriptionRémi Verschelde2022-03-221-1/+2
|\ \ | | | | | | update `_init()` description regarding required parameters
| * | update _init() descriptionzacryol2022-03-211-1/+2
| | | | | | | | | | | | Specify details regarding required parameters.
* | | Merge pull request #59056 from Chaosus/gds_fix_extends_crashYuri Rubinsky2022-03-221-0/+1
|\ \ \
| * | | Prevent crash due to empty error message on empty extends in GDScriptYuri Roubinsky2022-03-121-0/+1
| | | |
* | | | Merge pull request #58971 from Chaosus/gds_multiline_annotationYuri Rubinsky2022-03-221-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Allow making multiline annotations in GDScriptYuri Roubinsky2022-03-101-0/+2
| | | |
* | | | Merge pull request #59194 from Chaosus/gds_export_flags_limit_errorRémi Verschelde2022-03-211-0/+9
|\ \ \ \ | | | | | | | | | | Add an error emitting when the `@export_flags` arg count is exceeded
| * | | | Add an error emitting when the `@export_flags` arg count is exceededYuri Roubinsky2022-03-161-0/+9
| | | | |
* | | | | Merge pull request #59141 from Chaosus/gds_fix_default_arg_checkRémi Verschelde2022-03-211-4/+12
|\ \ \ \ \ | | | | | | | | | | | | Fix default value count checking for inherited function
| * | | | | Fix default value count checking for inherited functionYuri Roubinsky2022-03-141-4/+12
| | | | | |
* | | | | | Merge pull request #59371 from aaronfranke/export-platform-extRémi Verschelde2022-03-217-25/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move extension logic to EditorExportPlatformLinuxBSD
| * | | | | | Move extension logic to EditorExportPlatformLinuxBSDAaron Franke2022-03-217-25/+31
|/ / / / / /
* | | | | | Merge pull request #59369 from aaronfranke/fixup-embedded-pckRémi Verschelde2022-03-218-209/+183
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Move fixup_embedded_pck to EditorExportPlatform classesAaron Franke2022-03-208-209/+183
| | | | | |
* | | | | | Merge pull request #59352 from winterpixelgames/notify-local-transform-constantRémi Verschelde2022-03-212-3/+7
|\ \ \ \ \ \
| * | | | | | Bind NOTIFICATION_LOCAL_TRANFORM_CHANGEDJason Knight2022-03-202-3/+7
| | | | | | |
* | | | | | | Merge pull request #59383 from timothyqiu/blend-tree-defaultRémi Verschelde2022-03-211-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Mention default output node name for AnimationNodeBlendTreeHaoyu Qiu2022-03-211-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #48310 from Blackiris/fix-create-skeleton-physical-bones-4.0Rémi Verschelde2022-03-211-1/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix create physical bone when up vector is collinear to child rest originJulien Nguyen2022-01-061-1/+7
| | | | | | | |
* | | | | | | | Merge pull request #59373 from bruvzg/fix_editor_font_changeRémi Verschelde2022-03-212-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Editor] Fix reloading editor theme on font / font size setting change.
| * | | | | | | | [Editor] Fix reloading editor theme on font / font size setting change.bruvzg2022-03-212-2/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #59367 from Calinou/script-editor-decrease-line-spacingRémi Verschelde2022-03-212-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Decrease the default line spacing in the script editor
| * | | | | | | | Decrease the default line spacing in the script editorHugo Locurcio2022-03-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the level of line spacing closer to what it was like in Godot 3.x, which improves usability on small displays. This also decreases the default line spacing for fixed-width texts in the About dialog (license text).
* | | | | | | | | Merge pull request #59366 from Calinou/editor-pseudolocalization-move-settingRémi Verschelde2022-03-211-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Move the pseudolocalization editor setting to a debug section
| * | | | | | | | | Move the pseudolocalization editor setting to a debug sectionHugo Locurcio2022-03-211-3/+3
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves the setting in question to the bottom of the Editor Settings, which makes it less likely to be accidentally enabled.
* | | | | | | | | Merge pull request #59351 from taisph/feature/fix-getaddrinfo-failedRémi Verschelde2022-03-212-2/+6
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix getaddrinfo failed with undefined proxy config
| * | | | | | | | Fix getaddrinfo failed with undefined proxy configTais P. Hansen2022-03-202-2/+6
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPClientTCP expects proxy host to be empty or port to be -1 to ignore the proxy. When getting the proxy config from the settings file, the values will default to U"null" and 0, respectively, making HTTPClientTCP to attempt to use the values as a proxy, which causes getaddrinfo to fail looking up a "null" hostname. Setting the default config values seems like a good approach to prevent this issue. Fixes #59037
* | | | | | | | Merge pull request #59142 from Calinou/doc-multiplayerpeerextensionMax Hilbrunner2022-03-211-0/+18
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Document the MultiplayerPeerExtension class
| * | | | | | | Document the MultiplayerPeerExtension classqhdtlr2022-03-161-0/+18
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #59357 from ↵Rémi Verschelde2022-03-202-39/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/your_toolbar_is_so_long_it_pushes_the_inspector Reduce the size of Controls editor toolbar
| * | | | | | | Reduce the size of Controls editor toolbarkobewi2022-03-202-39/+16
|/ / / / / / /
* | | | | | | Merge pull request #59350 from timothyqiu/extract-moreRémi Verschelde2022-03-202-14/+31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | More editor `extract.py` improvements and fixes
| * | | | | | More editor `extract.py` improvements and fixesHaoyu Qiu2022-03-202-14/+31
|/ / / / / /
* | | | | | Merge pull request #59345 from BastiaanOlij/call_correct_texture_freeRémi Verschelde2022-03-201-3/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Call the correct texture free method on texture storage cleanup
| * | | | | | Call the correct texture free method on texture storage cleanupBastiaan Olij2022-03-201-3/+5
| | | | | | |
* | | | | | | Merge pull request #59346 from rburing/raycast_from_inside_globalRémi Verschelde2022-03-202-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Raycasts hitting from inside: return collision point in global coordinates
| * | | | | | | Raycasts hitting from inside: return collision point in global coordinatesRicardo Buring2022-03-202-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #59341 from fazil47/clear-import-inspectorRémi Verschelde2022-03-201-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Advanced import settings inspector is cleared when opened
| * | | | | | | | Import settings inspector is cleared when openedFazil Babu2022-03-201-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #59343 from madmiraal/fix-57943Rémi Verschelde2022-03-204-13/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Ensure minimum modifiers are pressed when matching actions
| * | | | | | | Ensure minimum modifiers are pressed when matching actionsMarcel Admiraal2022-03-204-13/+23
| | | | | | | |
* | | | | | | | Merge pull request #59322 from YeldhamDev/groups_arent_boolsRémi Verschelde2022-03-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix `tabs_rearrange_group` property being exposed as a `bool` instead of a `int`Michael Alexsander2022-03-191-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #59305 from nevarek/fragment-shader-inv-projectionRémi Verschelde2022-03-191-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Add inverse projection matrix to fragment shader globalsnevarek2022-03-181-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #59315 from KoBeWi/less_options_in_OptionButton_or_somethingRémi Verschelde2022-03-193-0/+8
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |