Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-28 | Merge pull request #36635 from RandomShaper/fix_build_error | Rémi Verschelde | |
Fix shadowed variable build error | |||
2020-02-28 | Fix shadowed variable build error | Pedro J. Estébanez | |
2020-02-28 | Merge pull request #36630 from YeldhamDev/import_dock_checking_preset | Rémi Verschelde | |
Fix import changing disabling checking on multiple files | |||
2020-02-28 | Merge pull request #36626 from giarve/stop-input-event-prop-on-popup-close | Rémi Verschelde | |
Clicking backgrd. dimming of editor popup stops input event propagation | |||
2020-02-28 | Merge pull request #36622 from Calinou/doc-upnp-duration-unit | Rémi Verschelde | |
Mention the `duration` parameter unit in `UPNP.add_port_mapping()` | |||
2020-02-28 | Merge pull request #36388 from AndreaCatania/some_renames | Rémi Verschelde | |
Rename Navigation{Mesh,Polygon}Instance and PlaneShape for clarity | |||
2020-02-28 | Renamed NavigationPolygonInstance to NavigationRegion2D | Andrea Catania | |
2020-02-28 | Merge pull request #36588 from clayjohn/VULKAN-env-filter | Rémi Verschelde | |
Basic fast filtering implementation | |||
2020-02-28 | Merge pull request #36623 from Calinou/doc-improve-regex | Rémi Verschelde | |
Improve the RegEx class documentation | |||
2020-02-27 | Basic fast filtering implementation | clayjohn | |
2020-02-28 | Merge pull request #36624 from Calinou/doc-improve-array | Rémi Verschelde | |
doc: Mention concatenation using the `+` operator in Array | |||
2020-02-28 | Merge pull request #36620 from Calinou/doc-linear2db-example | Rémi Verschelde | |
Add a practical example for `@GDScript.linear2db()` | |||
2020-02-28 | Merge pull request #36619 from Calinou/doc-improve-inverse-lerp | Rémi Verschelde | |
Improve the `@GDScript.inverse_lerp()` documentation | |||
2020-02-28 | Merge pull request #36618 from Calinou/doc-improve-fixed-physics | Rémi Verschelde | |
Improve documentation related to fixed physics processing | |||
2020-02-28 | Merge pull request #36627 from clayjohn/VULKAN-free | Rémi Verschelde | |
Properly free many Vulkan resources | |||
2020-02-28 | Fix import changing disabling checking on multiple files | Michael Alexsander | |
2020-02-28 | Merge pull request #36556 from RandomShaper/rework_mutex | Rémi Verschelde | |
Reimplement `Mutex` with C++'s `<mutex>` (plus more) | |||
2020-02-28 | Clicking backgrd. dimming of editor popup stops input event propagation | Gil Arasa Verge | |
A click on the dimmed background of a popup in the editor should stop the input event from propagating to the background. This solution reuses the system introduced in commit efc3ffb8, taking advantage of the hide() notifications from the modal where we will set the flag "pass_on_modal_close_click(false)" to stop event handling at the viewport input event handling. The viewport first hides the modal and after marks the input as handled if the flag mentioned above is set. Fixes #36341 | |||
2020-02-27 | Properly free many vulkan resources | clayjohn | |
2020-02-27 | doc: Mention concatenation using the `+` operator in Array | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2452. | |||
2020-02-27 | Improve the RegEx class documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2522. | |||
2020-02-27 | Mention the `duration` parameter unit in `UPNP.add_port_mapping()` | Hugo Locurcio | |
2020-02-27 | Add a practical example for `@GDScript.linear2db()` | Hugo Locurcio | |
One of its most common applications in games is for volume sliders. See https://www.dr-lex.be/info-stuff/volumecontrols.html for more information. | |||
2020-02-27 | Improve the `@GDScript.inverse_lerp()` documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2589. | |||
2020-02-27 | Improve documentation related to fixed physics processing | Hugo Locurcio | |
2020-02-27 | Merge pull request #36613 from akien-mga/tab-container-add-child-fix | Rémi Verschelde | |
Signals: tab_changed now is emitted when it's on scene tree | |||
2020-02-27 | Signals: tab_changed now is emitted when it's on scene tree | Mateo Dev .59 | |
2020-02-27 | Merge pull request #36186 from Calinou/remove-vulkan-debugging-prints | Rémi Verschelde | |
Remove Vulkan debugging prints | |||
2020-02-27 | Merge pull request #36232 from Calinou/add-soft-line-length-guideline | Rémi Verschelde | |
Add a soft line length guideline to the script editor | |||
2020-02-27 | Merge pull request #36288 from Calinou/meshlibrary-allow-non-tools-use | Rémi Verschelde | |
Allow using `MeshLibrary.get_item_preview()` in non-editor builds again | |||
2020-02-27 | Merge pull request #36490 from Calinou/assetlib-error-version-compatibility | Rémi Verschelde | |
Mention version compatibility when there are no results in the assetlib | |||
2020-02-27 | Merge pull request #36333 from Calinou/decrease-script-editor-split-width | Rémi Verschelde | |
Decrease the script editor's default split width to 70 | |||
2020-02-27 | Merge pull request #36546 from YeldhamDev/inspector_tooltip_no_doubles | Rémi Verschelde | |
Don't show a copy of the property's name in the inspector's tooltip if there's no description | |||
2020-02-27 | Fix build after merge of #36077 | Rémi Verschelde | |
2020-02-27 | Merge pull request #36602 from van800/jetbrains_msbuild | Rémi Verschelde | |
Allow using Rider MSBuild on Windows, when Rider is selected as external editor | |||
2020-02-27 | Merge pull request #36598 from van800/rpl | Rémi Verschelde | |
Improve searching for installed Rider editor | |||
2020-02-27 | Merge pull request #36077 from pycbouh/repeat-search-in-files | Rémi Verschelde | |
Add a button to quickly repeat last search in files | |||
2020-02-27 | Merge pull request #36581 from Calinou/doc-improve-add-child-below-node | Rémi Verschelde | |
Improve the `Node.add_child_below_node()` documentation | |||
2020-02-27 | Improve the `Node.add_child_below_node()` documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2730. | |||
2020-02-27 | Renamed PlaneShape to WorldMarginShape | Andrea Catania | |
2020-02-27 | Renamed NavigationMeshInstance to NavigationRegion | Andrea Catania | |
2020-02-27 | use Rider MSBuild on Windows, when Rider is selected as external editor | Ivan Shakhov | |
2020-02-27 | Support toolbox custom "Tools install location", by reading .settings.json | Ivan Shakhov | |
2020-02-27 | Merge pull request #36579 from dreamsComeTrue/remove-refbase-reference | Rémi Verschelde | |
Remove friend reference to non-existing class RefBase | |||
2020-02-27 | Merge pull request #36545 from nathanwfranke/syntax-highlight-int-types | Rémi Verschelde | |
Fix autocomplete and highlighting for new integer types | |||
2020-02-27 | Merge pull request #36591 from aaronfranke/key-order | Rémi Verschelde | |
Make internal editor key order consistent | |||
2020-02-27 | Merge pull request #36572 from qarmin/coverage | Rémi Verschelde | |
Added code coverage support to Godot | |||
2020-02-27 | Merge pull request #36568 from AndreaCatania/optimized_rpc_with_bytes | Rémi Verschelde | |
Optimized rpc packet size when only the `PackedByteArray` is sent. | |||
2020-02-27 | Merge pull request #36050 from eswartz/line-edit-move-cursor-on-unselect | Rémi Verschelde | |
Use left/right arrow to move cursor when unselecting in LineEdit | |||
2020-02-27 | Merge pull request #36595 from Chaosus/vs_popup_menu2 | Yuri Roubinsky | |
Place paste after copy in new popup menu in visual shader |