Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | Merge pull request #46536 from likeich/master | Rémi Verschelde | |
Refactored cpu_particles_2d.cpp _notification Method | |||
2021-03-01 | Merge pull request #45937 from revilo/fix-42611 | Rémi Verschelde | |
Fix for "Save Branch as Scene" | |||
2021-03-01 | Fix incorrect switching port type in VisualShaderNodeStep | Yuri Roubinsky | |
2021-02-28 | Refactored cpu_particles_2d.cpp _notification Method | Kyle | |
Refactors the _notification method in cpu_particles_2d.cpp to use a switch statement for readability and to bring it inline with other classes like node.cpp and timer.cpp. | |||
2021-02-28 | Fix crash in GIProbe::bake | Pedro Rodrigues | |
The problem happened when the passed from_node was null and the GIProbe node had no parent node. Fixes #45978 | |||
2021-02-28 | SceneTreeDock: Changed "Save Branch as Scene" to make use of ↵ | Oliver Dick | |
Node::duplicate_from_editor, which is also used by "Duplicate" function of the SceneTreeDock - Removed Node::duplicate_and_reown method as it is not used anymore | |||
2021-02-28 | Merge pull request #46475 from RootKiller/fix_joint_collision | Rémi Verschelde | |
Fixed bug that caused collision not to be properly reenabled when joi… | |||
2021-02-28 | Merge pull request #45201 from EricEzaM/PR/popup-menu-fix | Rémi Verschelde | |
Fixed popup not calculating size correctly before adjusting its rect. | |||
2021-02-28 | Merge pull request #46441 from Chaosus/fix_graphedit_zoom_connection | Yuri Roubinsky | |
Fix GraphEdit port connection when graph is zoomed/unzoomed | |||
2021-02-27 | [Net] Better EOF handling in HTTPRequest. | Fabio Alessandrelli | |
This fix request_completed being emitted two times, the first with the result, the second as a failure when retrieving responses served with read-until-EOF. | |||
2021-02-27 | Fix GraphEdit connects when graph is zoomed/unzoomed | Yuri Roubinsky | |
2021-02-27 | Fixed bug that caused collision not to be properly reenabled when joint ↵ | Eryk Dwornicki | |
between two bodies is destroyed | |||
2021-02-26 | Merge pull request #46452 from hilfazer/click_mesh_instance_crash_40 | Rémi Verschelde | |
Prevent crash when clicking Mesh in MeshInstance when is scene root | |||
2021-02-26 | Prevent crash when clicking Mesh in MeshInstance when is scene root | hilfazer | |
2021-02-25 | Fix crash when loading a scene containing an uncreatable type | Delf Neumärker | |
2021-02-25 | Merge pull request #38929 from touilleMan/exit-status-on-godot-error | Rémi Verschelde | |
Fix Godot returned status code on unexpected error | |||
2021-02-25 | Remove GDScript bindings for OS.get/set_exit_code, ↵ | Emmanuel Leblond | |
SceneTree.quit(<exit_code>) should be used instead | |||
2021-02-25 | Merge pull request #38918 from EricEzaM/fix-slider-focus-on-scroll-input | Rémi Verschelde | |
Fixed issue with slider focus and scroll input | |||
2021-02-25 | Fix Godot returned status code on unexpected error | Emmanuel Leblond | |
2021-02-25 | Merge pull request #46416 from nekomatata/draw-collision-outline-option | Rémi Verschelde | |
Added option in project settings to draw Shape2D outlines | |||
2021-02-25 | Added option in project settings to draw Shape2D outlines | PouleyKetchoupp | |
Disabling collision outlines can be useful for performance when the game is running and many collision shapes are displayed. | |||
2021-02-24 | Merge pull request #46360 from nmrkr/drag-preview-crash-after-free | Rémi Verschelde | |
Fix crash during drag if user queue_free'd the drag preview | |||
2021-02-24 | Fix crash during drag if user freed the drag preview | Delf Neumärker | |
2021-02-24 | Allow CollisionObject3D to show collision shape meshes | trollodel | |
Add an editor gizmo to CollisionObject3D. CollisionShape3D no longer shows collision shapes directly. | |||
2021-02-24 | Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errors | Rémi Verschelde | |
Fixed 'nonexistent action' errors spammed at startup on OSX | |||
2021-02-24 | Fixed 'nonexistent action' errors spammed at startup on OSX | Eric M | |
2021-02-24 | Tween: Add null check for target object | Christoffer Sundbom | |
Fixes #45399. | |||
2021-02-24 | Merge pull request #46357 from kleonc/mesh_data_tool_crash_fix | Rémi Verschelde | |
MeshDataTool::create_from_surface Fail on invalid index data | |||
2021-02-24 | Merge pull request #46045 from bruvzg/text_server_bmp_create | Rémi Verschelde | |
[TextServer] Restores bitmap font dynamic construction functions. | |||
2021-02-24 | Use a more specific type for Area2D/3D body signals | Aaron Franke | |
2021-02-23 | MeshDataTool::create_from_surface Fail on invalid index data | kleonc | |
2021-02-22 | Add preview Sun and Environment | reduz | |
* Adds both a preview sun and preview environment to the 3D editor. * They are valid as long as a DirectionalLight3D and WorldEnvironment are not in the scene. * If any is added to the scene, the respective preview is disabled. * Changed WorldEnvironment to better handle multiple node versions. * Added a function in SceneTree to get the first node in a group. * Fixed button minimum size to also consider font height if no text is there, this broke with the TextSever PR. | |||
2021-02-22 | Merge pull request #45994 from Jummit/expose-edit-selected | Rémi Verschelde | |
Expose edit_selected in Tree | |||
2021-02-22 | expose edit_selected in Tree | Jummit | |
2021-02-22 | Merge pull request #46243 from Calinou/improve-get-node-error-message | Rémi Verschelde | |
Improve the `get_node()` error message to be more descriptive | |||
2021-02-22 | Improve the `get_node()` error message to be more descriptive | Hugo Locurcio | |
- Mention the origin of the `get_node()` call. - Mention whether the attempted path is absolute or relative. See #46214. | |||
2021-02-21 | Merge pull request #46230 from gongpha/keep-hue-value | Rémi Verschelde | |
Keep Hue value when Saturation or Value is zero | |||
2021-02-21 | Merge pull request #46286 from kleonc/label_set_lines_skipped | Rémi Verschelde | |
Label::set_lines_skipped Fail if passed a negative value | |||
2021-02-21 | Merge pull request #46284 from kleonc/line2d_set_point_position | Rémi Verschelde | |
Line2D::set_point_position Fail if passed index is out of bounds | |||
2021-02-21 | Label::set_lines_skipped Fail if passed a negative value | kleonc | |
2021-02-21 | Line2D::set_point_position Fail if passed index is out of bounds | kleonc | |
2021-02-21 | Prevent selecting hidden nodes in 3D and Canvas Item editors | hilfazer | |
2021-02-21 | Merge pull request #38565 from nekomatata/export-default-values | Rémi Verschelde | |
Fixed export var default value in PackedScene when script is not loaded in editor | |||
2021-02-20 | Draw an outline for 2D debug collision shapes | Hugo Locurcio | |
This makes them easier to distinguish, especially when used in a TileMap. The default color's opacity has been slightly decreased to account for the new outline. | |||
2021-02-19 | Merge pull request #42427 from KoBeWi/achtung_size | Rémi Verschelde | |
Warn when setting Control size inside ready() | |||
2021-02-19 | Merge pull request #45990 from charles-l/master | Rémi Verschelde | |
improve error message when travel() is called on an AnimationNodeStateMachine when the state machine is not playing | |||
2021-02-19 | Warn when setting Control size inside ready() | Tomasz Chabora | |
2021-02-19 | Keep Hue value when Saturation or Value is zero | Kongfa Waroros | |
2021-02-19 | Update documentation for the new ProcessMode | Aaron Franke | |
2021-02-19 | Merge pull request #46196 from nmrkr/visual-shader-invalid-forced-connect | Rémi Verschelde | |
Fix crash when calling connect_nodes_forced with invalid params |