Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M | |
This removes hardcoded actions from things like LineEdit and TextEdit. Previously, things like copy, paste, etc were all hardcoded to Ctrl+C, Ctrl+V, etc. They could not be changed. This allows the possibility of them being changed, by making them use the action map. This has the added benefit of greatly simplifying the input handling logic in those controls. The logic which was previously in a huge and hard to follow switch statement has been extracted to individual methods. | |||
2021-02-18 | Reorganize Project Settings | reduz | |
-Advanced Settings toggle also hides advanced properties when disabled -Simplified Advanced Bar (errors were just plain redundant) -Reorganized rendering quality settings. -Reorganized miscelaneous settings for clean up. | |||
2021-02-18 | Merge pull request #46170 from ↵ | Rémi Verschelde | |
gongpha/jr-_-avoid-get_tree-when-flying-colorpicker-master Avoid signal methods in ColorPicker to access the tree when it isn't in the tree | |||
2021-02-18 | Avoid signal methods in ColorPicker to access the tree when it isn't in the tree | Kongfa Waroros | |
2021-02-18 | add null check in MeshInstance::_mesh_changed() | Angad Kambli | |
2021-02-18 | Merge pull request #46151 from ellenhp/fix_spatial_player_play | Rémi Verschelde | |
Fix a pop on play() in AudioStreamPlayer2D and 3D | |||
2021-02-17 | Fix pops in play() of both spatial audio players | Ellen Poe | |
2021-02-17 | Merge pull request #46124 from angad-k/cpu-particles-3d-fix | Rémi Verschelde | |
CPUParticles3D crash fix | |||
2021-02-17 | add null check in _update_particle_data_buffer() | Angad Kambli | |
add check to see if p_order is in range for CPUParticles3D::set_draw_order' | |||
2021-02-17 | Add animation_finished signal and fix frame_changed signal for AnimatedSprite3D | Jitesh | |
Fixes #40301. Fixes #45947. | |||
2021-02-16 | Use Vector3.UP as a default value for look_at's up vector | Aaron Franke | |
2021-02-16 | Fixes crash when calling VisualShader::set_mode | andybarcia | |
2021-02-16 | Merge pull request #46082 from YeldhamDev/styleboxline_margin_fix | Rémi Verschelde | |
Fix StyleBoxLine's incorrect style margin values | |||
2021-02-16 | Merge pull request #46081 from YeldhamDev/popupmenu_fixes | Rémi Verschelde | |
Fix various small issues with PopupMenu | |||
2021-02-16 | Merge pull request #46040 from ellenhp/fix_seek_playback_pos | Rémi Verschelde | |
Return setseek position if one exists in get_playback_position. | |||
2021-02-16 | Merge pull request #46088 from groud/fix_line_edit | Rémi Verschelde | |
Fix minimum_character_width in LineEdit | |||
2021-02-16 | Merge pull request #45899 from nekomatata/richtextlabel-get-selection | Rémi Verschelde | |
Expose RichTextLabel selection to script | |||
2021-02-16 | Fix minimum_character_width in LineEdit | Gilles Roudière | |
2021-02-16 | Fix StyleBoxLine's incorrect style margin values | Michael Alexsander | |
2021-02-16 | Fix various small issues with PopupMenu | Michael Alexsander | |
2021-02-16 | Select TreeItem if none is selected | kobewi | |
2021-02-15 | Expose RichTextLabel selection to script | PouleyKetchoupp | |
Expose existing get_selection_text and add methods to get the current selection index from and index to. | |||
2021-02-15 | Merge pull request #46069 from bruvzg/fix_font_crash_empty_data | Rémi Verschelde | |
Fix font `draw_*string` crash with empty data. | |||
2021-02-15 | Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is ↵ | bruvzg | |
called null font reference. | |||
2021-02-15 | Fix font `draw_*string` crash with empty data. | bruvzg | |
2021-02-15 | Merge pull request #45704 from EricEzaM/PR/popup-menu-beautification | Rémi Verschelde | |
Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead | |||
2021-02-15 | Merge pull request #45855 from hoontee/fix-45718 | Rémi Verschelde | |
Implement CollisionPolygon3D margin | |||
2021-02-15 | [TextServer] Restore character and space extra spacing support. | bruvzg | |
2021-02-15 | Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead. | Eric M | |
2021-02-14 | Return setseek position if one exists in get_playback_position. | Ellen Poe | |
2021-02-14 | Merge pull request #46021 from kleonc/visualshader_index_check | Rémi Verschelde | |
VisualShader::_input_type_changed Fix index out of bounds crash. | |||
2021-02-14 | RichTextLabel::add_image Fail if passed image has no area | kleonc | |
2021-02-14 | VisualShader::_input_type_changed Fix index out of bounds crash. | kleonc | |
2021-02-14 | Merge pull request #44747 from bruvzg/missing_outlines | Rémi Verschelde | |
[CTL] Add missing theme properties for outlines, fix underline scaling, and RTL cell padding. | |||
2021-02-14 | [CTL] Fix RichTextLabel cell horizontal padding. | bruvzg | |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | |
2021-02-14 | Merge pull request #45942 from YeldhamDev/label_height_empty | Rémi Verschelde | |
Keep Label's min height when empty | |||
2021-02-14 | Fix uninitialized `BaseMaterial3D::features` variable. | bruvzg | |
2021-02-13 | Merge pull request #45858 from nekomatata/text-edit-style-content-margins | Rémi Verschelde | |
TextEdit respects content margin from StyleBox | |||
2021-02-13 | Merge pull request #45881 from nekomatata/textedit-wrap-autoscroll | Rémi Verschelde | |
Fix TextEdit autoscroll with wrapped lines | |||
2021-02-12 | Keep Label's min height when empty | Michael Alexsander | |
2021-02-12 | Merge pull request #34892 from KoBeWi/copy-pasta_v7 | Rémi Verschelde | |
Yet another node copy-paste PR | |||
2021-02-12 | Duplicate resources pasted to other scenes | kobewi | |
2021-02-12 | Fix TextEdit autoscroll with wrapped lines | PouleyKetchoupp | |
Index to find the last line wrap index was off by one, which prevented the first wrapped line to trigger autoscroll. | |||
2021-02-12 | TextEdit respects content margin from StyleBox | PouleyKetchoupp | |
Now TextEdit adjusts x & y offset according to the corresponding StyleBox when in normal or read-only mode. In order to handle bottom content margin, wrapped lines that are entirely outside the stylebox content area are not drawn. | |||
2021-02-12 | Fix LineEdit minimum width | reduz | |
-Changed theme setting name to make more sense of what it does -Reduced amount of minimum characters, so minimum size is smaller. | |||
2021-02-12 | Use get_char_size(' ') to calculate space width. | bruvzg | |
2021-02-12 | Merge pull request #45903 from reduz/improve-resoucre-load-cache | Rémi Verschelde | |
Improve resource load cache | |||
2021-02-12 | Merge pull request #45859 from Kayomn/master | Rémi Verschelde | |
Accomodate blend shape ranges of -1 to +1 for Vulkan | |||
2021-02-11 | Improve resource load cache | reduz | |
-Added a new method in Resource: reset_state , used for reloading the same resource from disk -Added a new cache mode "replace" in ResourceLoader, which reuses existing loaded sub-resources but resets their data from disk (or replaces them if they chaged type) -Because the correct sub-resource paths are always loaded now, this fixes bugs with subresource folding or subresource ordering when saving. |