Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | |
Fix non-latin layout scancodes on Linux, adds access to physical scancodes. | |||
2020-03-01 | Merge pull request #36621 from ↵ | Rémi Verschelde | |
WizardOhio24/fix-wrong-selection-on-line-clone-down Fix wrong selection on cloning a line down in the editor | |||
2020-03-01 | Merge pull request #36404 from rxlecky/fix-variant-conversion | Rémi Verschelde | |
Fix Variant to Vector<Variant> conversion operator | |||
2020-03-01 | Merge pull request #36696 from Chaosus/fix_echo | Rémi Verschelde | |
Fix InputEventKey::echo property type from INT to BOOL | |||
2020-03-01 | Merge pull request #36698 from clayjohn/VULKAN-free-ref-probes | Rémi Verschelde | |
Properly free reflection probe atlas | |||
2020-03-01 | Merge pull request #36695 from clayjohn/ETC-mipmaps-4 | Rémi Verschelde | |
Force mipmaps off when importing RGBA4444 textures | |||
2020-02-29 | Properly free reflection probe atlas | clayjohn | |
2020-03-01 | Fix InputEventKey::echo type from INT to BOOL | Yuri Roubinsky | |
2020-02-29 | Force mipmaps off when importing RGBA4444 textures | clayjohn | |
2020-02-29 | Merge pull request #36684 from giarve/fix-double-click-change-folder-file-dialog | Rémi Verschelde | |
Double click on a folder didn't open it | |||
2020-02-29 | Merge pull request #36679 from clayjohn/VULKAN-mem-leak | Rémi Verschelde | |
Remove minimum size for shadow atlas | |||
2020-02-29 | doc: Fix wrong reference after last update | Rémi Verschelde | |
2020-02-29 | Double click on a folder didn't open it | Gil Arasa Verge | |
There is a deferred call to _update_file_list inside _tree_item_activated but it was not bound. | |||
2020-02-29 | Remove minimum size for shadow atlas | clayjohn | |
2020-02-29 | Fix wrong selection on cloning a line down in the editor | Richard Menzies | |
2020-02-29 | doc: Sync classref with current source | Rémi Verschelde | |
2020-02-29 | Merge pull request #36667 from simpuid/paste-params-undo-feature | Rémi Verschelde | |
Implement undo-redo feature for Parameter Paste in the Inspector | |||
2020-02-29 | Merge pull request #36673 from timothyqiu/crash-fix | Rémi Verschelde | |
Fixes a crash on startup | |||
2020-02-29 | Implement undo-redo feature for Parameter Paste in the Inspector | simpuid | |
EditorData::undo_redo.add_do_property and EditorData::undo_redo.add_undo_property is used in EditorData::paste_object_params to implement this feature. It's action name is set to "Paste Params" Changes made * Removed the call for clearing the history on paste params case. * Instead of directly setting the properties value, EditorData::undo_redo is used. | |||
2020-02-29 | Merge pull request #36406 from nathanwfranke/revert-fix-signal-errors | Rémi Verschelde | |
Partial revert "Fix two signal errors" | |||
2020-02-29 | Merge pull request #36422 from madmiraal/fix-csg | Rémi Verschelde | |
Fix multiple issues with CSG module. | |||
2020-02-29 | Adds null check of pMessageIdName | Haoyu Qiu | |
2020-02-29 | Merge pull request #36668 from Chaosus/shader_fix_range | Yuri Roubinsky | |
Fix shader's step hint range for integers | |||
2020-02-29 | Fix shader's step hint range for integers | Yuri Roubinsky | |
2020-02-28 | Merge pull request #36648 from clayjohn/VULKAN-env-filter | Rémi Verschelde | |
Reduce descriptor sets in cubemap filter | |||
2020-02-28 | Merge pull request #36653 from YeldhamDev/icons_for_the_icon_god | Rémi Verschelde | |
Add more missing icons (and adjust a few) | |||
2020-02-28 | Merge pull request #36658 from reduz/fix-resource-loader-text | Rémi Verschelde | |
Properly handle EOF when parsing text resource | |||
2020-02-28 | Properly handle EOF when parsing text resource | Juan Linietsky | |
Fixes #36652 | |||
2020-02-28 | Add more missing icons (and adjust a few) | Michael Alexsander | |
2020-02-28 | Reduce descripter sets in cubemap filter | clayjohn | |
2020-02-28 | Merge pull request #36640 from reduz/resource-loader-refactor | Rémi Verschelde | |
Removed ResourceInteractiveLoader, add built-in threaded loading. | |||
2020-02-28 | Merge pull request #36426 from akien-mga/calling-all-stations | Rémi Verschelde | |
Signals: Port connect calls to use callable_mp | |||
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky | |
2020-02-28 | ConnectionsDock: Fix error when parsing CustomCallable connections | Rémi Verschelde | |
2020-02-28 | Signals: Port more uses of connect_compat | Rémi Verschelde | |
Those were problematic as they call a method of their parent class, but callable_mp does not allow that unless it's public. To solve it, we declare a local class that calls the parent class' method, which now needs to be protected to be accessible in the derived class. | |||
2020-02-28 | Signals: Fix signals error prints for the new signal system | Mateo Dev .59 | |
2020-02-28 | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | |
It's tedious work... Some can't be ported as they depend on private or protected methods of different classes, which is not supported by callable_mp (even if it's a class inherited by the current one). | |||
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde | |
Remove now unnecessary bindings of signal callbacks in the public API. There might be some false positives that need rebinding if they were meant to be public. No regular expressions were harmed in the making of this commit. (Nah, just kidding.) | |||
2020-02-28 | Merge pull request #36637 from KoBeWi/policon | Rémi Verschelde | |
Add unique icon to Polygon2D | |||
2020-02-28 | Add unique icon to Polygon2D | Tomasz Chabora | |
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 | |