Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-07 | Merge pull request #38522 from ThakeeNathees/printing-empty-string-fix | Rémi Verschelde | |
Fix: printing empty string does nothing in editor output pannel | |||
2020-05-07 | Merge pull request #38535 from bruvzg/silent_wintab | Rémi Verschelde | |
Remove loud WinTab error message. | |||
2020-05-07 | Remove WinTab error message. | bruvzg | |
2020-05-07 | Merge pull request #38385 from ThakeeNathees/method-bind-text_edit-set_line | Rémi Verschelde | |
method bind TextEdit::set_line() added | |||
2020-05-07 | Merge pull request #38530 from akien-mga/jpgd-fix-msvc-sse2-detection | Rémi Verschelde | |
jpgd: Fix detection of SSE2 support with MSVC | |||
2020-05-07 | jpgd: Fix detection of SSE2 support with MSVC | Rémi Verschelde | |
The previous code would always use SSE2 intrinsics, which is not valid on UWP ARM platforms (and likely not on some x86 platforms either). The patch has been submitted upstream too: https://github.com/richgel999/jpeg-compressor/pull/13 | |||
2020-05-07 | Merge pull request #38524 from hoontee/master | Rémi Verschelde | |
Fix bug with AudioStreamPlayer3D audio position | |||
2020-05-07 | Merge pull request #38525 from madmiraal/fix-kinematic-on_slope-documentation | Rémi Verschelde | |
Make 2D and 3D KinematicBody move_and_slide() documentation consistent. | |||
2020-05-07 | Fix bug with AudioStreamPlayer3D audio position | hoontee | |
Applies https://github.com/godotengine/godot/commit/0c78a58b6472f704d473e0307c9ea83dfbde1811 to `AudioStreamPlayer3D::play`. | |||
2020-05-07 | Make 2D and 3D KinematicBody stop_on_slope documentation the same. | Marcel Admiraal | |
2020-05-07 | Merge pull request #38520 from nobuyukinyuu/popupmenu-current-index | Rémi Verschelde | |
PopupMenu.get_current_index() bound to ClassDB | |||
2020-05-07 | Merge pull request #38474 from akien-mga/clang-format-javaimportgroups | Rémi Verschelde | |
clang-format: Add JavaImportGroups for Java code | |||
2020-05-07 | Fix: printing empty string does nothing in editor output pannel | Thakee Nathees | |
Fix: #38490 | |||
2020-05-06 | clang-format: Add JavaImportGroups for Java code | Rémi Verschelde | |
2020-05-06 | PopupMenu.get_current_index() bound to ClassDB | nobuyuki_nyuu | |
2020-05-06 | Merge pull request #38519 from Calinou/linux-desktop-prefer-non-default-gpu | Rémi Verschelde | |
Request the dedicated GPU when starting Godot from the `.desktop` file | |||
2020-05-06 | Request the dedicated GPU when starting Godot from the `.desktop` file | Hugo Locurcio | |
See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html> for more information on this newly added `.desktop` entry property. | |||
2020-05-06 | Merge pull request #38506 from madmiraal/fix-scale-calculation | Rémi Verschelde | |
Fix scale calculation in VHACD Volume::Voxelize(). | |||
2020-05-06 | Fix scale calculation in VHACD Volume::Voxelize(). | Marcel Admiraal | |
2020-05-06 | Merge pull request #38495 from DarkMessiah/tree-bind-suffix | Rémi Verschelde | |
Bind set_suffix and get_suffix in Tree | |||
2020-05-06 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-06 | Merge pull request #38488 from ↵ | Rémi Verschelde | |
EricEzaM/adjust-stretch-ratio-value-range-and-documentation Updated editor spin slider to have better behaviour and adjusted control's size_flags_stretch_ratio value range | |||
2020-05-06 | Bind set_suffix/get_suffix in Tree | Stanislav Labzyuk | |
2020-05-06 | Updated editor spin slider to have better behaviour and adjusted control's ↵ | Eric M | |
size_flags_stretch_ratio value range | |||
2020-05-06 | Merge pull request #38393 from nekomatata/printerr-remote-debugger-4.0 | Rémi Verschelde | |
Format remote printerr properly in script debugger output | |||
2020-05-06 | Merge pull request #38427 from ↵ | Rémi Verschelde | |
EricEzaM/fix-custom-property-revert-implementation Stop trying to revert to script/class default values when script implementation of property_can_revert exists | |||
2020-05-06 | Merge pull request #38475 from Chaosus/vs_quals | Rémi Verschelde | |
Added uniform qualifiers to visual shaders | |||
2020-05-06 | Merge pull request #38492 from follower/patch-10 | Rémi Verschelde | |
Fix suffix property doc typo: "prefix" -> "suffix" | |||
2020-05-06 | Fix suffix property doc typo: "prefix" -> "suffix" | follower | |
2020-05-05 | Merge pull request #37293 from Janglee123/ctrl-click-improvements | Rémi Verschelde | |
Improved go-to definition (Ctrl + Click) | |||
2020-05-05 | Merge pull request #38415 from madmiraal/fix-array-slicing | Rémi Verschelde | |
Fix array slicing. | |||
2020-05-05 | Merge pull request #38480 from ThakeeNathees/tween-get-set-fix | Rémi Verschelde | |
Fix: Tween always return true for _get(), _set() | |||
2020-05-05 | Merge pull request #38483 from bruvzg/wintab_api | Rémi Verschelde | |
Add support for the WinTab API for pen input. | |||
2020-05-05 | Update DONORS list | Rémi Verschelde | |
2020-05-05 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 00b56637824392d4adefcd2b406ff6998e02152c) | |||
2020-05-05 | Merge pull request #38468 from m4gr3d/fix_permissions_handling_bug | Rémi Verschelde | |
Address `OS.request_permissions()` bug when a non-platform permission is included | |||
2020-05-05 | [Windows] Add support for the WinTab API for pen input. | bruvzg | |
2020-05-05 | Merge pull request #38479 from Chaosus/vs4_canvas_input_fixes | Yuri Roubinsky | |
Some fixes for canvas item visual shader inputs | |||
2020-05-05 | Fix: Tween always return true for _get(), _set() | Thakee Nathees | |
2020-05-05 | Some fixes for canvas item visual shader inputs | Yuri Roubinsky | |
2020-05-05 | Address `OS.request_permissions()` bug when non-platform permission(s) is ↵ | Fredia Huya-Kouadio | |
included | |||
2020-05-05 | Added uniform qualifiers to visual shaders | Yuri Roubinsky | |
2020-05-05 | Merge pull request #38465 from madmiraal/fix-38457 | Rémi Verschelde | |
Check for empty vectors before trying to access a pointer to the first element in Octree<T, use_pairs, AL>::cull_convex(). | |||
2020-05-05 | Improved go-to definition (Ctrl + Click) | janglee | |
Co-Authored-By: Bojidar Marinov <bojidar.marinov.bg@gmail.com> | |||
2020-05-05 | Merge pull request #38466 from Calinou/doc-normal-map-coordinates | Max Hilbrunner | |
Document the expected normal map coordinate system where relevant | |||
2020-05-04 | Document the expected normal map coordinate system where relevant | Hugo Locurcio | |
2020-05-04 | Check for empty vectors before trying to access a pointer to the first | Marcel Admiraal | |
element in Octree<T, use_pairs, AL>::cull_convex(). | |||
2020-05-04 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-04 | Merge pull request #37717 from qarmin/world_fix | Rémi Verschelde | |
Change non-existent World to World3D | |||
2020-05-04 | Merge pull request #38446 from qarmin/navigation_polygon_type | Rémi Verschelde | |
Fixes type of array in _set_outlines function |