summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-09Fixes Delete Line doesn't delete first line in scriptHaoyu Qiu
Also, match multi-line delete behavior in script with single line: If there are four lines: A, B, C, D. Before the change: Delete C: Cursor lands on D Delete B and C: Cursor lands on A After the change: Delete C: Cursor lands on D Delete B and C: Cursor lands on D
2019-12-09Merge pull request #34203 from bruvzg/ime_placeholderRémi Verschelde
Hide LineEdit placeholder if IME composition string is not empty.
2019-12-09Merge pull request #34208 from allkhor/fix_scroll_item_listRémi Verschelde
Fixed strange behaviour of scroll in the ItemList.
2019-12-09Merge pull request #34202 from bruvzg/macos_resize_loopRémi Verschelde
[macOS] Send resize event without actually resizing window on backing change.
2019-12-09Merge pull request #34188 from dankan1890/quick_fixRémi Verschelde
Fix TilesetEditorContext snaps separation.
2019-12-09Fixed strange behaviour of scroll in the ItemList.allkhor
2019-12-08[macOS] Send resize event without actually resizing window on backing change.bruvzg
Co-authored-by: Haoyu Qiu <timothyqiu32@gmail.com>
2019-12-08Hide LineEdit placeholder if IME composition string is not empty.bruvzg
2019-12-08Fix TilesetEditorContext separation snap.dankan1890
Fixes #34182
2019-12-07Merge pull request #34167 from YeldhamDev/filediag_comma_spaces_stripRémi Verschelde
Add spaces after commas and strip extra ones in *FileDialog filter menu
2019-12-06Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander
2019-12-07Merge pull request #34160 from Calinou/add-makerst-git-hookRémi Verschelde
Add a pre-commit hook to check the class reference syntax
2019-12-07Merge pull request #34159 from akien-mga/doc-enums-constantsRémi Verschelde
doc: Markup fixes for enums and constants
2019-12-07Merge pull request #34086 from Calinou/doc-improve-styleboxRémi Verschelde
Improve the StyleBox class documentations
2019-12-06Add a pre-commit hook to check the class reference syntaxHugo Locurcio
This also makes documentation helper scripts executable.
2019-12-06Improve the StyleBox class documentationsHugo Locurcio
2019-12-06Merge pull request #34155 from Calinou/doc-richtexteffectRémi Verschelde
Document RichTextEffect and CharFXTransform
2019-12-06Merge pull request #34141 from YeldhamDev/filediag_parenthesis_space_removalRémi Verschelde
Remove extra spaces from parenthesis in *FileDialog's filter menu
2019-12-06doc: Markup fixes for enums and constantsRémi Verschelde
2019-12-06Document RichTextEffect and CharFXTransformHugo Locurcio
2019-12-06Merge pull request #34142 from NoFr1ends/fix-missing-null-checks-monoIgnacio Roldán Etcheverry
Fix missing null checks in Mono Binding of GD
2019-12-06Fix missing null checks in Mono Binding of GDJonas
The print methods of mono binding was missing null checks for the params
2019-12-06Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander
2019-12-06Merge pull request #34138 from akien-mga/ios-disable-armv7Rémi Verschelde
iOS: Disable armv7 as target arch by default
2019-12-06Merge pull request #34128 from akien-mga/doc-animplayer-play-stopRémi Verschelde
doc: Fix and clarify AnimationPlayer play and stop descriptions
2019-12-06iOS: Disable armv7 as target arch by defaultRémi Verschelde
We no longer compile for armv7 and x86 in the official export templates, as those architectures are no longer relevant for iOS. If users really want to support armv7 (used on devices from before September 2013, e.g. iPhone 5), they can still build their own templates and toggle the option. We might remove the option altogether in a later release to avoid the confusion for users that might tick the checkbox without having compiled their own templates. Fixes #34135.
2019-12-06Merge pull request #34132 from flyingpimonster/arvr-docsRémi Verschelde
Docs: ARVRController and ARVRInterface
2019-12-06Merge pull request #34133 from timothyqiu/guides-metaRémi Verschelde
Call clear_meta when clearing guides with the ruler
2019-12-06clear_meta when clearing guides with the rulerHaoyu Qiu
2019-12-05Docs: ARVRController and ARVRInterfaceJames Westman
This commit clarifies a few methods and members in the AR/VR docs. It also updates some wording according to the style guide and fixes a couple typos.
2019-12-05doc: Fix and clarify AnimationPlayer play and stop descriptionsRémi Verschelde
Closes #34125.
2019-12-05Merge pull request #34114 from simpuid/clear-guides-metaRémi Verschelde
changed set_meta to remove_meta in CLEAR_GUIDES menu option
2019-12-05Merge pull request #34106 from KoBeWi/convoluted_ownershipRémi Verschelde
Don't store index of root nodes
2019-12-05Merge pull request #34123 from nekomatata/joint-spatial-gizmo-errorsRémi Verschelde
Fixed errors in JointSpatialGizmoPlugin when selecting a joint with unset nodes
2019-12-05Fixed errors in JointSpatialGizmoPlugin when selecting a joint with unset nodesPouleyKetchoupp
Fixes #34122
2019-12-05Merge pull request #34018 from ↵Ignacio Roldán Etcheverry
dsge/show-template-directory-path-in-error-message Make sure to include the path in the "Data template directory not found" error message
2019-12-05Merge pull request #34113 from timothyqiu/clear-guidesRémi Verschelde
Fixes crash when clearing guides in empty scene
2019-12-05Fixes crash when clearing guides in empty sceneHaoyu Qiu
2019-12-05GLES2: Fix uninitialized members in ShaderGLES2::VersionRémi Verschelde
Fixes #34109.
2019-12-05Merge pull request #34107 from codecustard/fix-vseditor-add-node-posRémi Verschelde
Fixes wrong position when adding node in VS editor
2019-12-05Merge pull request #34103 from ↵Rémi Verschelde
akien-mga/resourceloader-remap-locale-near-matching Translation: Use proper language code for locale near matching, including in ResourceLoader
2019-12-05Merge pull request #34039 from Eoin-ONeill-Yokai/multimeshfixRémi Verschelde
Added Missing Binding for `multimesh_create` to VisualServer
2019-12-04Fixes wrong position when adding node in VS editorcodecustard
When adding a node in the visual script editor while zoomed in, the position of the newly added node would be wrong.
2019-12-05Don't store index of root nodesTomasz Chabora
2019-12-04Added method binding for `multimesh_create` that was missing from ↵Eoin O'Neill
VisualServer class.
2019-12-05changed set_meta to remove_meta in CLEAR_GUIDES menu optionsimpuid
2019-12-04Merge pull request #34101 from neikeq/bakaRémi Verschelde
Mono/C#: Several android fixes
2019-12-04Mono/C#: Several android fixesIgnacio Etcheverry
- Added correct config file for android dllmaps. - Fix __Internal DllImports with a dlopen fallback. - Add missing P/Invoke functions and internal calls expected by the monodroid BCL and our custom version of the 'Android.Runtime.AndroidEnvironment' class (this last one can be found in the godot-mono-builds repo). - Make sure to set 'btls' instead of 'legacy' as the default TLS provider on Android.
2019-12-04ResourceLoader: Add language code matching for localized resourcesRémi Verschelde
Near matching was not implemented like in TranslationServer, so a resource remapped for 'ru' (but not 'ru_RU') would not be used as fallback if the system locale was 'ru_RU'. Fixes #34058.
2019-12-04Translation: Refactor locale matching to use proper language codeRémi Verschelde
The previous code only parsed the first two characters (potentially reading out of bounds if input was invalid), but some locales use a 3-letter language code (e.g. 'nah_MX'). So I refactored the logic a bit to properly parse the locale and extract the part left of the regional code, if provided (supports both 'en_US' and 'en-US' style). I made TranslationServer::get_language_code() public as I'll use it in a follow up commit.