summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #69733 from clayjohn/GLES3-skeleton-leakRémi Verschelde2022-12-071-0/+3
|\ | | | | Properly free Skeleton RID in RenderingServer.free()
| * Properly free Skeleton RID in RenderingServer.free()clayjohn2022-12-071-0/+3
| |
* | Merge pull request #69740 from ↵Rémi Verschelde2022-12-071-0/+5
|\ \ | | | | | | | | | | | | adamscott/add-missing-gdscript_cache-scene-cache-clear Add missing packed scene cache clear inside `GDScriptCache::clear()`
| * | Add missing packed scene cache clear inside `GDScriptCache::clear()`Adam Scott2022-12-071-0/+5
|/ /
* | Merge pull request #69722 from TokageItLab/more-refactor-immediate-animRémi Verschelde2022-12-072-31/+22
|\ \ | | | | | | | | | More refactor AnimationPlayer process for Method track which change animation with Immediate mode
| * | Change init for cache_update_size & add pointer animation playerSilc Renew2022-12-072-31/+22
| | |
* | | Merge pull request #69573 from KoBeWi/our_hero_call-deferred-manRémi Verschelde2022-12-071-1/+1
|\ \ \ | | | | | | | | | | | | Fix dependency reload triggered too early
| * | | Fix dependency reload triggered too earlykobewi2022-12-041-1/+1
| | | |
* | | | Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-0719-28/+148
|\ \ \ \ | | | | | | | | | | | | | | | Rename `window_get_real_size`, add position counterpart.
| * | | | Rename `window_get_real_size` to `window_get_size_with_decorations`, add ↵bruvzg2022-12-0719-28/+148
| | | | | | | | | | | | | | | | | | | | `window_get_position_with_decorations`.
* | | | | Merge pull request #69707 from bruvzg/x11_exfsRémi Verschelde2022-12-073-14/+36
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling.
| * | | | [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` ↵bruvzg2022-12-073-14/+36
| |/ / / | | | | | | | | | | | | and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling.
* | | | Merge pull request #69719 from groud/fix_gdextension_bad_vformat_errorRémi Verschelde2022-12-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix a wrong error formatting in gdextension export plugin
| * | | | Fix a wrong error formatting in gdextension export pluginGilles Roudière2022-12-071-1/+1
| |/ / /
* | | | Merge pull request #69685 from TokageItLab/fix-immediate-method-animRémi Verschelde2022-12-072-23/+43
|\ \ \ \ | | | | | | | | | | | | | | | Fix AnimationPlayer method track call oneself with IMMEDIATE mode
| * | | | Fix AnimationPlayer method track call oneself with IMMEDIATE modeSilc Renew2022-12-072-23/+43
| |/ / /
* | | | Merge pull request #69717 from Chaosus/gds_fix_lookupRémi Verschelde2022-12-071-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | Fix lookup to docs for variables initialized with `get_node`
| * | | | Fix lookup to docs for variables initialized with `get_node`Yuri Rubinsky2022-12-071-2/+5
| |/ / /
* | | | Merge pull request #69091 from CherrySodaPop/vr-texel-zero-divisionRémi Verschelde2022-12-071-1/+4
|\ \ \ \ | | | | | | | | | | | | | | | Fix VRS object being created even when not supported
| * | | | Check if VRS is supported on creating VRS objectLily Garcia2022-12-071-1/+4
| |/ / /
* | | | Merge pull request #69686 from bruvzg/win_mgmt_fixes_batch1Rémi Verschelde2022-12-071-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | [Windows] Window management fixes.
| * | | | [Windows] Window management fixes.bruvzg2022-12-061-6/+6
| |/ / / | | | | | | | | | | | | | | | | 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).
* | | | Merge pull request #69690 from BastiaanOlij/display_refresh_typeRémi Verschelde2022-12-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix property type for OpenXR display refresh rate
| * | | | Fix property type for OpenXR display refresh rateBastiaan Olij2022-12-071-1/+1
| |/ / /
* | | | Merge pull request #69654 from BastiaanOlij/openxr_submit_depth_optionalRémi Verschelde2022-12-074-3/+48
|\ \ \ \ | | | | | | | | | | | | | | | Make submitting depth buffer in OpenXR optional
| * | | | Make submitting depth buffer in OpenXR optionalBastiaan Olij2022-12-064-3/+48
| | | | |
* | | | | Merge pull request #68682 from timothyqiu/camera-gizmo-sizeRémi Verschelde2022-12-074-20/+64
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Make Camera3D gizmo the same aspect ratio as its viewport
| * | | | | Make Camera3D gizmo the same aspect ratio as its viewportHaoyu Qiu2022-11-154-20/+64
| | | | | |
* | | | | | Merge pull request #69674 from rburing/conStraintRémi Verschelde2022-12-074-8/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix typo in physics step: contraint -> constraint
| * | | | | | Fix typo in physics step: contraint -> constraintRicardo Buring2022-12-064-8/+8
| | | | | | |
* | | | | | | Merge pull request #69702 from bruvzg/menu_safe_rectRémi Verschelde2022-12-071-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix menu popup safe rect height no including theme separation.
| * | | | | | | Fix menu popup safe rect height no including theme separation.bruvzg2022-12-071-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #69638 from bruvzg/macos_notarytoolRémi Verschelde2022-12-071-19/+112
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [macOS export] Add support for Xcode notarytool.
| * | | | | | | [macOS export] Add support for Xcode notarytool.bruvzg2022-12-071-19/+112
| |/ / / / / /
* | | | | | | Merge pull request #69713 from groud/rename_get_surrounding_tilesRémi Verschelde2022-12-074-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename get_surrounding_tiles to get_surrounding_cells
| * | | | | | | Rename get_surrounding_tiles to get_surrounding_cellsGilles Roudière2022-12-074-6/+6
| |/ / / / / /
* | | | | | | Merge pull request #69699 from aaronfranke/fix-variant-sname-invRémi Verschelde2022-12-071-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Variant StringName `is_zero` being inverted
| * | | | | | | Fix Variant StringName `is_zero` being invertedAaron Franke2022-12-061-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #68998 from ↵Rémi Verschelde2022-12-071-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hackenshaw/makhak/avoid_error_spamming_in_animation_tree Avoid error spamming in animation_tree when path is not found
| * | | | | | | Avoid error spamming in animation_tree when path is not foundMedhat Riad2022-12-071-1/+3
| |/ / / / / /
* | | | | | | Merge pull request #69627 from RumblingTurtle/editor-scene-importer-crash-fixRémi Verschelde2022-12-071-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix crash on old scene reimport
| * | | | | | | EditorSceneFormatImporterGLTF: check if "animation/trimming" parameter from ↵Eduard Zalyaev2022-12-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | import settings exists Fixes godotengine#69625
* | | | | | | | Merge pull request #67554 from ↵Rémi Verschelde2022-12-0716-40/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sauermann/fix-determining-window-in-scroll-container Remove Screen-parameter for determining Touchscreen capability
| * | | | | | | | Fix Determining Window for TouchscreenMarkus Sauermann2022-12-0716-40/+25
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #69695 from timothyqiu/id-capitalizationRémi Verschelde2022-12-073-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ID capitalization in tiles editor consistent
| * | | | | | | | Make ID capitalization in tiles editor consistentHaoyu Qiu2022-12-073-5/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #69703 from timothyqiu/alter-proxy-crashRémi Verschelde2022-12-071-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | Fix crash when deleting an alternative-level tile proxy
| * | | | | | | Fix crash when deleting an alternative-level tile proxyHaoyu Qiu2022-12-071-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #69671 from rburing/cylinder-cylinder_sat_typoRémi Verschelde2022-12-061-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix typo in cylinder-cylinder SAT collision solver
| * | | | | | | Fix typo in cylinder-cylinder SAT collision solverRicardo Buring2022-12-061-1/+1
| | |/ / / / / | |/| | | | |