Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-07 | Merge pull request #69707 from bruvzg/x11_exfs | Rémi Verschelde | |
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling. | |||
2022-12-07 | Merge pull request #69719 from groud/fix_gdextension_bad_vformat_error | Rémi Verschelde | |
Fix a wrong error formatting in gdextension export plugin | |||
2022-12-07 | Merge pull request #69685 from TokageItLab/fix-immediate-method-anim | Rémi Verschelde | |
Fix AnimationPlayer method track call oneself with IMMEDIATE mode | |||
2022-12-07 | Merge pull request #69717 from Chaosus/gds_fix_lookup | Rémi Verschelde | |
Fix lookup to docs for variables initialized with `get_node` | |||
2022-12-07 | Merge pull request #69091 from CherrySodaPop/vr-texel-zero-division | Rémi Verschelde | |
Fix VRS object being created even when not supported | |||
2022-12-07 | Merge pull request #69686 from bruvzg/win_mgmt_fixes_batch1 | Rémi Verschelde | |
[Windows] Window management fixes. | |||
2022-12-07 | Merge pull request #69690 from BastiaanOlij/display_refresh_type | Rémi Verschelde | |
Fix property type for OpenXR display refresh rate | |||
2022-12-07 | Merge pull request #69654 from BastiaanOlij/openxr_submit_depth_optional | Rémi Verschelde | |
Make submitting depth buffer in OpenXR optional | |||
2022-12-07 | Merge pull request #68682 from timothyqiu/camera-gizmo-size | Rémi Verschelde | |
Make Camera3D gizmo the same aspect ratio as its viewport | |||
2022-12-07 | Merge pull request #69674 from rburing/conStraint | Rémi Verschelde | |
Fix typo in physics step: contraint -> constraint | |||
2022-12-07 | Merge pull request #69702 from bruvzg/menu_safe_rect | Rémi Verschelde | |
Fix menu popup safe rect height no including theme separation. | |||
2022-12-07 | Merge pull request #69638 from bruvzg/macos_notarytool | Rémi Verschelde | |
[macOS export] Add support for Xcode notarytool. | |||
2022-12-07 | Merge pull request #69713 from groud/rename_get_surrounding_tiles | Rémi Verschelde | |
Rename get_surrounding_tiles to get_surrounding_cells | |||
2022-12-07 | Merge pull request #69699 from aaronfranke/fix-variant-sname-inv | Rémi Verschelde | |
Fix Variant StringName `is_zero` being inverted | |||
2022-12-07 | Merge pull request #68998 from ↵ | Rémi Verschelde | |
hackenshaw/makhak/avoid_error_spamming_in_animation_tree Avoid error spamming in animation_tree when path is not found | |||
2022-12-07 | Merge pull request #69627 from RumblingTurtle/editor-scene-importer-crash-fix | Rémi Verschelde | |
Fix crash on old scene reimport | |||
2022-12-07 | Merge pull request #67554 from ↵ | Rémi Verschelde | |
Sauermann/fix-determining-window-in-scroll-container Remove Screen-parameter for determining Touchscreen capability | |||
2022-12-07 | Merge pull request #69695 from timothyqiu/id-capitalization | Rémi Verschelde | |
Make ID capitalization in tiles editor consistent | |||
2022-12-07 | Merge pull request #69703 from timothyqiu/alter-proxy-crash | Rémi Verschelde | |
Fix crash when deleting an alternative-level tile proxy | |||
2022-12-07 | Fix a wrong error formatting in gdextension export plugin | Gilles Roudière | |
2022-12-07 | Fix lookup to docs for variables initialized with `get_node` | Yuri Rubinsky | |
2022-12-07 | Check if VRS is supported on creating VRS object | Lily Garcia | |
2022-12-07 | [macOS export] Add support for Xcode notarytool. | bruvzg | |
2022-12-07 | Fix AnimationPlayer method track call oneself with IMMEDIATE mode | Silc Renew | |
2022-12-07 | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière | |
2022-12-07 | Avoid error spamming in animation_tree when path is not found | Medhat Riad | |
2022-12-07 | Fix Determining Window for Touchscreen | Markus Sauermann | |
DisplayServer::screen_is_touchscreen will likely never utilize its parameter p_screen. This PR replaces this function by DisplayServer::is_touchscreen_available() with the same functionality. This solves the problem, that a SubViewport was used for determining the screen, which resulted in error messages. | |||
2022-12-07 | [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` ↵ | bruvzg | |
and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling. | |||
2022-12-07 | Fix crash when deleting an alternative-level tile proxy | Haoyu Qiu | |
2022-12-07 | Fix menu popup safe rect height no including theme separation. | bruvzg | |
2022-12-06 | Fix Variant StringName `is_zero` being inverted | Aaron Franke | |
2022-12-07 | Make ID capitalization in tiles editor consistent | Haoyu Qiu | |
2022-12-07 | Fix property type for OpenXR display refresh rate | Bastiaan Olij | |
2022-12-06 | [Windows] Window management fixes. | bruvzg | |
Fix popup menus having incorrect scale when main window is in full-screen mode and multiple monitors with different DPI are used. Prevent mouse move code from accessing deleted window data (and creating zombie records in the windows map). | |||
2022-12-06 | Merge pull request #69671 from rburing/cylinder-cylinder_sat_typo | Rémi Verschelde | |
Fix typo in cylinder-cylinder SAT collision solver | |||
2022-12-06 | Fix typo in physics step: contraint -> constraint | Ricardo Buring | |
2022-12-06 | EditorSceneFormatImporterGLTF: check if "animation/trimming" parameter from ↵ | Eduard Zalyaev | |
import settings exists Fixes godotengine#69625 | |||
2022-12-06 | Fix typo in cylinder-cylinder SAT collision solver | Ricardo Buring | |
2022-12-06 | Merge pull request #69506 from adamscott/move-gdscript-uninit-to-finalize | Rémi Verschelde | |
Move GDScript uninitialization to `GDScriptLanguage::finish()` | |||
2022-12-06 | Merge pull request #69322 from BastiaanOlij/fix_vulkan_versions | Rémi Verschelde | |
Fix issue around incorrect Vulkan version | |||
2022-12-06 | Move GDScript uninitialization to `GDScriptLanguage::finalize()` | Adam Scott | |
Co-authored-by: Ricardo Buring <ricardo.buring@gmail.com> Co-authored-by: kleonc <9283098+kleonc@users.noreply.github.com> | |||
2022-12-06 | Merge pull request #69666 from akien-mga/cleanup-skeleton-modification-register | Rémi Verschelde | |
Use `GDREGISTER_CLASS` macro for SkeletonModification classes | |||
2022-12-06 | Merge pull request #69657 from rburing/degenerate_capsule_has_no_edge | Rémi Verschelde | |
Fix collision detection for degenerate capsules | |||
2022-12-06 | Merge pull request #69660 from xiongyaohua/fix_path2d_fish_bone_direction | Rémi Verschelde | |
Fix Path2D fish bone direction | |||
2022-12-06 | Merge pull request #69636 from Malcolmnixon/vulkan-mobile-sky-matrix | Rémi Verschelde | |
Fix mobile renderer sky_transform operations | |||
2022-12-06 | Merge pull request #69651 from alfredbaudisch/autocomplete-line-number | Rémi Verschelde | |
Cancels the code complete timer when the caret moves to another line | |||
2022-12-06 | Merge pull request #69658 from KoBeWi/🛠_ENABLED | Rémi Verschelde | |
Fix unexpected editor dependency | |||
2022-12-06 | Use `GDREGISTER_CLASS` macro for SkeletonModification classes | Rémi Verschelde | |
This was likely an oversight from merging this PR after `GDREGISTER_CLASS` was introduced. It's equivalent, unless the class is actually disabled. | |||
2022-12-06 | Fix unexpected editor dependency | kobewi | |
2022-12-06 | Fix collision detection for degenerate capsules | Ricardo Buring | |
In GodotCapsuleShape3D::get_supports and GodotCapsuleShape2D::get_supports, return a point instead of an edge of length zero in case the capsule degenerates to a sphere or circle. |