Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | |
2022-03-20 | Call the correct texture free method on texture storage cleanup | Bastiaan Olij | |
2022-03-20 | Ensure minimum modifiers are pressed when matching actions | Marcel Admiraal | |
2022-03-20 | Import settings inspector is cleared when opened | Fazil Babu | |
2022-03-19 | Merge pull request #59322 from YeldhamDev/groups_arent_bools | Rémi Verschelde | |
2022-03-19 | Merge pull request #59305 from nevarek/fragment-shader-inv-projection | Rémi Verschelde | |
2022-03-19 | Fix `tabs_rearrange_group` property being exposed as a `bool` instead of a `int` | Michael Alexsander | |
2022-03-19 | Merge pull request #59315 from KoBeWi/less_options_in_OptionButton_or_something | Rémi Verschelde | |
2022-03-19 | Hide text and icon properties in OptionButton | kobewi | |
2022-03-19 | Merge pull request #59290 from rburing/get_process_info_docs | Rémi Verschelde | |
PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs | |||
2022-03-18 | Add inverse projection matrix to fragment shader globals | nevarek | |
2022-03-18 | Merge pull request #59286 from raulsntos/csharp-ignore-PhysicsServer3DExtension | Rémi Verschelde | |
Ignore `PhysicsServer3DExtension` class in C# | |||
2022-03-18 | PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs | Ricardo Buring | |
2022-03-18 | Merge pull request #59287 from Vitika9/59181 | Rémi Verschelde | |
Right-clicking will not close popup in windows | |||
2022-03-18 | Merge pull request #59268 from Chaosus/shader_renames2 | Rémi Verschelde | |
Rename several transform built-ins in shaders | |||
2022-03-18 | Merge pull request #59254 from Calinou/doc-node-owner | Rémi Verschelde | |
Mention that Node's `owner` must be set for persistence to work | |||
2022-03-18 | Merge pull request #59257 from Calinou/key-name-backspace | Rémi Verschelde | |
Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab" | |||
2022-03-18 | Mention that Node's `owner` must be set for persistence to work | Hugo Locurcio | |
This is already done in `Node.add_child()` documentation, but this copies the note in `Node.owner` for good measure. | |||
2022-03-18 | Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab" | Hugo Locurcio | |
2022-03-18 | Right-clicking will not close popup | Vitika9 | |
2022-03-18 | Ignore PhysicsServer3DExtension class in C# | Raul Santos | |
PhysicsServer3DExtension inherits from PhysicsServer3D which is a singleton class, since singleton classes are generated as static in C# it would generate invalid C# so for now we'll be ignoring PhysicsServer3DExtension. | |||
2022-03-18 | Merge pull request #58394 from bruvzg/rtl_hint | Rémi Verschelde | |
2022-03-18 | Merge pull request #59277 from bruvzg/hb401 | Rémi Verschelde | |
2022-03-18 | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde | |