Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-29 | Add get_total_elapsed_time() to Tween | kobewi | |
2022-03-22 | Merge pull request #59029 from bruvzg/help_slanted | Rémi Verschelde | |
2022-03-22 | [Help] Add simulated slanted font support to the editor help. | bruvzg | |
2022-03-22 | Merge pull request #59394 from aaronfranke/linux-export-x86_32 | Rémi Verschelde | |
2022-03-22 | Merge pull request #59170 from akien-mga/import-wav-configure-loop-mode | Rémi Verschelde | |
2022-03-22 | Merge pull request #59354 from Chaosus/astar3d | Rémi Verschelde | |
2022-03-22 | Merge pull request #59410 from bruvzg/mac_menu_features | Rémi Verschelde | |
2022-03-22 | Merge pull request #59276 from bruvzg/mo_trans | Rémi Verschelde | |
2022-03-22 | Merge pull request #59275 from bruvzg/ft_brotli | Rémi Verschelde | |
2022-03-22 | [macOS] Add missing global menu features. | bruvzg | |
2022-03-22 | Merge pull request #59347 from BastiaanOlij/extract_decal_storage | Rémi Verschelde | |
2022-03-22 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributor added to AUTHORS: @rburing Thanks to all contributors and donors for making Godot possible! | |||
2022-03-22 | Merge pull request #59402 from fire-forge/progressbar-group | Rémi Verschelde | |
Remove "Percent" group in ProgressBar | |||
2022-03-22 | Merge pull request #59388 from zacryol/init_update_description | Rémi Verschelde | |
update `_init()` description regarding required parameters | |||
2022-03-22 | Merge pull request #59056 from Chaosus/gds_fix_extends_crash | Yuri Rubinsky | |
2022-03-22 | Merge pull request #58971 from Chaosus/gds_multiline_annotation | Yuri Rubinsky | |
2022-03-21 | Remove unnecessary "Percent" group in ProgressBar | FireForge | |
2022-03-21 | Merge pull request #59194 from Chaosus/gds_export_flags_limit_error | Rémi Verschelde | |
Add an error emitting when the `@export_flags` arg count is exceeded | |||
2022-03-21 | Merge pull request #59141 from Chaosus/gds_fix_default_arg_check | Rémi Verschelde | |
Fix default value count checking for inherited function | |||
2022-03-21 | Change extension for Linux 32-bit x86 exports to x86_32 | Aaron Franke | |
2022-03-21 | Merge pull request #59371 from aaronfranke/export-platform-ext | Rémi Verschelde | |
Move extension logic to EditorExportPlatformLinuxBSD | |||
2022-03-21 | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke | |
2022-03-21 | Merge pull request #59369 from aaronfranke/fixup-embedded-pck | Rémi Verschelde | |
2022-03-21 | update _init() description | zacryol | |
Specify details regarding required parameters. | |||
2022-03-21 | Merge pull request #59352 from winterpixelgames/notify-local-transform-constant | Rémi Verschelde | |
2022-03-21 | Merge pull request #59383 from timothyqiu/blend-tree-default | Rémi Verschelde | |
2022-03-21 | Merge pull request #48310 from Blackiris/fix-create-skeleton-physical-bones-4.0 | Rémi Verschelde | |
2022-03-21 | Mention default output node name for AnimationNodeBlendTree | Haoyu Qiu | |
2022-03-21 | Merge pull request #59373 from bruvzg/fix_editor_font_change | Rémi Verschelde | |
[Editor] Fix reloading editor theme on font / font size setting change. | |||
2022-03-21 | Merge pull request #59367 from Calinou/script-editor-decrease-line-spacing | Rémi Verschelde | |
Decrease the default line spacing in the script editor | |||
2022-03-21 | Merge pull request #59366 from Calinou/editor-pseudolocalization-move-setting | Rémi Verschelde | |
Move the pseudolocalization editor setting to a debug section | |||
2022-03-21 | Merge pull request #59351 from taisph/feature/fix-getaddrinfo-failed | Rémi Verschelde | |
Fix getaddrinfo failed with undefined proxy config | |||
2022-03-21 | [Editor] Fix reloading editor theme on font / font size setting change. | bruvzg | |
2022-03-20 | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke | |
2022-03-21 | Extract Decal and Decal atlas from Storage class | Bastiaan Olij | |
2022-03-21 | Decrease the default line spacing in the script editor | Hugo Locurcio | |
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). | |||
2022-03-21 | Move the pseudolocalization editor setting to a debug section | Hugo Locurcio | |
This moves the setting in question to the bottom of the Editor Settings, which makes it less likely to be accidentally enabled. | |||
2022-03-21 | Merge pull request #59142 from Calinou/doc-multiplayerpeerextension | Max Hilbrunner | |
Document the MultiplayerPeerExtension class | |||
2022-03-20 | Merge pull request #59357 from ↵ | Rémi Verschelde | |
KoBeWi/your_toolbar_is_so_long_it_pushes_the_inspector Reduce the size of Controls editor toolbar | |||
2022-03-20 | Bind NOTIFICATION_LOCAL_TRANFORM_CHANGED | Jason Knight | |
2022-03-20 | Fix getaddrinfo failed with undefined proxy config | Tais P. Hansen | |
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 | |||
2022-03-20 | Reduce the size of Controls editor toolbar | kobewi | |
2022-03-20 | Merge pull request #59350 from timothyqiu/extract-more | Rémi Verschelde | |
More editor `extract.py` improvements and fixes | |||
2022-03-20 | Rename `AStar` to `AStar3D` | Yuri Roubinsky | |
2022-03-20 | More editor `extract.py` improvements and fixes | Haoyu Qiu | |
2022-03-20 | Merge pull request #59345 from BastiaanOlij/call_correct_texture_free | Rémi Verschelde | |
Call the correct texture free method on texture storage cleanup | |||
2022-03-20 | Merge pull request #59346 from rburing/raycast_from_inside_global | Rémi Verschelde | |
Raycasts hitting from inside: return collision point in global coordinates | |||
2022-03-20 | Merge pull request #59341 from fazil47/clear-import-inspector | Rémi Verschelde | |
Advanced import settings inspector is cleared when opened | |||
2022-03-20 | Merge pull request #59343 from madmiraal/fix-57943 | Rémi Verschelde | |
Ensure minimum modifiers are pressed when matching actions | |||
2022-03-20 | Raycasts hitting from inside: return collision point in global coordinates | Ricardo Buring | |