Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-04 | Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()' | Michael Alexsander | |
2020-03-04 | Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux | Rémi Verschelde | |
Improve UX of drive letters | |||
2020-03-04 | Merge pull request #36385 from kuruk-mm/some_static_asserts | Rémi Verschelde | |
Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert | |||
2020-03-04 | Merge pull request #36585 from disks86/master | Rémi Verschelde | |
Enhanced physical device selection | |||
2020-03-04 | Merge pull request #36646 from pyacier/doc-concavepolygonshape | Rémi Verschelde | |
add a precision about the intended use of the ConcavePolygonShape | |||
2020-03-04 | Merge pull request #36783 from ThakeeNathees/error_macros.h-typo-fix | Rémi Verschelde | |
Typo: in error_macros.h fixed | |||
2020-03-04 | Merge pull request #36596 from BastiaanOlij/add_get_tracker_id | Rémi Verschelde | |
Exposing get_tracker_id for ARVRPositionalTracker to GDScript | |||
2020-03-04 | Merge pull request #36699 from dreamsComeTrue/fix-extension-file-dialog | Rémi Verschelde | |
Take correct part of extension with File Dialog | |||
2020-03-04 | Merge pull request #36657 from van800/rpl3 | Rémi Verschelde | |
On Windows find Rider installed for CurrentUser | |||
2020-03-04 | Exposing get_tracker_id for ARVRPositionalTracker to GDScript | Bastiaan Olij | |
2020-03-04 | Merge pull request #36042 from sumit0190/exportInfNan | Rémi Verschelde | |
Read and write exported infs/nans correctly (#35388) | |||
2020-03-04 | Merge pull request #36750 from aaronfranke/excl-phys-body | Rémi Verschelde | |
Document that SpringArm exclusions only work with PhysicsBody objects | |||
2020-03-04 | Merge pull request #36509 from dalexeev/doc_node_fps | Rémi Verschelde | |
Minor fix in Node class documentation | |||
2020-03-04 | Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert | Mateo Dev .59 | |
2020-03-04 | Merge pull request #36774 from ↵ | Rémi Verschelde | |
giarve/fix-double-click-change-folder-editor-file-dialog Double click on a folder didn't open it (editor) | |||
2020-03-04 | Merge pull request #36777 from kuruk-mm/os_getsystemdir | Rémi Verschelde | |
os: execute parse the command output from utf8 | |||
2020-03-04 | error_macros.h typo fixed | Thakee Nathees | |
2020-03-03 | os: execute parse the command output from utf8 | Mateo Dev .59 | |
2020-03-03 | Double click on a folder didn't open it (editor) | Gil Arasa Verge | |
Same behavior as #36684. Removed by mistake in #36426. Fixes #36757. | |||
2020-03-03 | Merge pull request #36557 from Schroedi/fix_html_touch | Fabio Alessandrelli | |
Fixes touch events for HTML | |||
2020-03-03 | Merge pull request #36758 from akien-mga/signals-fix-default-values | Rémi Verschelde | |
Signals: Fix some regressions from #36426 | |||
2020-03-03 | Signals: Fix some regressions from #36426 | Rémi Verschelde | |
- Fix `callable_mp` bindings to methods which used to have default arguments passed to `bind_method`. We now have to re-specify them manually when connecting. - Re-add `GroupsEditor::update_tree` binding. - Misc code quality changes along the way. | |||
2020-03-03 | Merge pull request #36689 from eevee/patch-1 | Rémi Verschelde | |
Fix inverted use of Camera2D.offset_v | |||
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez | |
Namely, move the drive dropdown to just the left of the path text box and don't include the former in the latter. This improves the UX on Windows. In the UNIX case, since its concept of drives is (ab)used to provide shortcuts to useful paths, its dropdown is kept at the original location. | |||
2020-03-03 | Merge pull request #36742 from bruce965/loop-ogg-audio | Rémi Verschelde | |
Fix OGG audio loops | |||
2020-03-03 | Document that SpringArm exclusions only work with PhysicsBody objects | Aaron Franke | |
2020-03-02 | Fix OGG audio loops | Fabio Iotti | |
2020-03-02 | Merge pull request #36730 from raulsntos/print-null-check | Rémi Verschelde | |
Fix missing null check in Mono Binding of GD.print | |||
2020-03-02 | Merge pull request #36691 from clayjohn/VULKAN-cubemap-roughness | Rémi Verschelde | |
Improve cubemap importance sampling | |||
2020-03-02 | Merge pull request #36731 from m4gr3d/fix_android_templates_install_detection | Rémi Verschelde | |
Fix android template install validation. | |||
2020-03-02 | Fix android template install validation. | fhuya | |
2020-03-02 | Fix missing null check in Mono Binding of GD.print | Raul Santos | |
2020-03-02 | add a precision about the intended use of the ConcavePolygonShape | Pierre Caye | |
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 | Take correct part of extension with File Dialog | Dominik 'dreamsComeTrue' Jasiński | |
Fixes #36697 | |||
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 | Improve cubemap importance sampling | clayjohn | |
2020-02-29 | Fix inverted use of Camera2D.offset_v | Eevee | |
The code above for horizontal movement uses the right margin (_positive_ x direction) when the offset is negative, but vertical movement uses the top margin (_negative_ y direction) when the offset is negative. The resulting problem is easily seen in the editor — set the drag margins to be asymmetrical, turn on drawing the drag margins, and slide the offsets from -1 to 1 and back. The horizontal offset moves the camera's center between the left and right margins, but the vertical offset gets them backwards and will move the camera outside the margins entirely. | |||
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 | |