Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | Merge pull request #70714 from Calinou/doc-os-stdin | Rémi Verschelde | |
Improve documentation for `OS.read_string_from_stdin()` | |||
2023-01-12 | Merge pull request #71224 from rsjtdrjgfuzkfg/openxr-opengl | Rémi Verschelde | |
OpenXR: Do not use SRGB swapchains with OpenGL | |||
2023-01-12 | Merge pull request #71250 from smix8/navigation_tweak_agent2d_4.x | Rémi Verschelde | |
Tweak NavigationAgent2D defaults | |||
2023-01-12 | Merge pull request #71261 from clayjohn/RD-alpha-aa | Rémi Verschelde | |
Take alpha antialising options into account when setting up materials | |||
2023-01-12 | Merge pull request #71232 from Geometror/graphnode-selected-signal-rename | Rémi Verschelde | |
Rename `(de)selected` signals to `node_(de)selected` in `GraphNode` | |||
2023-01-11 | Take alpha antialising options into account when setting up materials | clayjohn | |
This restores the functionality of the alpha antialising options | |||
2023-01-12 | Rename (de)selected signals to node_(de)selected in GraphNode | Hendrik Brucker | |
2023-01-12 | Merge pull request #71130 from clayjohn/RD-normal-roughness | Rémi Verschelde | |
Fix multiple issues that make the normal roughness texture unusable | |||
2023-01-12 | Merge pull request #71034 from rsjtdrjgfuzkfg/openxr-android-warning | Rémi Verschelde | |
OpenXR: Fix android loader extension detection | |||
2023-01-12 | Merge pull request #71124 from clayjohn/forward-prepass | Rémi Verschelde | |
Only disable depth writing in opaque pipelines | |||
2023-01-12 | Merge pull request #71228 from vnen/gdscript-fix-nil-address-crash | Rémi Verschelde | |
GDScript: Fix temp values being written without proper clear | |||
2023-01-11 | Tweak NavigationAgent2D defaults | smix8 | |
Tweaks default values for NavigationAgent2D to work better out of the box within a new 2D project using default resolution. | |||
2023-01-11 | Improve documentation for `OS.read_string_from_stdin()` | Hugo Locurcio | |
This makes it clearer that calls to this method are blocking. The unused method parameter was also removed. | |||
2023-01-11 | GDScript: Fix temp values being written without proper clear | George Marques | |
Temporary values in the stack were not being properly cleared when the return value of calls were discarded, which can cause memory issues especially for reference types like PackedByteArray. | |||
2023-01-11 | Merge pull request #71168 from guilleatm/master | Yuri Sizov | |
Improve description of `GetNodeOrDefault` in C# API | |||
2023-01-11 | OpenXR: Do not use SRGB swapchains with OpenGL | rsjtdrjgfuzkfg | |
This commit removes SRGB swapchain options for use with OpenGL, to avoid the hardware doing an additional SRGB conversion and thus causing colors to differ from other rendering paths. | |||
2023-01-11 | Improve description of `GetNodeOrDefault` in C# API | Guillermo | |
Indenting with spaces and added a line break Co-authored-by: Raul Santos <raulsntos@gmail.com> | |||
2023-01-11 | OpenXR: Fix initialization warning on Android | rsjtdrjgfuzkfg | |
This commit adds proper checking for XR_KHR_loader_init support and fixes the warning regarding missing extensions on Android to only appear if neither XR_KHR_loader_init nor XR_KHR_loader_init_android are supported by the runtime. | |||
2023-01-11 | Merge pull request #71203 from smix8/nav_tutorial_class_doc_links_4.x | Yuri Sizov | |
Add navigation tutorial links inside class doc | |||
2023-01-11 | Merge pull request #71219 from ↵ | Rémi Verschelde | |
EricEzaM/68176-codeedit_update_code_completion_options_crash Fix crash in CodeEdit when caret column exceeds line length. | |||
2023-01-11 | Merge pull request #71212 from bruvzg/ios_export_errs | Rémi Verschelde | |
[iOS Export] Check Xcode output and display errors if code signing, project build or .ipa export failed. | |||
2023-01-11 | Merge pull request #71075 from Repiteo/open_in_file_manager_shortcut | Rémi Verschelde | |
Setup "Open in File Manager" as shortcut | |||
2023-01-11 | Fix crash in CodeEdit when caret column exceeds line length. | Eric M | |
2023-01-11 | Merge pull request #70707 from mihe/bind-physics-exclude | Rémi Verschelde | |
Bind methods related to physics query exclusions | |||
2023-01-11 | Merge pull request #71206 from nongvantinh/enhance-project-convertion | Rémi Verschelde | |
Add missing functions in the Control node when converting project. | |||
2023-01-11 | Merge pull request #71164 from akien-mga/ci-clang-format-15 | Rémi Verschelde | |
CI: Use clang-format 15 | |||
2023-01-11 | Merge pull request #70167 from rsjtdrjgfuzkfg/pico | Rémi Verschelde | |
OpenXR: Add Pico controller profile | |||
2023-01-11 | [iOS Export] Check Xcode output and display errors if code signing, project ↵ | bruvzg | |
build or .ipa export failed. | |||
2023-01-11 | Merge pull request #71060 from ItsAleph/docs/improve-iea | Rémi Verschelde | |
docs: Improve `InputEventAction` reference | |||
2023-01-11 | Merge pull request #71159 from EricEzaM/minor-input-configuration-fixes | Rémi Verschelde | |
Propagate allowed input types to `event_listener` when setting them on `InputEventConfigurationDialog` | |||
2023-01-11 | Merge pull request #71105 from reduz/unload-current-scene | Rémi Verschelde | |
Add SceneTree.unload_current_scene() | |||
2023-01-11 | Add navigation tutorial links inside class doc | smix8 | |
Adds navigation tutorial links inside the class doc to the related and more detailed godot-docs pages. | |||
2023-01-11 | Add missing functions in the Control node when converting project | Nong Van Tinh | |
2023-01-11 | Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parents | Rémi Verschelde | |
Ensure that the cached layout mode is in sync | |||
2023-01-11 | Merge pull request #69724 from KoBeWi/VS100 | Rémi Verschelde | |
Document all VisualShader nodes | |||
2023-01-11 | Merge pull request #71170 from reduz/text-loader-fixes | Rémi Verschelde | |
Text resource loader fixes | |||
2023-01-11 | Merge pull request #71157 from reduz/fix-callable-get-bound-arguments | Rémi Verschelde | |
Fix Callable call error reporting. | |||
2023-01-11 | Merge pull request #71127 from reduz/drag-forward-to-callables | Rémi Verschelde | |
Change set_drag_forwarding() to use callables. | |||
2023-01-11 | Merge pull request #71042 from ↵ | Rémi Verschelde | |
marzecdawid/only-cursor-multiselect-tree-text-search Fix text search in Tree with multiselect | |||
2023-01-11 | Merge pull request #70475 from BastiaanOlij/cleanup_luminance | Rémi Verschelde | |
Move luminance effect into its own class and use new buffers system | |||
2023-01-11 | Merge pull request #70595 from adamscott/add-gdscript-editorconfig | Rémi Verschelde | |
Add GDScript `.editorconfig` rules | |||
2023-01-11 | Merge pull request #71191 from rburing/get_contact_impulse_2d | Rémi Verschelde | |
Add `get_contact_impulse` method to `PhysicsDirectBodyState2D` | |||
2023-01-11 | Merge pull request #71192 from vnen/gdscript-fix-variant-conversion-assign | Rémi Verschelde | |
GDScript: Fix use of conversion assign for variant values | |||
2023-01-10 | GDScript: Fix use of conversion assign for variant values | George Marques | |
2023-01-10 | Add get_contact_impulse method to PhysicsDirectBodyState2D | Ricardo Buring | |
This makes it consistent with 3D. | |||
2023-01-10 | Document all VisualShader nodes | kobewi | |
2023-01-10 | Ensure that the cached layout mode is in sync | Yuri Sizov | |
2023-01-10 | Text resource loader fixes | Juan Linietsky | |
* Moved the order of progress update to after the actual resource loading to give better % numbers. * Fix a bug introduced by #67714, which broke cache ignoring. | |||
2023-01-10 | Add GDScript `.editorconfig` rules | Adam Scott | |
- Uniformize `.gd` unit test files indentation to tabs (where needed) | |||
2023-01-10 | docs: Improve `InputEventAction` reference | weerdy15 | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> |