Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | Fixed ScriptEditorDebugger minimum size | PouleyKetchoupp | |
Changed to MarginContainer to enforce debugger tabs minimum size on the parent, avoids overlapping controls with Profiler and Network Profiler tabs. Fixes #20837 | |||
2019-11-17 | Fix animation key snapping at high zooms | Tomasz Chabora | |
2019-11-14 | Merge pull request #33607 from Calinou/orbit-modifier-always-alt | Rémi Verschelde | |
Always allow Alt as an orbit modifier in the 3D editor | |||
2019-11-14 | Always allow Alt as an orbit modifier in the 3D editor | Hugo Locurcio | |
This makes it easier to navigate in 3D when using a graphics tablet. This fallback modifier will only be available if no other modifier is using Alt. This partially addresses https://github.com/godotengine/godot-proposals/issues/196. | |||
2019-11-14 | Add a tooltip to explain what marking a preset as "runnable" does | Hugo Locurcio | |
2019-11-14 | Merge pull request #33617 from Chaosus/fix_theme_element2 | Rémi Verschelde | |
Fix incorrect error/matches label color when switching from light to dark theme | |||
2019-11-14 | EditorNode: Improve tooltip for pause button | Rémi Verschelde | |
Closes #14742. | |||
2019-11-14 | Fix incorrect error label color when switching from light to dark theme | Yuri Roubinsky | |
2019-11-14 | Merge pull request #33614 from Chaosus/fix_theme_element | Rémi Verschelde | |
Fix "matches" label color in light theme | |||
2019-11-14 | Fix "matches" label color in light theme | Yuri Roubinsky | |
2019-11-13 | Disable ok button if no key is selected when adding event to an action | Gilles Roudière | |
2019-11-13 | Merge pull request #33596 from KoBeWi/sell_tile | Rémi Verschelde | |
Make sure tile is selected when selecting TileMap | |||
2019-11-13 | Make sure tile is selected when selecting TileMap | Tomasz Chabora | |
2019-11-13 | Merge pull request #33589 from JFonS/fix_scaled_gizmos | Rémi Verschelde | |
Fix broken gizmo interaction when Node is scaled | |||
2019-11-13 | Fix broken gizmo interaction when Node is scaled | JFonS | |
2019-11-12 | Properly handle zoom when opening tileset editor | Tomasz Chabora | |
2019-11-12 | Prevent crash when scene has path, but no file | Tomasz Chabora | |
2019-11-11 | Merge pull request #33544 from YeldhamDev/camera_override_tooltip_adustment | Rémi Verschelde | |
Minor adjustment in the "Game Camera Override" button's tooltip. | |||
2019-11-11 | Hide "Set As Main Scene" in FileSystem dock if the scene is already the main one | Michael Alexsander | |
2019-11-11 | Minor adjustment in the "Game Camera Override" button's tooltip. | Michael Alexsander | |
2019-11-11 | Merge pull request #33517 from madmiraal/fix-_MSG-macros | Rémi Verschelde | |
Send *_MSG macros' explanations directly to the _err_print_error(). | |||
2019-11-11 | Display icon for "Set As Main Scene" in filesystem popup | Andrii Doroshenko (Xrayez) | |
2019-11-11 | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal | |
2019-11-11 | Merge pull request #33529 from code-xD/master | Rémi Verschelde | |
fixes #33439. The feature now changes according to the feature profile. | |||
2019-11-11 | Merge pull request #33499 from nekomatata/animation-filter-function | Rémi Verschelde | |
Fixed function/audio/anim tracks in blend tree animation filter | |||
2019-11-11 | fixes #33439. The feature now changes according to the feature profile. | Shivansh Anand | |
2019-11-10 | Merge pull request #33516 from qarmin/small_fixes | Rémi Verschelde | |
Memory leaks and crash fixes | |||
2019-11-10 | Merge pull request #33513 from nekomatata/multi-selection-focus | Rémi Verschelde | |
Keep focus on the top-most node for multi-selection in scene tree | |||
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut | |
2019-11-10 | Keep focus on the top-most node for multi-selection in scene tree | PouleyKetchoupp | |
Makes behavior consistent with selecting/deselecting single nodes and fixes a regression about the focused node being lost when multi-selecting. Fixes #33332 | |||
2019-11-10 | Multi-selection restored properly after switching scenes | PouleyKetchoupp | |
Fixes #33511 | |||
2019-11-09 | Fixed function/audio/anim tracks in blend tree animation filter | PouleyKetchoupp | |
2019-11-09 | Fixed errors when saving scene with a shrunk viewport | PouleyKetchoupp | |
Handle viewport size larger than preview size but very close, when the ratio was 1 the size ended up being 0. Fixes #33497 | |||
2019-11-09 | Fixed Camera preview when creating new scenes | PouleyKetchoupp | |
Fixes #33490 | |||
2019-11-08 | Fix some small text mistakes | Tomasz Chabora | |
2019-11-08 | Fixed initial title in audio buses editor | Danil Alexeev | |
Previously, 'default_bus_layout.tres' was always displayed at startup, even if 'audio/default_bus_layout' was changed in Project Settings. | |||
2019-11-08 | Merge pull request #27742 from rxlecky/camera-replication | Rémi Verschelde | |
Game camera override | |||
2019-11-07 | Merge pull request #33343 from KoBeWi/scene_tree_dusting | Rémi Verschelde | |
Another scene tree dock menu cleanup | |||
2019-11-07 | Merge pull request #33183 from silvanocerza/filesystem-tree-expand | Rémi Verschelde | |
Folders in FileSystem are not expanded on project save anymore | |||
2019-11-07 | Merge pull request #32997 from Calinou/editor-color-picker-add-tooltip | Rémi Verschelde | |
Add a tooltip to Color properties in the editor inspector | |||
2019-11-07 | Merge pull request #32527 from OsamaElHariri/fix_locale_filter | Rémi Verschelde | |
Fix locale filter in project settings editor | |||
2019-11-06 | Merge pull request #33362 from qarmin/regression_control | Rémi Verschelde | |
Fix dragging spinner without control key | |||
2019-11-06 | Merge pull request #33387 from nekomatata/faster-create-dialog-filter | Rémi Verschelde | |
Node create dialog filtering optimization | |||
2019-11-06 | Make text in the "About" dialog reset its position when changed | Michael Alexsander | |
2019-11-06 | Node create dialog filtering optimization | PouleyKetchoupp | |
Avoid loading the same scripts again and parse them when updating the node type tree. | |||
2019-11-05 | Merge pull request #33361 from codecustard/master | Rémi Verschelde | |
Fixes improper undo state for pivot setting | |||
2019-11-05 | Fix dragging spinner without control | Rafał Mikrut | |
2019-11-05 | Fixes improper undo state for pivot setting | codecustard | |
After setting the pivot of a node, if you undo.... it will not revert the pivot to the previous state. | |||
2019-11-04 | Folders in FileSystem are not expanded on project save anymore | Silvano Cerza | |
If an item was selected in the FileSystem dock and its parent was collapsed the folder would be expanded when saving the project. | |||
2019-11-04 | Merge pull request #33335 from Calinou/input-map-editor-fix-key-names | Rémi Verschelde | |
Fix key names being wrongly capitalized in the input map editor |