summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-12Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflictsGeorge Marques
2023-01-12Merge pull request #71253 from vonagam/fix-usage-of-resolve-datatypeRémi Verschelde
GDScript: Fix small inconsistencies with resolve_datatype
2023-01-12Merge pull request #71271 from reduz/fix-editorspinslider-tab-usageRémi Verschelde
Fix TAB key usage in EditorSpinSlider (and hence inpector).
2023-01-12Merge pull request #71270 from Miltage/update-timer-docsRémi Verschelde
Improve clarity surrounding Timer's time_left variable
2023-01-12Merge pull request #71269 from bruvzg/win_killRémi Verschelde
[Windows] Allow OS::kill method to terminate non-child processes.
2023-01-12GDScript: Fix small inconsistencies with resolve_datatypeDmitrii Maganov
2023-01-12Merge pull request #70566 from cg9999/richtextlabel_fixRémi Verschelde
Fix crash in RichTextLabel table parsing
2023-01-12Merge pull request #71237 from GDYendell/readme-compiling-from-source-linkRémi Verschelde
Fix link to docs for building from source
2023-01-12Merge pull request #71231 from tom95/fix-android-manifest-hand-tracking-v2Rémi Verschelde
Fix writing value for hand-tracking V2.0 to AndroidManifest.xml
2023-01-12Merge pull request #71218 from KoBeWi/unlimited_bikeshedding_lets_goRémi Verschelde
Split pause() from AnimationPlayer's stop()
2023-01-12Merge pull request #71123 from Chaosus/vs_particle_randomnessYuri Rubinsky
2023-01-12Fix TAB key usage in EditorSpinSlider (and hence inpector).Juan Linietsky
* This ensures that the tab key usage is correct in all situations in EditorSpinSlider * The ESC key can also close the lineedit popup. I can't find a proper issue to fix, but partially solves the concerns raised in #37723.
2023-01-12Improve clarity surrounding Timer's time_left variableRobert Shenton
2023-01-12[Windows] Allow OS::kill method to terminate non-child processes.bruvzg
2023-01-12Merge pull request #71267 from Chaosus/vs_fix_paramref_crashYuri Rubinsky
Fix https://github.com/godotengine/godot/issues/70545
2023-01-12Fix various crashes of ParameterRef nodes in visual shaderYuri Rubinsky
2023-01-12Fix crash in RichTextLabel table parsingHenri Valta
Fixed with help of feedback from bruvzg. Prevents invalid items getting to stack.
2023-01-12Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.xRémi Verschelde
Add NavigationServer Performance Monitor
2023-01-12Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde
Improve documentation for `OS.read_string_from_stdin()`
2023-01-12Merge pull request #71224 from rsjtdrjgfuzkfg/openxr-openglRémi Verschelde
OpenXR: Do not use SRGB swapchains with OpenGL
2023-01-12Merge pull request #71250 from smix8/navigation_tweak_agent2d_4.xRémi Verschelde
Tweak NavigationAgent2D defaults
2023-01-12Merge pull request #71261 from clayjohn/RD-alpha-aaRémi Verschelde
Take alpha antialising options into account when setting up materials
2023-01-12Merge pull request #71232 from Geometror/graphnode-selected-signal-renameRémi Verschelde
Rename `(de)selected` signals to `node_(de)selected` in `GraphNode`
2023-01-11Take alpha antialising options into account when setting up materialsclayjohn
This restores the functionality of the alpha antialising options
2023-01-12Rename (de)selected signals to node_(de)selected in GraphNodeHendrik Brucker
2023-01-12Merge pull request #71130 from clayjohn/RD-normal-roughnessRémi Verschelde
Fix multiple issues that make the normal roughness texture unusable
2023-01-12Merge pull request #71034 from rsjtdrjgfuzkfg/openxr-android-warningRémi Verschelde
OpenXR: Fix android loader extension detection
2023-01-12Merge pull request #71124 from clayjohn/forward-prepassRémi Verschelde
Only disable depth writing in opaque pipelines
2023-01-12Merge pull request #71228 from vnen/gdscript-fix-nil-address-crashRémi Verschelde
GDScript: Fix temp values being written without proper clear
2023-01-11Tweak NavigationAgent2D defaultssmix8
Tweaks default values for NavigationAgent2D to work better out of the box within a new 2D project using default resolution.
2023-01-11Improve 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-11Fix link to docs for building from sourceGary Yendell
2023-01-11GDScript: Fix temp values being written without proper clearGeorge 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-11Merge pull request #71168 from guilleatm/masterYuri Sizov
Improve description of `GetNodeOrDefault` in C# API
2023-01-11Fix writing value for hand-tracking V2.0 to AndroidManifest.xmlTom Beckmann
2023-01-11OpenXR: Do not use SRGB swapchains with OpenGLrsjtdrjgfuzkfg
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-11Improve description of `GetNodeOrDefault` in C# APIGuillermo
Indenting with spaces and added a line break Co-authored-by: Raul Santos <raulsntos@gmail.com>
2023-01-11OpenXR: Fix initialization warning on Androidrsjtdrjgfuzkfg
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-11Merge pull request #71203 from smix8/nav_tutorial_class_doc_links_4.xYuri Sizov
Add navigation tutorial links inside class doc
2023-01-11Improve some Tween internalskobewi
2023-01-11Split pause() from AnimationPlayer's stop()kobewi
2023-01-11Merge 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-11Merge pull request #71212 from bruvzg/ios_export_errsRémi Verschelde
[iOS Export] Check Xcode output and display errors if code signing, project build or .ipa export failed.
2023-01-11Merge pull request #71075 from Repiteo/open_in_file_manager_shortcutRémi Verschelde
Setup "Open in File Manager" as shortcut
2023-01-11Fix crash in CodeEdit when caret column exceeds line length.Eric M
2023-01-11Merge pull request #70707 from mihe/bind-physics-excludeRémi Verschelde
Bind methods related to physics query exclusions
2023-01-11Merge pull request #71206 from nongvantinh/enhance-project-convertionRémi Verschelde
Add missing functions in the Control node when converting project.
2023-01-11Merge pull request #71164 from akien-mga/ci-clang-format-15Rémi Verschelde
CI: Use clang-format 15
2023-01-11Merge pull request #70167 from rsjtdrjgfuzkfg/picoRé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.