Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-08 | Fix BackBufferCopy `rect` property appearing when not relevant in inspector | Hugo Locurcio | |
The `rect` property is only effective if `copy_mode` is Rect. | |||
2022-12-07 | Merge pull request #69733 from clayjohn/GLES3-skeleton-leak | Rémi Verschelde | |
Properly free Skeleton RID in RenderingServer.free() | |||
2022-12-07 | Merge pull request #69740 from ↵ | Rémi Verschelde | |
adamscott/add-missing-gdscript_cache-scene-cache-clear Add missing packed scene cache clear inside `GDScriptCache::clear()` | |||
2022-12-07 | Add missing packed scene cache clear inside `GDScriptCache::clear()` | Adam Scott | |
2022-12-07 | Properly free Skeleton RID in RenderingServer.free() | clayjohn | |
2022-12-07 | Merge pull request #69722 from TokageItLab/more-refactor-immediate-anim | Rémi Verschelde | |
More refactor AnimationPlayer process for Method track which change animation with Immediate mode | |||
2022-12-07 | Merge pull request #69573 from KoBeWi/our_hero_call-deferred-man | Rémi Verschelde | |
Fix dependency reload triggered too early | |||
2022-12-07 | Change init for cache_update_size & add pointer animation player | Silc Renew | |
2022-12-07 | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde | |
Rename `window_get_real_size`, add position counterpart. | |||
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 | Rename `window_get_real_size` to `window_get_size_with_decorations`, add ↵ | bruvzg | |
`window_get_position_with_decorations`. | |||
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 |