Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | Merge pull request #72307 from zoeesilcock/fix/splash-minimum-display-time-macos | Rémi Verschelde | |
[MacOS] Fix so that the main window is displayed before the splash screen minimum display time starts counting | |||
2023-02-02 | Merge pull request #72562 from 0xafbf/patch-1 | Rémi Verschelde | |
Fix bad variable name in TileMap documentation | |||
2023-02-02 | Merge pull request #72549 from m4gr3d/cleanup_xr_export_logic_main | Rémi Verschelde | |
Clean up the XR export logic | |||
2023-02-02 | Merge pull request #72542 from smix8/rvoagent_to_navagent_rename_4.x | Rémi Verschelde | |
Rename NavigationServer internal RvoAgent to NavAgent | |||
2023-02-02 | Merge pull request #72528 from aaronfranke/dont-have-slashes | Rémi Verschelde | |
Remove unused `has_slashes` from NodePath | |||
2023-02-02 | Merge pull request #72521 from KoBeWi/simplesize_it | Rémi Verschelde | |
Simplify Connect Dialog layout and sizing | |||
2023-02-02 | Merge pull request #72513 from TokageItLab/remove-rename-param-anim | Rémi Verschelde | |
Remove the meaningless API `rename_parameter()` in AnimationTree | |||
2023-02-02 | Merge pull request #72471 from mbrlabs/blink | Rémi Verschelde | |
Always show caret when moving in LineEdit | |||
2023-02-02 | Merge pull request #72567 from dalexeev/gds-fix-72539 | Rémi Verschelde | |
GDScript: Fix crash in export group annotations | |||
2023-02-02 | Merge pull request #72550 from KoBeWi/camera_of_the_end | Rémi Verschelde | |
Fix Camera2D crashes | |||
2023-02-02 | GDScript: Fix crash in export group annotations | Danil Alexeev | |
2023-02-01 | Fix bad variable name in TileMap documentation | Andrés Botero | |
2023-02-01 | Fix Camera2D crashes | kobewi | |
2023-02-01 | Clean up the XR export logic | Fredia Huya-Kouadio | |
Remove the XR export logic from the legacy build system: - On Android, Godot 4 export requires the use of Android plugins which are not supported by the legacy build system - Provides added flexibility for configuring the Android manifest for XR specific capabilities. | |||
2023-02-01 | Rename NavigationServer internal RvoAgent to NavAgent | smix8 | |
Renames the NavigationServer internal RvoAgent to NavAgent. | |||
2023-02-01 | Remove unused `has_slashes` from NodePath | Aaron Franke | |
2023-02-01 | Simplify Connect Dialog layout and sizing | kobewi | |
2023-02-01 | Fix so that the main window is displayed before the splash screen minimum ↵ | Zoee Silcock | |
display time starts counting on Mac OS | |||
2023-02-01 | Remove meaningless `rename_parameter` in AnimationTree | Silc Renew | |
2023-02-01 | Merge pull request #71800 from akien-mga/ci-codespell-action | Rémi Verschelde | |
CI: Add official codespell action with PR annotations | |||
2023-02-01 | Merge pull request #72434 from Treer/master | Rémi Verschelde | |
Qualify Console's namespace to avoid mixup with plugin's objects | |||
2023-02-01 | Merge pull request #71482 from ↵ | Rémi Verschelde | |
Calinou/editor-android-web-hide-show-in-file-manager Hide non-functional "Show in File Manager" buttons in Android/web editor | |||
2023-02-01 | Hide non-functional "Show in File Manager" buttons in Android/web editor | Hugo Locurcio | |
The editor filesystem isn't readily accessible by OS applications on those platforms. | |||
2023-02-01 | CI: Add official codespell action with PR annotations | Rémi Verschelde | |
2023-02-01 | More codespell fixes, do more changes from previous ignore list | Rémi Verschelde | |
2023-02-01 | Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressed | Rémi Verschelde | |
gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED | |||
2023-02-01 | SCons: Fix wrong `debug_symbols` default value in --help | Rémi Verschelde | |
The actual default value is neither true nor false but depends on the value of `dev_build`. Fixes #71812. | |||
2023-02-01 | Merge pull request #72495 from m4gr3d/implement_file_provider | Rémi Verschelde | |
Implement file provider capabilities | |||
2023-02-01 | Merge pull request #67331 from Sauermann/fix-subviewport-no-stretch-update | Rémi Verschelde | |
Fix stretch transform when resizing SubViewports | |||
2023-02-01 | Merge pull request #72104 from bruvzg/popup-non-popups | Rémi Verschelde | |
Extend special popup window handling to any non-popup child of a popup. | |||
2023-02-01 | Merge pull request #72499 from vonagam/fix-typed-array-disassembly | Rémi Verschelde | |
GDScript: Fix disassembly of typed array assignment and construction | |||
2023-02-01 | Merge pull request #72497 from bruvzg/x11_ime_popup_focus | Rémi Verschelde | |
[X11] Fix IME subwindow in the popup not getting input focus. | |||
2023-02-01 | Revert "GDScript: Add warnings that are set to error by default" | Rémi Verschelde | |
This reverts commit a166833bfa23a21a7bff196a85a20b014e7c1396. This caused multiple regressions. Needs to be redone with more testing before merge. Fixes #72501. | |||
2023-02-01 | gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED | Lyuma | |
This option allows for a safe fallback for embedded gltf textures in cases where VRAM compression is not needed. Add an is_editor_hint guard around GLTFHandleBinary::HANDLE_BINARY_EXTRACT_TEXTURES, to use EMBED_AS_UNCOMPRESSED by default at runtime. This provides an option for pixel art to be stored losslessly. Additionally, respect project importer defaults for texture import settings. Avoid writing and reimporting extracted textures identical to version on disk. | |||
2023-02-01 | GDScript: Fix disassembly of typed array assignment and construction | Dmitrii Maganov | |
2023-02-01 | [X11] Fix IME subwindow in the popup not getting input focus. | bruvzg | |
2023-02-01 | Implement file provider capabilities | Fredia Huya-Kouadio | |
The previously used file sharing api was restricted after Android N causing the engine to crash whenever used on devices running Android N or higher. | |||
2023-02-01 | Merge pull request #58610 from Sauermann/fix-physics-mouse | Rémi Verschelde | |
Fix execution of physics picking events at unexpected times | |||
2023-02-01 | Fix blend runner copyright headers | Rémi Verschelde | |
2023-02-01 | Fix various typos with codespell | Rémi Verschelde | |
Finally do the childs -> children rename too. | |||
2023-02-01 | Fix stretch transform when resizing SubViewports | Markus Sauermann | |
Move calculation of stretch transform from outside to inside of `Viewport::_set_size` function. | |||
2023-02-01 | Merge pull request #72487 from vnen/gdscript-warning-default-error | Rémi Verschelde | |
GDScript: Add warnings that are set to error by default | |||
2023-02-01 | Merge pull request #69319 from RedMser/blender-import-rpc | Rémi Verschelde | |
Batch import Blend files using XML RPC | |||
2023-02-01 | Merge pull request #72492 from maiself/fix-binary-res-typed-array | Rémi Verschelde | |
Fix loading of binary resources with typed arrays | |||
2023-02-01 | Merge pull request #72490 from resistor/disasm | Rémi Verschelde | |
Fix disassembly of OPCODE_CONSTRUCT_TYPED_ARRAY. | |||
2023-02-01 | Merge pull request #63829 from clayjohn/VULKAN-disable-multiview | Rémi Verschelde | |
Disable multiview shader versions when xr is disabled | |||
2023-02-01 | Merge pull request #71409 from fire/escn-fixes | Rémi Verschelde | |
Fixes to ESCN mesh import | |||
2023-02-01 | Merge pull request #71936 from akien-mga/remove-some-unused-signals | Rémi Verschelde | |
Remove some unused signals | |||
2023-02-01 | Merge pull request #72412 from dsnopek/dedicated-server-export-ui-improvement | Rémi Verschelde | |
Make it clearer that file modes propagate to children in the dedicated server export | |||
2023-02-01 | Merge pull request #72472 from krazy-j/krazy-j/master | Rémi Verschelde | |
Fix near one opacity in editor icons |