Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | Fix style issue in ShapeCast3D after #68409 | Rémi Verschelde | |
Somehow that PR didn't run the CI checks. | |||
2023-01-12 | Merge pull request #71197 from adamscott/add-default-virtual-path-gdscript | Rémi Verschelde | |
Add default virtual `gdscript://` path to `GDScript` instances | |||
2023-01-12 | Merge pull request #71258 from TechnoPorg/doc-editor-export-platform | Rémi Verschelde | |
Document EditorExportPlatform | |||
2023-01-12 | Merge pull request #70700 from vonagam/fix-abstract-extends | Rémi Verschelde | |
GDScript: Fix extending abstract classes, forbid their construction | |||
2023-01-12 | Merge pull request #68409 from Jasuse/shapecast3d_dbg_shape_fix | Rémi Verschelde | |
Fix debug shape of `ShapeCast3D` not updating on `Shape` change | |||
2023-01-12 | GDScript: Fix extending abstract classes, forbid their construction | Dmitrii Maganov | |
2023-01-12 | Add default virtual `gdscript://` path to `GDScript` instances | Adam Scott | |
2023-01-12 | Merge pull request #71274 from Faless/fix/4.x_export_preset_debug_feature | Fabio Alessandrelli | |
[Editor] Fix missing "debug"/"release" export presets feature tags. | |||
2023-01-12 | Merge pull request #70899 from adamscott/fix-vector-inf | Rémi Verschelde | |
Fix parse error using Vector{2,3,4}.INF | |||
2023-01-12 | Merge pull request #70644 from vonagam/fix-variant-type-arg | Rémi Verschelde | |
GDScript: Fix getting type from PropertyInfo for Variant arguments | |||
2023-01-12 | GDScript: Fix getting type from PropertyInfo for Variant arguments | Dmitrii Maganov | |
2023-01-12 | Merge pull request #70987 from vonagam/fix-parameter-conversion-assign | George Marques | |
2023-01-12 | Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflicts | George Marques | |
2023-01-12 | [Editor] Fix missing "debug"/"release" export presets feature tags. | Fabio Alessandrelli | |
So the same code can be used in editor and debug exports ("release" is kept for consistency). | |||
2023-01-12 | Merge pull request #71253 from vonagam/fix-usage-of-resolve-datatype | Rémi Verschelde | |
GDScript: Fix small inconsistencies with resolve_datatype | |||
2023-01-12 | Merge pull request #71271 from reduz/fix-editorspinslider-tab-usage | Rémi Verschelde | |
Fix TAB key usage in EditorSpinSlider (and hence inpector). | |||
2023-01-12 | Merge pull request #71270 from Miltage/update-timer-docs | Rémi Verschelde | |
Improve clarity surrounding Timer's time_left variable | |||
2023-01-12 | Merge pull request #71269 from bruvzg/win_kill | Rémi Verschelde | |
[Windows] Allow OS::kill method to terminate non-child processes. | |||
2023-01-12 | GDScript: Fix small inconsistencies with resolve_datatype | Dmitrii Maganov | |
2023-01-12 | Merge pull request #70566 from cg9999/richtextlabel_fix | Rémi Verschelde | |
Fix crash in RichTextLabel table parsing | |||
2023-01-12 | Merge pull request #71237 from GDYendell/readme-compiling-from-source-link | Rémi Verschelde | |
Fix link to docs for building from source | |||
2023-01-12 | Merge pull request #71231 from tom95/fix-android-manifest-hand-tracking-v2 | Rémi Verschelde | |
Fix writing value for hand-tracking V2.0 to AndroidManifest.xml | |||
2023-01-12 | Merge pull request #71218 from KoBeWi/unlimited_bikeshedding_lets_go | Rémi Verschelde | |
Split pause() from AnimationPlayer's stop() | |||
2023-01-12 | Merge pull request #71123 from Chaosus/vs_particle_randomness | Yuri Rubinsky | |
2023-01-12 | Fix 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-12 | Improve clarity surrounding Timer's time_left variable | Robert Shenton | |
2023-01-12 | [Windows] Allow OS::kill method to terminate non-child processes. | bruvzg | |
2023-01-12 | Merge pull request #71267 from Chaosus/vs_fix_paramref_crash | Yuri Rubinsky | |
Fix https://github.com/godotengine/godot/issues/70545 | |||
2023-01-12 | Fix various crashes of ParameterRef nodes in visual shader | Yuri Rubinsky | |
2023-01-12 | Fix crash in RichTextLabel table parsing | Henri Valta | |
Fixed with help of feedback from bruvzg. Prevents invalid items getting to stack. | |||
2023-01-12 | Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.x | Rémi Verschelde | |
Add NavigationServer Performance Monitor | |||
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-11 | Document EditorExportPlatform | TechnoPorg | |
This class exposes no functionality to scripting itself, but is used by EditorExportPlugins. Internally, it is what does the actual exporting of projects. | |||
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 | Fix link to docs for building from source | Gary Yendell | |
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 | Fix writing value for hand-tracking V2.0 to AndroidManifest.xml | Tom Beckmann | |
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. |