Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 30bb133e01d2a1ba61fcd1b27a2ce17aa46aff3a) | |||
2021-06-29 | Merge pull request #49925 from RicardRC/FindFromNop | Rémi Verschelde | |
Make use of variable "from" in local_vector find() function. | |||
2021-06-29 | Merge pull request #49470 from levilindsey/master | Rémi Verschelde | |
Update File.store_var description to mention which properties of an object are included. | |||
2021-06-29 | Use unused from in local vector find function. | Ricard Rovira | |
2021-06-29 | Merge pull request #37181 from jitspoe/master.button_icon_alignment | Rémi Verschelde | |
2021-06-29 | Merge pull request #49812 from nekomatata/node-path-editor-update | Rémi Verschelde | |
NodePath properly updated in the editor in more cases when nodes are moved or renamed | |||
2021-06-29 | Merge pull request #49636 from LightningAA/add-feedback-button-4.0 | Rémi Verschelde | |
Add "Suggest a Feature" to the help dialog. | |||
2021-06-29 | Merge pull request #49713 from nekomatata/fix-export-var-override-runtime | Rémi Verschelde | |
Fix export var override in PackedScene at runtime | |||
2021-06-29 | Merge pull request #49905 from pfertyk/issue-46480-image-compress-crashes-godot | Rémi Verschelde | |
Validate image formats, check if resize_to_po2 failed | |||
2021-06-29 | Merge pull request #49970 from trollodel/graphnode_fix_port_position | Rémi Verschelde | |
Fix GraphNode port position when the control has the Expand flag | |||
2021-06-29 | Merge pull request #49910 from Faless/js/4.x_canvas_resize | Rémi Verschelde | |
[HTML5] Add option to focus canvas on start. | |||
2021-06-29 | Merge pull request #49921 from SirQuartz/patch-7 | Rémi Verschelde | |
Update `Label.clip_text()` Method Description | |||
2021-06-29 | Add alignment options to icons on buttons. | jitspoe | |
They can now be centered and right-aligned. Fixes #11380. | |||
2021-06-29 | Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of | Rémi Verschelde | |
Rename `is_a_parent_of()` to `is_ancestor_of()` | |||
2021-06-29 | Merge pull request #49980 from EricEzaM/fix-default-log-state | Rémi Verschelde | |
EditorLog filter buttons are now enabled/on by default | |||
2021-06-29 | Merge pull request #49944 from MisoMosiSpy/visual-script-logic-oper-mismatch | Rémi Verschelde | |
Fixes Visual Script node operator mismatch | |||
2021-06-29 | Merge pull request #49993 from groud/fix_debbuger_crash | Rémi Verschelde | |
Fixes crash in case no column in tree is expanded and has minimum size | |||
2021-06-29 | Merge pull request #49859 from groud/painting_in_tileset_editor | Rémi Verschelde | |
Properties painting in tileset editor | |||
2021-06-29 | Fixes Visual script nodes operator mismatch issue #49943 | Dipal M Zambare | |
2021-06-29 | Fixes crash in case no column in tree is expanded and has minimum size | Gilles Roudière | |
2021-06-29 | Implement painting properties over TileSets | Gilles Roudière | |
2021-06-29 | Merge pull request #49985 from bruvzg/win_sign_temp_file | Rémi Verschelde | |
[Windows Export] Use temporary file for osslsigncode signing. | |||
2021-06-29 | [Windows Export] Use temporary file for osslsigncode signing. | bruvzg | |
2021-06-29 | EditorLog filter buttons are now enabled/on by default | Eric M | |
2021-06-29 | Merge pull request #49966 from Faless/net/4.x_ws_timeout | Rémi Verschelde | |
[Net] Add WebSocketServer handshake_timeout property. | |||
2021-06-29 | Merge pull request #49973 from reduz/fix-validation-layers-errors | Rémi Verschelde | |
Fix Context Validation Layer Errors | |||
2021-06-28 | Fix Context Validation Layer Errors | reduz | |
* Multisampling was wrongly selected, possibly fixes #49937 * Image semaphore acquisition is now per window, possibly fixes #41614 Please make sure to test the above two issues again, since I can't reproduce either anyway. | |||
2021-06-28 | Validate image formats, check if resize_to_po2 failed | Paweł Fertyk | |
2021-06-28 | Fix GraphNode port position when the control has the Expand flag | trollodel | |
2021-06-28 | Merge pull request #49917 from groud/tree_disable_scroll | Rémi Verschelde | |
Allow disabling scrolling in Tree and implement horizontal scrolling | |||
2021-06-28 | Merge pull request #49965 from Faless/net/4.x_fix_request | Rémi Verschelde | |
[Net] Fix WebSocketClient path parsing. | |||
2021-06-28 | Merge pull request #49951 from ↵ | Rémi Verschelde | |
Calinou/standardmaterial3d-height-triplanar-print-warning Print warning in StandardMaterial3D when height and triplanar are active | |||
2021-06-28 | NodePath properly updated in the editor in more cases | PouleyKetchoupp | |
Fix more cases of node path needing an update when nodes are renamed or moved in the editor. Built-in node properties: Before, node paths were checked only for script export variables. Now all properties are checked from the node, which includes built-in node properties. Allows proper node path updates for nodes like remote transform, physics joints, etc. Arrays and dictionaries: Node paths nested in array and dictionary properties are now also updated in the editor. Also update the documentation to be clear about node path update in the editor and at runtime. Co-authored-by: latorril <latorril@gmail.com> | |||
2021-06-28 | Merge pull request #49960 from fire/curve-interpolate-crash | Rémi Verschelde | |
Make curve interpolate crash less. | |||
2021-06-28 | Implement Tree's internal minimum width calculation | Gilles Roudière | |
2021-06-28 | [Net] Add WebSocketServer handshake_timeout property. | Fabio Alessandrelli | |
Allows customization of the maximum time a client is allowed to stay in the the "pending" state (i.e. awaiting HTTP handshake). This used to be 1 second by before, the new default is 3 seconds. | |||
2021-06-28 | [Net] Fix WebSocketClient path parsing. | Fabio Alessandrelli | |
Recent changes to parse_url caused the client to make invalid HTTP requests if no path was specified. | |||
2021-06-28 | Merge pull request #49690 from Chaosus/vs_fix_input_connection | Rémi Verschelde | |
Fix auto-connection from output node to input (VisualShaders) | |||
2021-06-28 | Print warning in StandardMaterial3D when height and triplanar are active | Hugo Locurcio | |
Using both height mapping and triplanar mapping isn't supported. | |||
2021-06-28 | Fix auto-connection from output node to input (VisualShaders) | Yuri Roubinsky | |
2021-06-28 | Merge pull request #49953 from Calinou/reflectionprobe-tweak-default-extents | Rémi Verschelde | |
Increase the default ReflectionProbe extents to Vector3(10, 10, 10) | |||
2021-06-28 | Merge pull request #49823 from BastiaanOlij/move_render_sky | Rémi Verschelde | |
Move render_sky logic from effects into our sky object | |||
2021-06-28 | Merge pull request #49949 from Calinou/standardmaterial3d-fix-triplanar-binormal | Rémi Verschelde | |
Fix flipped binormal in StandardMaterial3D triplanar mapping | |||
2021-06-28 | Merge pull request #49945 from timothyqiu/adjust-bcs | Rémi Verschelde | |
Fix Image.adjust_bcs crash when image format is invalid | |||
2021-06-27 | Make curve interpolate crash less. | K. S. Ernest (iFire) Lee | |
2021-06-27 | Merge pull request #35536 from shroudedcode/keep-screen-on-linux | Rémi Verschelde | |
Make "Keep screen on" work on Linux | |||
2021-06-27 | Increase the default ReflectionProbe extents to Vector3(10, 10, 10) | Hugo Locurcio | |
On top of having a more realistic size out of the box, this matches the default VoxelGI extents for better usability. | |||
2021-06-27 | Fix flipped binormal in StandardMaterial3D triplanar mapping | Hugo Locurcio | |
This made normal maps on triplanar materials use an inverted Y direction compared to non-triplanar materials. | |||
2021-06-27 | Fix Image.adjust_bcs crash when image format is invalid | Haoyu Qiu | |
2021-06-26 | Move render_sky logic from effects into our sky object, and some minor cleanup | Bastiaan Olij | |