Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-17 | Merge pull request #46105 from Calinou/assetlib-retry-button-only-failure | Rémi Verschelde | |
Only display the assetlib Retry button if the download failed | |||
2021-02-17 | Merge pull request #45575 from aaronfranke/look-up | Rémi Verschelde | |
Use Vector3.UP as a default value for look_at's up vector | |||
2021-02-17 | Only display the assetlib Retry button if the download failed | Hugo Locurcio | |
2021-02-16 | Use Vector3.UP as a default value for look_at's up vector | Aaron Franke | |
2021-02-16 | Merge pull request #46095 from hpvb/dynamic-load-pulse | Rémi Verschelde | |
Dynamically load libpulse.so.0 and libasound.so.1 on Linux | |||
2021-02-16 | Dynamically load libpulse.so.0 and libasound.so.1 on Linux | Hein-Pieter van Braam-Stewart | |
By generating stubs using https://github.com/hpvb/dynload-wrapper we can dynamically load libpulse and libasound on systems where it is available. Both are still a build-time requirement but no longer a run-time dependency. For maintenance purposes the wrappers should not need to be re-generated unless we want to bump pulse or asound to an incompatible version. It is unlikely we will want to do this any time soon. This closes #20978 | |||
2021-02-16 | Merge pull request #46097 from AndyBarcia/FixCrash | Rémi Verschelde | |
Fixes crash when using VisualShader::set_mode with invalid mode | |||
2021-02-16 | Fixes crash when calling VisualShader::set_mode | andybarcia | |
2021-02-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 7d921c1d53c116b632cefc65aa73eba301e951ec) | |||
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 #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-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 #45807 from JestemStefan/signed_angles | Rémi Verschelde | |
Add signed_angle_to() and related methods to Vector3 and Vector3i | |||
2021-02-16 | Merge pull request #46089 from akien-mga/test-codeowners | Rémi Verschelde | |
CODEOWNERS: Add some more owned files and fix team names | |||
2021-02-16 | CODEOWNERS: Add some more owned files and fix team names | Rémi Verschelde | |
2021-02-16 | Merge pull request #46088 from groud/fix_line_edit | Rémi Verschelde | |
Fix minimum_character_width in LineEdit | |||
2021-02-16 | Added signed_angle_to for Vector3 | JestemStefan | |
2021-02-16 | Merge pull request #46075 from m4gr3d/expose_godot_plugin_utility_methods_master | Rémi Verschelde | |
Expose GodotPlugin's utility methods | |||
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 | Merge pull request #46083 from ellenhp/mono_ogg_fix | Rémi Verschelde | |
Fix mono->stereo conversion for oggs | |||
2021-02-16 | Merge pull request #46079 from KoBeWi/the_selection | Rémi Verschelde | |
Select TreeItem if none is selected | |||
2021-02-16 | Merge pull request #46039 from ellenhp/fix-empty-mp3-crash | Rémi Verschelde | |
Warn and return when attempting to load invalid MP3s | |||
2021-02-15 | Fix mono->stereo conversion for oggs (see #40630) | Ellen Poe | |
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 | Expose 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-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 | Merge pull request #46071 from bruvzg/fix_text_line_para_crash_with_invalid_font | Rémi Verschelde | |
Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is called null font reference. | |||
2021-02-15 | Add icons for the new GPU particle attractor and collision nodes | Hugo Locurcio | |
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 | Fail mp3 loading when attempting to load invalid mp3s | Ellen Poe | |
This also adds a warning for unspecified MP3 loading error codes | |||
2021-02-15 | Merge pull request #46048 from akien-mga/codeowners-teams | Rémi Verschelde | |
CODEOWNERS: Update with newly added teams | |||
2021-02-15 | Merge 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-15 | Merge pull request #45991 from goostengine/makerst-filter | Rémi Verschelde | |
makerst: Add an option to filter which XML classes to output | |||
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 | makerst: Add an option to filter which XML classes to output | Andrii 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-15 | Merge pull request #46028 from Beuc/patch-passby | Rémi Verschelde | |
doc: explain TouchScreenButton passby mode | |||
2021-02-15 | CODEOWNERS: Update with newly added teams | Rémi Verschelde | |
2021-02-15 | doc: explain TouchScreenButton passby mode | Sylvain Beucler | |
2021-02-15 | Merge pull request #45855 from hoontee/fix-45718 | Rémi Verschelde | |
Implement CollisionPolygon3D margin | |||
2021-02-15 | Merge pull request #46043 from bruvzg/restore_char_and_space_extra_spacing | Rémi Verschelde | |
[TextServer] Restore character and space extra spacing support. | |||
2021-02-15 | Merge pull request #46033 from bruvzg/ignore_warp_on_mode_change_4 | Ré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-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 | |