summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-06Merge pull request #65829 from KoBeWi/custom_path_typeRémi Verschelde
Fix extending scripts by path
2022-11-05Merge pull request #68292 from Faless/web/4.x_editor_fixesRémi Verschelde
[Web] Fix shutdown, force WebGL2, fix editor run args.
2022-11-05[Editor] Fix invalid run args when remote debug is unavailable.Fabio Alessandrelli
2022-11-05[Web] Force WebGL2 when supported.Fabio Alessandrelli
2022-11-05[Web] Improve Godot shutdown and cleanup.Fabio Alessandrelli
2022-11-05Merge pull request #68270 from clayjohn/GLES3-batching-tilesetRémi Verschelde
Fix pathological corner case in drawing tileset editor
2022-11-04Merge pull request #68253 from dzil123/fix_array_shuffleIgnacio Roldán Etcheverry
Fix c# Array.Shuffle incorrect mono bindings
2022-11-04Fix pathological corner case in drawing tileset editorclayjohn
Interleaving draw_rect calls with and without a texture forces every rect to have its own draw call. In this case it meant that there is a draw call for every single tile in the atlas. This change makes it so the renderer can batch draw calls which reduced the draw call count by a factor of 512
2022-11-04Fix c# Array.Shuffle incorrect mono bindingsdzil123
2022-11-04Merge pull request #67434 from bruvzg/win_wrapperRémi Verschelde
Add console wrapper app to handle console i/o redirection on Windows.
2022-11-04Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-iconRémi Verschelde
Fix missing Add icon in the editor font prerendering dialog
2022-11-04Merge pull request #68097 from KoBeWi/no_signal🔕Rémi Verschelde
Add `set_value_no_signal()` to Range
2022-11-04Merge pull request #67741 from cridenour/modular-color-pickerRémi Verschelde
Modularize the Color Picker via properties and new picker mode.
2022-11-04Merge pull request #68196 from Geometror/test-math-functionsRémi Verschelde
Add a test suite for `Math::` namespace functions (new)
2022-11-04Merge pull request #68212 from dsnopek/rt-override-one-methodRémi Verschelde
Collapse three seperate texture storage methods into render_target_set_override()
2022-11-04Merge pull request #68228 from pasi1991/fix_typo_in_visual_instance_3dRémi Verschelde
Fix typo in method (set_transparecy) of visual_instance_3d
2022-11-04Merge pull request #68222 from groud/fix_corner_terrain_paintingRémi Verschelde
Fix terrain painting in corner-only matching mode
2022-11-04Merge pull request #68220 from Calinou/dynamicfont-msdf-no-antialiasingRémi Verschelde
Hide Antialiasing import option on DynamicFonts with MSDF enabled
2022-11-04Merge pull request #68213 from AThousandShips/tile_set_alternativesRémi Verschelde
Fix incorrect drawing of alternative tiles
2022-11-04Merge pull request #68080 from akien-mga/vulkan-sdk-1.3.231.1Rémi Verschelde
vulkan: Update all components to Vulkan SDK 1.3.231.1
2022-11-04Modularize the Color Picker via properties.Chris Ridenour
2022-11-04Add a test suite for `Math::` namespace functionsHendrik Brucker
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-11-03Merge pull request #68102 from BastiaanOlij/fix_render_issues_xrRémi Verschelde
Fix several render issues found while debugging XR
2022-11-03Fix typo in method of visual_instance_3dPatrick Siemsen
2022-11-03Fix missing Add icon in the editor font prerendering dialogHugo Locurcio
This also tweaks button writing style to match the rest of the editor.
2022-11-03Fix terrain painting in corner-only matching modeGilles Roudière
2022-11-03Collapse three seperate texture storage methods into ↵David Snopek
render_target_set_override()
2022-11-03Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio
Antialiasing cannot be adjusted on fonts rendered with MSDF. Internally, Godot always uses grayscale antialiasing for those fonts. This also tweaks property hints for consistency, and renames uses of "sub-pixel" to the more commonly used "subpixel".
2022-11-03Fix incorrect drawing of alternative tilesNinni Pipping
2022-11-03Merge pull request #68092 from raulsntos/dotnet/variant-from-arrayIgnacio Roldán Etcheverry
C#: Add implicit conversion from arrays to Variant
2022-11-03vulkan: Update all components to Vulkan SDK 1.3.231.1Rémi Verschelde
Updates to volk, vulkan headers, `vk_enum_string_helper.h`, glslang, spirv-reflect. No update to VMA which still has 3.0.1 as it's last tagged release.
2022-11-03Merge pull request #67695 from Sauermann/fix-filedrop-spaceRémi Verschelde
Do not strip spaces at the end of file names of dropped files
2022-11-03Merge pull request #67820 from Sauermann/fix-popup-closing-on-mousemoveRémi Verschelde
Fix unwanted popup closing by mouse-move while holding mouse-button down
2022-11-03Merge pull request #68133 from Sauermann/fix-mouse-droppingRémi Verschelde
Fix mouseleave event after drag and drop in different windows
2022-11-03Merge pull request #68192 from aaronfranke/unify-node3d-eulerRémi Verschelde
Unify Node3D RotationOrder with global EulerOrder
2022-11-03Merge pull request #68191 from aaronfranke/quat-euler-orderRémi Verschelde
Allow getting Quaternion rotation in different Euler orders
2022-11-03Merge pull request #67540 from KoBeWi/hue_hue_hueRémi Verschelde
Add a separate hue gradient for OKHSL mode
2022-11-03Merge pull request #68203 from zaevi/fix_reload_scripts_error_after_externalRémi Verschelde
Fix reload scripts error after saving in external editor.
2022-11-03Do not strip spaces at the end of file names of dropped files on linuxbsdMarkus Sauermann
2022-11-03Fix unwanted popup closing by mouse-move while holding mouse-buttonMarkus Sauermann
2022-11-03Fix reload scripts error after saving in external editor.Zae
2022-11-02Allow getting Quaternion rotation in different Euler ordersAaron Franke
2022-11-03Merge pull request #68182 from Riteo/x11-folderRémi Verschelde
linuxbsd: move all X11 stuff in its own directory
2022-11-03Merge pull request #67878 from clayjohn/RD-particles-amountRémi Verschelde
Correctly set number of particle dispatches when setting view axis
2022-11-03Merge pull request #67770 from clayjohn/GLES3-flip_yRémi Verschelde
Remove depth correction in GLES3 renderer
2022-11-02Unify Node3D RotationOrder with global EulerOrderAaron Franke
2022-11-02Merge pull request #66747 from aaronfranke/move-euler-orderRémi Verschelde
Move EulerOrder enum to math_defs.h and global scope
2022-11-02Merge pull request #67274 from jbcolli2/Primitive_TestsRémi Verschelde
Unit Tests for all Primitive Meshes.
2022-11-02Merge pull request #66017 from Mickeon/rename-image-copy-rectRémi Verschelde
Rename Image's `get_rect` to `get_region`
2022-11-02Merge pull request #67928 from ↵Rémi Verschelde
YeldhamDev/we_really_need_a_callback_for_after_children_is_removed Fix problems with `tab_changed` signal when removing multiple tabs at once