summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-07Merge pull request #69707 from bruvzg/x11_exfsRémi Verschelde
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling.
2022-12-07Merge pull request #69719 from groud/fix_gdextension_bad_vformat_errorRémi Verschelde
Fix a wrong error formatting in gdextension export plugin
2022-12-07Merge pull request #69685 from TokageItLab/fix-immediate-method-animRémi Verschelde
Fix AnimationPlayer method track call oneself with IMMEDIATE mode
2022-12-07Merge pull request #69717 from Chaosus/gds_fix_lookupRémi Verschelde
Fix lookup to docs for variables initialized with `get_node`
2022-12-07Merge pull request #69091 from CherrySodaPop/vr-texel-zero-divisionRémi Verschelde
Fix VRS object being created even when not supported
2022-12-07Merge pull request #69686 from bruvzg/win_mgmt_fixes_batch1Rémi Verschelde
[Windows] Window management fixes.
2022-12-07Merge pull request #69690 from BastiaanOlij/display_refresh_typeRémi Verschelde
Fix property type for OpenXR display refresh rate
2022-12-07Merge pull request #69654 from BastiaanOlij/openxr_submit_depth_optionalRémi Verschelde
Make submitting depth buffer in OpenXR optional
2022-12-07Merge pull request #68682 from timothyqiu/camera-gizmo-sizeRémi Verschelde
Make Camera3D gizmo the same aspect ratio as its viewport
2022-12-07Merge pull request #69674 from rburing/conStraintRémi Verschelde
Fix typo in physics step: contraint -> constraint
2022-12-07Merge pull request #69702 from bruvzg/menu_safe_rectRémi Verschelde
Fix menu popup safe rect height no including theme separation.
2022-12-07Merge pull request #69638 from bruvzg/macos_notarytoolRémi Verschelde
[macOS export] Add support for Xcode notarytool.
2022-12-07Merge pull request #69713 from groud/rename_get_surrounding_tilesRémi Verschelde
Rename get_surrounding_tiles to get_surrounding_cells
2022-12-07Merge pull request #69699 from aaronfranke/fix-variant-sname-invRémi Verschelde
Fix Variant StringName `is_zero` being inverted
2022-12-07Merge 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-07Merge pull request #69627 from RumblingTurtle/editor-scene-importer-crash-fixRémi Verschelde
Fix crash on old scene reimport
2022-12-07Merge pull request #67554 from ↵Rémi Verschelde
Sauermann/fix-determining-window-in-scroll-container Remove Screen-parameter for determining Touchscreen capability
2022-12-07Merge pull request #69695 from timothyqiu/id-capitalizationRémi Verschelde
Make ID capitalization in tiles editor consistent
2022-12-07Merge pull request #69703 from timothyqiu/alter-proxy-crashRémi Verschelde
Fix crash when deleting an alternative-level tile proxy
2022-12-07Fix a wrong error formatting in gdextension export pluginGilles Roudière
2022-12-07Fix lookup to docs for variables initialized with `get_node`Yuri Rubinsky
2022-12-07Check if VRS is supported on creating VRS objectLily Garcia
2022-12-07[macOS export] Add support for Xcode notarytool.bruvzg
2022-12-07Fix AnimationPlayer method track call oneself with IMMEDIATE modeSilc Renew
2022-12-07Rename get_surrounding_tiles to get_surrounding_cellsGilles Roudière
2022-12-07Avoid error spamming in animation_tree when path is not foundMedhat Riad
2022-12-07Fix Determining Window for TouchscreenMarkus 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-07Fix crash when deleting an alternative-level tile proxyHaoyu Qiu
2022-12-07Fix menu popup safe rect height no including theme separation.bruvzg
2022-12-06Fix Variant StringName `is_zero` being invertedAaron Franke
2022-12-07Make ID capitalization in tiles editor consistentHaoyu Qiu
2022-12-07Fix property type for OpenXR display refresh rateBastiaan 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-06Merge pull request #69671 from rburing/cylinder-cylinder_sat_typoRémi Verschelde
Fix typo in cylinder-cylinder SAT collision solver
2022-12-06Fix typo in physics step: contraint -> constraintRicardo Buring
2022-12-06 EditorSceneFormatImporterGLTF: check if "animation/trimming" parameter from ↵Eduard Zalyaev
import settings exists Fixes godotengine#69625
2022-12-06Fix typo in cylinder-cylinder SAT collision solverRicardo Buring
2022-12-06Merge pull request #69506 from adamscott/move-gdscript-uninit-to-finalizeRémi Verschelde
Move GDScript uninitialization to `GDScriptLanguage::finish()`
2022-12-06Merge pull request #69322 from BastiaanOlij/fix_vulkan_versionsRémi Verschelde
Fix issue around incorrect Vulkan version
2022-12-06Move 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-06Merge pull request #69666 from akien-mga/cleanup-skeleton-modification-registerRémi Verschelde
Use `GDREGISTER_CLASS` macro for SkeletonModification classes
2022-12-06Merge pull request #69657 from rburing/degenerate_capsule_has_no_edgeRémi Verschelde
Fix collision detection for degenerate capsules
2022-12-06Merge pull request #69660 from xiongyaohua/fix_path2d_fish_bone_directionRémi Verschelde
Fix Path2D fish bone direction
2022-12-06Merge pull request #69636 from Malcolmnixon/vulkan-mobile-sky-matrixRémi Verschelde
Fix mobile renderer sky_transform operations
2022-12-06Merge pull request #69651 from alfredbaudisch/autocomplete-line-numberRémi Verschelde
Cancels the code complete timer when the caret moves to another line
2022-12-06Merge pull request #69658 from KoBeWi/🛠_ENABLEDRémi Verschelde
Fix unexpected editor dependency
2022-12-06Use `GDREGISTER_CLASS` macro for SkeletonModification classesRé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-06Fix unexpected editor dependencykobewi
2022-12-06Fix collision detection for degenerate capsulesRicardo 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.