Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-21 | Merge pull request #54077 from Duroxxigar/scenetreetimer-example | Rémi Verschelde | |
Update example code for SceneTreeTimer to reflect new await keyword | |||
2021-10-21 | Merge pull request #54053 from nekomatata/fix-soft-body-disable-mode | Rémi Verschelde | |
Fix SoftDynamicBody3D crash when setting disable mode | |||
2021-10-21 | Merge pull request #54035 from Calinou/ctl-context-dialog-use-title-case | Rémi Verschelde | |
Use TitleCase for CTL dialog menu options | |||
2021-10-21 | Merge pull request #53990 from Kemikal1/master | Rémi Verschelde | |
Change the unreacheable return value of shape_find_owner() | |||
2021-10-21 | Update example code for SceneTreeTimer to reflect new await keyword | Duroxxigar | |
2021-10-21 | Merge pull request #54063 from Chaosus/shader_fix_spatial_samplers | Yuri Roubinsky | |
2021-10-21 | Fix SoftDynamicBody3D crash when setting disable mode | PouleyKetchoupp | |
Proper logic for changing physics state when disabled and disabled mode is changed (it was unnecessarily making calls to re-initialize physics). Extra error handling in soft body implementations to avoid crashes with invalid mesh. | |||
2021-10-21 | Use TitleCase for CTL dialog menu options | Hugo Locurcio | |
This is more consistent with other actions exposed in the dialog. | |||
2021-10-21 | Merge pull request #54070 from KoBeWi/meh_instance_2d | Rémi Verschelde | |
2021-10-21 | Fix MeshInstance2D rect | kobewi | |
2021-10-21 | Change the unreacheable return value of shape_find_owner() | Kemikal1 | |
Update collision_object_3d.cpp 2d modified and UINT32 usage Proper uINT32max usage Change the unreacheable return value of shape_find_owner() This reverts commit 5be98b81428169ba2dd5baecd00f1adfd9260e5c, reversing changes made to efa3ff6b9587d674cd448aca32abfd31b2c7f4d3. Change the unreacheable return value of shape_find_owner() changed from 0 to uint32_max" This reverts commit c143bb099af2666454f82428a57f2721af60a84d. Revert "changed from 0 to uint32_max"" This reverts commit 59e94edb9a32edff15f3cb881e6fc394d2aa7f65. Revert "changed from 0 to uint32_max" This reverts commit c143bb099af2666454f82428a57f2721af60a84d. Revert "Revert "changed from 0 to uint32_max""" This reverts commit c81d1073ec21b4cde4684a6dbd595f3359283bad. Revert "changed from 0 to uint32_max" This reverts commit c143bb099af2666454f82428a57f2721af60a84d. Revert "changed from 0 to uint32_max"" This reverts commit 59e94edb9a32edff15f3cb881e6fc394d2aa7f65. Revert "Revert "changed from 0 to uint32_max""" This reverts commit 6dbd972aa5c4580d4f6270ead6c66eea18617f29. Revert "changed from 0 to uint32_max"" This reverts commit 59e94edb9a32edff15f3cb881e6fc394d2aa7f65. Revert "Revert "changed from 0 to uint32_max""" This reverts commit b769ac2d11ad12f02a388d9dad17519f81d9c3b6. Revert "Revert "Revert "changed from 0 to uint32_max"""" This reverts commit 1e8d84f7ec12da01c3153e08bb8609cf2c6fd58a. Revert "Revert "Revert "Revert "changed from 0 to uint32_max""""" This reverts commit 0dc17abefad6d540c18bba7b4df9d8c04e090d0c. Change the unreacheable return value of shape_find_owner() | |||
2021-10-21 | Merge pull request #54015 from BastiaanOlij/godot-cpp-ci | Rémi Verschelde | |
2021-10-21 | Merge pull request #54036 from nekomatata/fix-soft-body-memory-corruption | Rémi Verschelde | |
2021-10-21 | Merge pull request #54032 from nekomatata/fix-collision-mouse-exit-error | Rémi Verschelde | |
2021-10-21 | Merge pull request #54011 from nekomatata/center-of-mass-2d-transform | Rémi Verschelde | |
2021-10-21 | Fix built-in texture samplers passing for spatial shader mode | Yuri Roubinsky | |
2021-10-21 | Add CI step for compiling and testing godot-cpp | Bastiaan Olij | |
2021-10-21 | Merge pull request #53161 from Duroxxigar/copy-group-name | Rémi Verschelde | |
2021-10-21 | Added ability to copy group name | Duroxxigar | |
2021-10-21 | Main: Fixup --dump-extension-api after #54017 | Rémi Verschelde | |
That removal was correct, but triggered a bug in our messy-as-heck main.cpp detection logic for editor/project manager/project/command line tool... Fixing this is for another day. | |||
2021-10-20 | Merge pull request #54043 from Chaosus/fix_shader_uniform_texture_array_errors | Yuri Roubinsky | |
2021-10-20 | Merge pull request #54023 from zedutch/fix-empty-tabs-crash | Rémi Verschelde | |
Fix Tabs crashing on click input if there are no tabs | |||
2021-10-20 | Prevent a rendering crash and error spam for uniform texture array | Yuri Roubinsky | |
2021-10-20 | Fix SoftDynamicBody3D memory corruption when switching mesh at runtime | PouleyKetchoupp | |
When switching the mesh at runtime, the physics server wasn't properly updated with the new mesh. Now we keep track of the soft body mesh to make sure everything is properly initialized on pre-draw. Also cleaned a few things around private methods. | |||
2021-10-20 | Merge pull request #50680 from Calinou/project-default-single-window-mode | Rémi Verschelde | |
2021-10-20 | Merge pull request #54027 from akien-mga/doctool-headless | Rémi Verschelde | |
2021-10-20 | Fix Tabs crash where it still tries to detect the clicked tab even if there ↵ | Robin Arys | |
are none | |||
2021-10-20 | Fix errors in mouse detection when removing collision object from tree | PouleyKetchoupp | |
Now behaves the same way as ui elements, mouse exit is skipped when the object is removed from the tree. | |||
2021-10-20 | CI: Run doctool in headless mode | Rémi Verschelde | |
2021-10-20 | doctool: Fix differences between headless and Vulkan rendering backends | Rémi Verschelde | |
Fixes #53913. | |||
2021-10-20 | Merge pull request #53702 from ConteZero/primary_clipboard_linux | Rémi Verschelde | |
2021-10-20 | Merge pull request #54024 from akien-mga/editor-i18n-thresholds | Rémi Verschelde | |
2021-10-20 | Merge pull request #53926 from YeldhamDev/i_am_tabbar_now | Rémi Verschelde | |
2021-10-20 | i18n: Only include editor translations above a threshold | Rémi Verschelde | |
This reduces the size of the editor binaries significantly, as we otherwise embed all WIP translations, including ones with very low completion ratios, and end up paying for the size of all `msgid`s for each locale. Cf. https://github.com/godotengine/godot-proposals/issues/3421 for details. The thresholds used are: - 30% for the editor interface (should already include most common strings while more obscure ones like UndoRedo action names might be untranslated). - 10% for the class reference: this is a HUGE resource and 10% is already a lot of useful content, especially if focused on the most used APIs. This currently reduces the size of the editor binary by 17% on Linux. The list will be synced manually every now and then. (cherry picked from commit 8425c589911f8ffc006990f4149859e175ae93a9) | |||
2021-10-20 | Merge pull request #54017 from akien-mga/main-document-dump-extension-api | Rémi Verschelde | |
2021-10-20 | Merge pull request #54016 from akien-mga/mono-fix-build-52940 | Rémi Verschelde | |
2021-10-20 | Main: Add documentation for `--dump-extension-api` | Rémi Verschelde | |
2021-10-20 | Merge pull request #53994 from groud/move_tileset_tilemap_switch_to_tabs | Rémi Verschelde | |
2021-10-20 | Merge pull request #53260 from Calinou/editor-inspector-warning-yellow | Rémi Verschelde | |
2021-10-20 | Merge pull request #53983 from Duroxxigar/navmesh-agent-default | Rémi Verschelde | |
2021-10-20 | Mono: Fix build after #52940 | Rémi Verschelde | |
Chose to pass unhandled exceptions to the toaster, we might want to reconsider if those are already reported somewhere else (e.g. in the Mono panel). | |||
2021-10-20 | Merge pull request #54003 from bruvzg/fix_multi_phy_key_map_4 | Rémi Verschelde | |
2021-10-20 | Merge pull request #53993 from Faless/js/4.x_editor_gles3 | Rémi Verschelde | |
2021-10-20 | Merge pull request #54014 from timothyqiu/view-name | Rémi Verschelde | |
Update view name after processing orbit view shortcuts | |||
2021-10-20 | Merge pull request #54012 from BastiaanOlij/fix_double_tracking_status | Rémi Verschelde | |
Fix double _get_tracking_status declaration | |||
2021-10-20 | Fix double _get_tracking_status declaration | Bastiaan Olij | |
2021-10-20 | Update view name after processing orbit view shortcuts | Haoyu Qiu | |
2021-10-19 | Fix 2D center of mass not updated from transform | PouleyKetchoupp | |
Same logic as what was done in 3D, applied to 2D center of mass. Also did some minor cleanup in 3D and fixed center of mass transform during the first frame after teleporting a dynamic body. | |||
2021-10-20 | Merge pull request #54005 from murilo-goncalves/fix/typo-TextParagraph | Rémi Verschelde | |
Fix: typo in TextParagraph class and docs | |||
2021-10-19 | Fix: typo in TextParagraph class and docs | Murilo Gonçalves | |