Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-09 | Merge pull request #34218 from akien-mga/gles3-unbind-buffers | Rémi Verschelde | |
GLES3: Properly unbind buffers after draw commands | |||
2019-12-09 | Merge pull request #34210 from madmiraal/fix-bullet-motion-test | Rémi Verschelde | |
Check that motion is not zero before doing a sweep test. | |||
2019-12-09 | Merge pull request #34164 from Calinou/pckpacker-optional-args | Rémi Verschelde | |
Make some arguments in PCKPacker methods optional | |||
2019-12-09 | Merge pull request #34163 from Calinou/doc-improve-pckpacker | Rémi Verschelde | |
Improve the PCKPacker class documentation | |||
2019-12-09 | Merge pull request #34144 from timothyqiu/closing | Rémi Verschelde | |
Fixes prompt closes the wrong scene on quit | |||
2019-12-09 | GLES3: Properly unbind buffers after draw commands | Rémi Verschelde | |
Patch provided by @oeleo1. Fixes #34120. | |||
2019-12-09 | Check that motion is not zero before doing a sweep test. | Marcel Admiraal | |
Fixes #25476. | |||
2019-12-09 | Merge pull request #34203 from bruvzg/ime_placeholder | Rémi Verschelde | |
Hide LineEdit placeholder if IME composition string is not empty. | |||
2019-12-09 | Merge pull request #34208 from allkhor/fix_scroll_item_list | Rémi Verschelde | |
Fixed strange behaviour of scroll in the ItemList. | |||
2019-12-09 | Merge pull request #34202 from bruvzg/macos_resize_loop | Rémi Verschelde | |
[macOS] Send resize event without actually resizing window on backing change. | |||
2019-12-09 | Merge pull request #34188 from dankan1890/quick_fix | Rémi Verschelde | |
Fix TilesetEditorContext snaps separation. | |||
2019-12-09 | Fixed 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-08 | Hide LineEdit placeholder if IME composition string is not empty. | bruvzg | |
2019-12-08 | Fix TilesetEditorContext separation snap. | dankan1890 | |
Fixes #34182 | |||
2019-12-07 | Merge pull request #34167 from YeldhamDev/filediag_comma_spaces_strip | Rémi Verschelde | |
Add spaces after commas and strip extra ones in *FileDialog filter menu | |||
2019-12-06 | Add spaces after commas and strip extra ones in *FileDialog filter menu | Michael Alexsander | |
2019-12-07 | Make some arguments in PCKPacker methods optional | Hugo Locurcio | |
Those arguments aren't required for most common use cases, so making them optional should help with code readability. | |||
2019-12-07 | Improve the PCKPacker class documentation | Hugo Locurcio | |
2019-12-07 | Merge pull request #34160 from Calinou/add-makerst-git-hook | Rémi Verschelde | |
Add a pre-commit hook to check the class reference syntax | |||
2019-12-07 | Merge pull request #34159 from akien-mga/doc-enums-constants | Rémi Verschelde | |
doc: Markup fixes for enums and constants | |||
2019-12-07 | Merge pull request #34086 from Calinou/doc-improve-stylebox | Rémi Verschelde | |
Improve the StyleBox class documentations | |||
2019-12-06 | Add a pre-commit hook to check the class reference syntax | Hugo Locurcio | |
This also makes documentation helper scripts executable. | |||
2019-12-06 | Improve the StyleBox class documentations | Hugo Locurcio | |
2019-12-06 | Merge pull request #34155 from Calinou/doc-richtexteffect | Rémi Verschelde | |
Document RichTextEffect and CharFXTransform | |||
2019-12-06 | Merge pull request #34141 from YeldhamDev/filediag_parenthesis_space_removal | Rémi Verschelde | |
Remove extra spaces from parenthesis in *FileDialog's filter menu | |||
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde | |
2019-12-06 | Document RichTextEffect and CharFXTransform | Hugo Locurcio | |
2019-12-06 | Merge pull request #34142 from NoFr1ends/fix-missing-null-checks-mono | Ignacio Roldán Etcheverry | |
Fix missing null checks in Mono Binding of GD | |||
2019-12-06 | Fixes prompt closes the wrong scene when exiting | Haoyu Qiu | |
2019-12-06 | Fix missing null checks in Mono Binding of GD | Jonas | |
The print methods of mono binding was missing null checks for the params | |||
2019-12-06 | Remove extra spaces from parenthesis in *FileDialog's filter menu | Michael Alexsander | |
2019-12-06 | Merge pull request #34138 from akien-mga/ios-disable-armv7 | Rémi Verschelde | |
iOS: Disable armv7 as target arch by default | |||
2019-12-06 | Merge pull request #34128 from akien-mga/doc-animplayer-play-stop | Rémi Verschelde | |
doc: Fix and clarify AnimationPlayer play and stop descriptions | |||
2019-12-06 | iOS: Disable armv7 as target arch by default | Ré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-06 | Merge pull request #34132 from flyingpimonster/arvr-docs | Rémi Verschelde | |
Docs: ARVRController and ARVRInterface | |||
2019-12-06 | Merge pull request #34133 from timothyqiu/guides-meta | Rémi Verschelde | |
Call clear_meta when clearing guides with the ruler | |||
2019-12-06 | clear_meta when clearing guides with the ruler | Haoyu Qiu | |
2019-12-05 | Docs: ARVRController and ARVRInterface | James 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-05 | doc: Fix and clarify AnimationPlayer play and stop descriptions | Rémi Verschelde | |
Closes #34125. | |||
2019-12-05 | Merge pull request #34114 from simpuid/clear-guides-meta | Rémi Verschelde | |
changed set_meta to remove_meta in CLEAR_GUIDES menu option | |||
2019-12-05 | Merge pull request #34106 from KoBeWi/convoluted_ownership | Rémi Verschelde | |
Don't store index of root nodes | |||
2019-12-05 | Merge pull request #34123 from nekomatata/joint-spatial-gizmo-errors | Rémi Verschelde | |
Fixed errors in JointSpatialGizmoPlugin when selecting a joint with unset nodes | |||
2019-12-05 | Fixed errors in JointSpatialGizmoPlugin when selecting a joint with unset nodes | PouleyKetchoupp | |
Fixes #34122 | |||
2019-12-05 | Merge 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-05 | Merge pull request #34113 from timothyqiu/clear-guides | Rémi Verschelde | |
Fixes crash when clearing guides in empty scene | |||
2019-12-05 | Fixes crash when clearing guides in empty scene | Haoyu Qiu | |
2019-12-05 | GLES2: Fix uninitialized members in ShaderGLES2::Version | Rémi Verschelde | |
Fixes #34109. | |||
2019-12-05 | Merge pull request #34107 from codecustard/fix-vseditor-add-node-pos | Rémi Verschelde | |
Fixes wrong position when adding node in VS editor | |||
2019-12-05 | Merge 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 |