summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-16Merge pull request #46097 from AndyBarcia/FixCrashRémi Verschelde
Fixes crash when using VisualShader::set_mode with invalid mode
2021-02-16Fixes crash when calling VisualShader::set_modeandybarcia
2021-02-16i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 7d921c1d53c116b632cefc65aa73eba301e951ec)
2021-02-16Merge pull request #46082 from YeldhamDev/styleboxline_margin_fixRémi Verschelde
Fix StyleBoxLine's incorrect style margin values
2021-02-16Merge pull request #46081 from YeldhamDev/popupmenu_fixesRémi Verschelde
Fix various small issues with PopupMenu
2021-02-16Merge pull request #46072 from ↵Rémi Verschelde
Calinou/add-gpu-particle-attractor-collision-icons Add icons for the new GPU particle attractor and collision nodes
2021-02-16Merge pull request #46040 from ellenhp/fix_seek_playback_posRémi Verschelde
Return setseek position if one exists in get_playback_position.
2021-02-16Merge pull request #45807 from JestemStefan/signed_anglesRémi Verschelde
Add signed_angle_to() and related methods to Vector3 and Vector3i
2021-02-16Merge pull request #46089 from akien-mga/test-codeownersRémi Verschelde
CODEOWNERS: Add some more owned files and fix team names
2021-02-16CODEOWNERS: Add some more owned files and fix team namesRémi Verschelde
2021-02-16Merge pull request #46088 from groud/fix_line_editRémi Verschelde
Fix minimum_character_width in LineEdit
2021-02-16Added signed_angle_to for Vector3JestemStefan
2021-02-16Merge pull request #46075 from m4gr3d/expose_godot_plugin_utility_methods_masterRémi Verschelde
Expose GodotPlugin's utility methods
2021-02-16Merge pull request #45899 from nekomatata/richtextlabel-get-selectionRémi Verschelde
Expose RichTextLabel selection to script
2021-02-16Fix minimum_character_width in LineEditGilles Roudière
2021-02-16Merge pull request #46083 from ellenhp/mono_ogg_fixRémi Verschelde
Fix mono->stereo conversion for oggs
2021-02-16Merge pull request #46079 from KoBeWi/the_selectionRémi Verschelde
Select TreeItem if none is selected
2021-02-16Merge pull request #46039 from ellenhp/fix-empty-mp3-crashRémi Verschelde
Warn and return when attempting to load invalid MP3s
2021-02-15Fix mono->stereo conversion for oggs (see #40630)Ellen Poe
2021-02-16Fix StyleBoxLine's incorrect style margin valuesMichael Alexsander
2021-02-16Fix various small issues with PopupMenuMichael Alexsander
2021-02-16Select TreeItem if none is selectedkobewi
2021-02-15Expose RichTextLabel selection to scriptPouleyKetchoupp
Expose existing get_selection_text and add methods to get the current selection index from and index to.
2021-02-15Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio
This enables creation and use of a plugin like class by composition rather than inheritance.
2021-02-15Merge pull request #46069 from bruvzg/fix_font_crash_empty_dataRémi Verschelde
Fix font `draw_*string` crash with empty data.
2021-02-15Merge pull request #46071 from bruvzg/fix_text_line_para_crash_with_invalid_fontRémi Verschelde
Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is called null font reference.
2021-02-15Add icons for the new GPU particle attractor and collision nodesHugo Locurcio
2021-02-15Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is ↵bruvzg
called null font reference.
2021-02-15Fix font `draw_*string` crash with empty data.bruvzg
2021-02-15Fail mp3 loading when attempting to load invalid mp3sEllen Poe
This also adds a warning for unspecified MP3 loading error codes
2021-02-15Merge pull request #46048 from akien-mga/codeowners-teamsRémi Verschelde
CODEOWNERS: Update with newly added teams
2021-02-15Merge pull request #44355 from ↵Rémi Verschelde
EricEzaM/PR/fix-action-false-positives-and-allow-checking-exact-matches Allow checking for exact matches with Action events.
2021-02-15Merge pull request #45991 from goostengine/makerst-filterRémi Verschelde
makerst: Add an option to filter which XML classes to output
2021-02-15Merge pull request #45704 from EricEzaM/PR/popup-menu-beautificationRémi Verschelde
Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead
2021-02-15makerst: Add an option to filter which XML classes to outputAndrii Doroshenko (Xrayez)
Usage: ``` # Output `VisualScript` classes only (found in `modules/visual_script`) python doc/tools/makerst.py "doc/classes" "modules" --filter "visual_script" # Output CSG classes only (found in `modules/csg`) python doc/tools/makerst.py "doc/classes" "modules" --filter "csg" ```
2021-02-15Merge pull request #46028 from Beuc/patch-passbyRémi Verschelde
doc: explain TouchScreenButton passby mode
2021-02-15CODEOWNERS: Update with newly added teamsRémi Verschelde
2021-02-15doc: explain TouchScreenButton passby modeSylvain Beucler
2021-02-15Merge pull request #45855 from hoontee/fix-45718Rémi Verschelde
Implement CollisionPolygon3D margin
2021-02-15Merge pull request #46043 from bruvzg/restore_char_and_space_extra_spacingRémi Verschelde
[TextServer] Restore character and space extra spacing support.
2021-02-15Merge pull request #46033 from bruvzg/ignore_warp_on_mode_change_4Rémi Verschelde
[macOS] Ignore mouse move event caused by mouse mode switch.
2021-02-15[TextServer] Restore character and space extra spacing support.bruvzg
2021-02-15Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead.Eric M
2021-02-14Return setseek position if one exists in get_playback_position.Ellen Poe
2021-02-15[macOS] Ignore mouse move event caused by mouse mode switch.bruvzg
2021-02-14Merge pull request #46031 from RandomShaper/fix_update_treeRémi Verschelde
Fix SceneTreeEditor::_update_tree() binding
2021-02-14Fix SceneTreeEditor::_update_tree() bindingPedro J. Estébanez
2021-02-14Merge pull request #44071 from dalexeev/editor-about-logoRémi Verschelde
Change logo in the About dialog box (return Godot's teeth)
2021-02-14Merge pull request #46021 from kleonc/visualshader_index_checkRémi Verschelde
VisualShader::_input_type_changed Fix index out of bounds crash.
2021-02-14Merge pull request #42784 from mujpao/search-results-font-size-4.0Rémi Verschelde
Make search results font follow code editor font