summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-10Merge pull request #34238 from clayjohn/GLES2-use-renderbuffer-post-processRémi Verschelde
Use renderbuffer depth for post-process buffers when appropriate
2019-12-10Merge pull request #34237 from clayjohn/GLES2-force-32bit-buffer-webglRémi Verschelde
Force 32 bit depth buffer for WebGL
2019-12-10Merge pull request #34222 from Calinou/doc-collisionshapesRémi Verschelde
Improve the Shape/Shape2D classes documentation
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
Removed unused variables, add some constants numbers
2019-12-10Improve the Shape/Shape2D classes documentationHugo Locurcio
2019-12-10Merge pull request #34234 from KoBeWi/apparentlyRémi Verschelde
Update minimum size of SpinBox on theme change
2019-12-09Use renderbuffer depth for post-process buffers when appropriateclayjohn
2019-12-09Force 32 bit depth buffer for WebGLclayjohn
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-10Update minimum size of SpinBox on theme changeTomasz Chabora
2019-12-09Merge pull request #34217 from timothyqiu/delete-linesRémi Verschelde
Fixes Delete Line doesn't delete first line in script
2019-12-09Merge pull request #34220 from Calinou/doc-kinematicbody-axis-lockRémi Verschelde
Document the KinematicBody axis lock methods
2019-12-09Document the KinematicBody axis lock methodsHugo Locurcio
2019-12-09Merge pull request #34218 from akien-mga/gles3-unbind-buffersRémi Verschelde
GLES3: Properly unbind buffers after draw commands
2019-12-09Merge pull request #34210 from madmiraal/fix-bullet-motion-testRémi Verschelde
Check that motion is not zero before doing a sweep test.
2019-12-09Merge pull request #34164 from Calinou/pckpacker-optional-argsRémi Verschelde
Make some arguments in PCKPacker methods optional
2019-12-09Merge pull request #34163 from Calinou/doc-improve-pckpackerRémi Verschelde
Improve the PCKPacker class documentation
2019-12-09Merge pull request #34144 from timothyqiu/closingRémi Verschelde
Fixes prompt closes the wrong scene on quit
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-09GLES3: Properly unbind buffers after draw commandsRémi Verschelde
Patch provided by @oeleo1. Fixes #34120.
2019-12-09Check that motion is not zero before doing a sweep test.Marcel Admiraal
Fixes #25476.
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-07Make some arguments in PCKPacker methods optionalHugo Locurcio
Those arguments aren't required for most common use cases, so making them optional should help with code readability.
2019-12-07Improve the PCKPacker class documentationHugo Locurcio
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-06Fixes prompt closes the wrong scene when exitingHaoyu Qiu
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