Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | change step size of animation length EditSpinSlider to match minimum ↵ | gururise | |
animation length | |||
2019-11-22 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-11-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-11-22 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-11-21 | Merge pull request #33794 from nekomatata/gltf-morph-shapes-crash2 | Rémi Verschelde | |
Error instead of crash in gltf import with more than one morph target | |||
2019-11-21 | Merge pull request #33793 from fire/33756 | Rémi Verschelde | |
33756 gltf2 importer should use zfar | |||
2019-11-21 | Error instead of crash in gltf import with more than one morph target | PouleyKetchoupp | |
Redone from PR #33782 to fix the crash without adding compatibility with Blender 2.8 Helps with #16124, while Blender 2.81 has the proper export fix. | |||
2019-11-21 | 33756 gltf2 importer should use zfar | K. S. Ernest (iFire) Lee | |
2019-11-21 | Unfold directories when showing in file system | Tomasz Chabora | |
2019-11-20 | Merge pull request #33583 from qarmin/fix_overflows_unitialized | Rémi Verschelde | |
Fix some overflows and unitialized variables | |||
2019-11-20 | Merge pull request #33734 from merumelu/editor-vcs-init | Rémi Verschelde | |
Editor: fix typo in VCS plugin method names | |||
2019-11-20 | 33714 If the gltf2 asset has no scene, it is corrupt. | K. S. Ernest (iFire) Lee | |
2019-11-20 | Fix some overflows and unitialized variables | Rafał Mikrut | |
2019-11-19 | Cancel drag when selection changes | Tomasz Chabora | |
2019-11-19 | Editor: fix typo in VCS plugin method names | merumelu | |
2019-11-19 | Merge pull request #33673 from YeldhamDev/script_templates_lines_style | Rémi Verschelde | |
Make the script templates' blank lines conform with the official style guide | |||
2019-11-19 | Merge pull request #33700 from nekomatata/sprite-add-label-overlap | Rémi Verschelde | |
Fixed "Add Sprite..." label overlapping with zoom controls | |||
2019-11-18 | Consider locked moving objects when updating viewport | Tomasz Chabora | |
2019-11-18 | Fixed "Add Sprite..." label overlapping with zoom controls | PouleyKetchoupp | |
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-17 | Make the script templates' blank lines conform with the official style guide | Michael Alexsander | |
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 |