Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-15 | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde | |
Resize various dialogs | |||
2020-07-15 | Merge pull request #40268 from DanielZTing/master | Rémi Verschelde | |
Fix cancel/OK button order on macOS | |||
2020-07-15 | Merge pull request #40383 from ↵ | Rémi Verschelde | |
touilleMan/correct-RichTextLabel.custom_effects-property-type Correct RichTextLabel.custom_effects property type metadata | |||
2020-07-14 | Correct RichTextLabel.custom_effects property type metadata | Emmanuel Leblond | |
2020-07-14 | Properly pass safe margin on initialization. | Juan Linietsky | |
Fixes jitter. | |||
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and ↵ | Stijn Hinlopen | |
resource depency dialogs). | |||
2020-07-14 | Merge pull request #40327 from pkdawson/patch-1 | Rémi Verschelde | |
Avoid overflow when calculating visible_cells | |||
2020-07-14 | Merge pull request #38440 from Paulb23/syntax_highlighter_refactor | Rémi Verschelde | |
Syntax highlighter refactor | |||
2020-07-13 | Avoid overflow when calculating visible_cells | Patrick Dawson | |
2020-07-11 | Revert "Merge pull request #38341 from verdog/camera-bounds-fix" | Rémi Verschelde | |
This reverts commit 08bbb3f161bfb4860d7574fa77b947872d344e7e. | |||
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 | |
- Extacted all syntax highlighting code from text edit - Removed enable syntax highlighting from text edit - Added line_edited_from signal to text_edit - Renamed get/set_syntax_highlighting to get/set_syntax_highlighter - Added EditorSyntaxHighligher | |||
2020-07-11 | Expose Syntax highlighter for editor plugins | Paulb23 | |
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 | |
2020-07-11 | Merge pull request #40272 from clayjohn/VULKAN-time-slicing | Rémi Verschelde | |
Add incremental update mode to sky | |||
2020-07-11 | Add incremental update mode to sky | clayjohn | |
2020-07-10 | Add missing overrides to visual_shader_nodes.h | Marcel Admiraal | |
2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting | |
The macOS platform convention regarding button order is cancel on left, OK on right. | |||
2020-07-10 | Merge pull request #40253 from madmiraal/add-override-keywords | Rémi Verschelde | |
Add override keywords. | |||
2020-07-10 | Merge pull request #36225 from Chaosus/shader_fma | Yuri Roubinsky | |
Added 'fma' function to shader language | |||
2020-07-10 | Merge pull request #38341 from verdog/camera-bounds-fix | Rémi Verschelde | |
Fix Camera2D incorrect preview bounds | |||
2020-07-10 | Added 'fma' function to shader language | Yuri Roubinsky | |
2020-07-10 | Add override keywords. | Marcel Admiraal | |
2020-07-10 | Merge pull request #40228 from mrushyendra/multinode_selection_master | Rémi Verschelde | |
Emit signals for GraphEdit multi-node selection and unselection | |||
2020-07-10 | Merge pull request #40197 from mrushyendra/pathfollow_master | Rémi Verschelde | |
Fix repeated updates of PathFollow3D Transform | |||
2020-07-09 | Emit signals for GraphEdit multi-node selection and unselection | Maganty Rushyendra | |
Emit `node_selected` and `node_deselected` signals where appropriate when selecting or unselecting multiple GraphEdit nodes at once. | |||
2020-07-09 | Fix exclusive child focus grab, when there are more than two child windows. | bruvzg | |
2020-07-08 | Fix repeated updates of PathFollow3D Transform | Maganty Rushyendra | |
Add optional parameter to specify whether applying rotation to the PathFollow3D's Transform is necessary, preventing erroneous updates. | |||
2020-07-05 | Fix GraphEdit reconnecting to disconnected port | Yuri Roubinsky | |
2020-07-05 | Merge pull request #40112 from Chaosus/graphedit_connection_enchancement | Rémi Verschelde | |
Prevents incorrect connection attempt on port clicking in GraphEdit | |||
2020-07-04 | Merge pull request #40084 from bruvzg/macos_seamless_scaling | Rémi Verschelde | |
[macOS] Implement seamless display scaling. | |||
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg | |
2020-07-04 | Prevents incorrect connection attempt on port clicking in GraphEdit | Yuri Roubinsky | |
Prevents incorrect connection attempt on port clicking in GraphEdit | |||
2020-07-03 | Change how default fonts are created, fixes #39235 | Juan Linietsky | |
Also fixes file dialog icons. | |||
2020-07-04 | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde | |
Remove String::find_last (same as rfind) | |||
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen | |
2020-07-03 | Provide warning when using polygon shapes in `CollisionShape2D` node | Andrii Doroshenko (Xrayez) | |
`ConvexPolygonShape2D` and `ConcavePolygonShape2D` are only meant to be used directly in code and not in the editor for physics-based use cases specifically. Developers are advised to use `CollisionPolygon2D` instead, which does generate those shapes under the hood, handling polygon convexivity, proper orientation etc. | |||
2020-07-03 | Merge pull request #37218 from lrgilbert/graphnode-port-separation | Rémi Verschelde | |
Fixed GraphNode port separation. | |||
2020-07-03 | Merge pull request #40081 from nekomatata/richtextlabel-fill-regression | Rémi Verschelde | |
Fix RichTextLabel fill alignment regression | |||
2020-07-03 | Merge pull request #32907 from georgikoemdzhiev/FixPressedIssue | Rémi Verschelde | |
Uncheck 'Pressed' if toggle_mode is unchecked | |||
2020-07-03 | Fixed separation of ports on GraphNode | lrgilbert | |
Fixes #32474. | |||
2020-07-03 | Fix RichTextLabel fill alignment regression | PouleyKetchoupp | |
Fixes #40068 (regression from #39164) by not applying the line offset change in the case of fill alignment mode. | |||
2020-07-03 | Merge pull request #39968 from lordkettune/custom-tracks-fix | Rémi Verschelde | |
Fix custom tracks causing issues on reimport | |||
2020-07-03 | Merge pull request #40063 from RandomShaper/clean_blend_times | Rémi Verschelde | |
Ignore (clean) blend times for non-existent animations | |||
2020-07-03 | Merge pull request #40071 from reduz/fix-content-scale | Rémi Verschelde | |
Fix content scale mode, closes #37941 | |||
2020-07-02 | Fix issues with custom tracks on reimport | lordkettune | |
2020-07-02 | Fix content scale mode, closes #37941 | Juan Linietsky | |
2020-07-02 | Uncheck 'Pressed' if toggle_mode is unchecked | georgikoemdzhiev | |
2020-07-02 | Ignore blend times for inexistent animations | Pedro J. Estébanez | |
2020-07-02 | Ensure cursor shape changes when exiting window, fixes #37724 | Juan Linietsky | |
2020-07-02 | Merge pull request #37350 from aaronfranke/force-impulse | Rémi Verschelde | |
Refactor physics force and impulse code to use (force, position) order |