Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-04 | Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-icon | Rémi Verschelde | |
Fix missing Add icon in the editor font prerendering dialog | |||
2022-11-04 | Merge pull request #68097 from KoBeWi/no_signal🔕 | Rémi Verschelde | |
Add `set_value_no_signal()` to Range | |||
2022-11-04 | Merge pull request #67741 from cridenour/modular-color-picker | Rémi Verschelde | |
Modularize the Color Picker via properties and new picker mode. | |||
2022-11-04 | Merge pull request #68196 from Geometror/test-math-functions | Rémi Verschelde | |
Add a test suite for `Math::` namespace functions (new) | |||
2022-11-04 | Merge pull request #68212 from dsnopek/rt-override-one-method | Rémi Verschelde | |
Collapse three seperate texture storage methods into render_target_set_override() | |||
2022-11-04 | Merge pull request #68228 from pasi1991/fix_typo_in_visual_instance_3d | Rémi Verschelde | |
Fix typo in method (set_transparecy) of visual_instance_3d | |||
2022-11-04 | Merge pull request #68222 from groud/fix_corner_terrain_painting | Rémi Verschelde | |
Fix terrain painting in corner-only matching mode | |||
2022-11-04 | Merge pull request #68220 from Calinou/dynamicfont-msdf-no-antialiasing | Rémi Verschelde | |
Hide Antialiasing import option on DynamicFonts with MSDF enabled | |||
2022-11-04 | Merge pull request #68213 from AThousandShips/tile_set_alternatives | Rémi Verschelde | |
Fix incorrect drawing of alternative tiles | |||
2022-11-04 | Merge pull request #68080 from akien-mga/vulkan-sdk-1.3.231.1 | Rémi Verschelde | |
vulkan: Update all components to Vulkan SDK 1.3.231.1 | |||
2022-11-04 | Modularize the Color Picker via properties. | Chris Ridenour | |
2022-11-04 | Add a test suite for `Math::` namespace functions | Hendrik Brucker | |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2022-11-03 | Merge pull request #68102 from BastiaanOlij/fix_render_issues_xr | Rémi Verschelde | |
Fix several render issues found while debugging XR | |||
2022-11-03 | Fix typo in method of visual_instance_3d | Patrick Siemsen | |
2022-11-03 | Fix missing Add icon in the editor font prerendering dialog | Hugo Locurcio | |
This also tweaks button writing style to match the rest of the editor. | |||
2022-11-03 | Fix terrain painting in corner-only matching mode | Gilles Roudière | |
2022-11-03 | Collapse three seperate texture storage methods into ↵ | David Snopek | |
render_target_set_override() | |||
2022-11-03 | Hide Antialiasing import option on DynamicFonts with MSDF enabled | Hugo 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-03 | Fix incorrect drawing of alternative tiles | Ninni Pipping | |
2022-11-03 | Merge pull request #68092 from raulsntos/dotnet/variant-from-array | Ignacio Roldán Etcheverry | |
C#: Add implicit conversion from arrays to Variant | |||
2022-11-03 | vulkan: Update all components to Vulkan SDK 1.3.231.1 | Ré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-03 | Merge pull request #67695 from Sauermann/fix-filedrop-space | Rémi Verschelde | |
Do not strip spaces at the end of file names of dropped files | |||
2022-11-03 | Merge pull request #67820 from Sauermann/fix-popup-closing-on-mousemove | Rémi Verschelde | |
Fix unwanted popup closing by mouse-move while holding mouse-button down | |||
2022-11-03 | Merge pull request #68133 from Sauermann/fix-mouse-dropping | Rémi Verschelde | |
Fix mouseleave event after drag and drop in different windows | |||
2022-11-03 | Merge pull request #68192 from aaronfranke/unify-node3d-euler | Rémi Verschelde | |
Unify Node3D RotationOrder with global EulerOrder | |||
2022-11-03 | Merge pull request #68191 from aaronfranke/quat-euler-order | Rémi Verschelde | |
Allow getting Quaternion rotation in different Euler orders | |||
2022-11-03 | Merge pull request #67540 from KoBeWi/hue_hue_hue | Rémi Verschelde | |
Add a separate hue gradient for OKHSL mode | |||
2022-11-03 | Merge pull request #68203 from zaevi/fix_reload_scripts_error_after_external | Rémi Verschelde | |
Fix reload scripts error after saving in external editor. | |||
2022-11-03 | Do not strip spaces at the end of file names of dropped files on linuxbsd | Markus Sauermann | |
2022-11-03 | Fix unwanted popup closing by mouse-move while holding mouse-button | Markus Sauermann | |
2022-11-03 | Fix reload scripts error after saving in external editor. | Zae | |
2022-11-02 | Allow getting Quaternion rotation in different Euler orders | Aaron Franke | |
2022-11-03 | Merge pull request #68182 from Riteo/x11-folder | Rémi Verschelde | |
linuxbsd: move all X11 stuff in its own directory | |||
2022-11-03 | Merge pull request #67878 from clayjohn/RD-particles-amount | Rémi Verschelde | |
Correctly set number of particle dispatches when setting view axis | |||
2022-11-03 | Merge pull request #67770 from clayjohn/GLES3-flip_y | Rémi Verschelde | |
Remove depth correction in GLES3 renderer | |||
2022-11-02 | Unify Node3D RotationOrder with global EulerOrder | Aaron Franke | |
2022-11-02 | Merge pull request #66747 from aaronfranke/move-euler-order | Rémi Verschelde | |
Move EulerOrder enum to math_defs.h and global scope | |||
2022-11-02 | Merge pull request #67274 from jbcolli2/Primitive_Tests | Rémi Verschelde | |
Unit Tests for all Primitive Meshes. | |||
2022-11-02 | Merge pull request #66017 from Mickeon/rename-image-copy-rect | Rémi Verschelde | |
Rename Image's `get_rect` to `get_region` | |||
2022-11-02 | Merge 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 | |||
2022-11-02 | Merge pull request #60273 from Calinou/cli-export-release-rename | Rémi Verschelde | |
Rename `--export` command line argument to `--export-release` | |||
2022-11-02 | Merge pull request #68120 from akien-mga/style-doc-cleanup | Rémi Verschelde | |
Style: Misc docs and comment style and language fixes | |||
2022-11-02 | Merge pull request #68173 from clayjohn/GLES3-panorama | Rémi Verschelde | |
Bind DirectionalLight buffer to uniform slot even when not used | |||
2022-11-02 | Merge pull request #68177 from KoBeWi/routine_regression | Rémi Verschelde | |
Fix crash in connection dialog | |||
2022-11-02 | Fixup Clang -Wtype-limits warnings introduced by #52350 | Rémi Verschelde | |
2022-11-02 | C#: Add implicit conversion from arrays to Variant | Raul Santos | |
Adds an implicit conversion from supported array types (the ones that are equivalent to `Packed*Array` types in Godot) to Variant. | |||
2022-11-02 | linuxbsd: move all X11 stuff in its own directory | Riteo | |
This allows implementing `DisplayServer`s like Wayland without making a mess in the source tree. | |||
2022-11-02 | Merge pull request #68174 from clayjohn/codeowner-gles3 | Clay John | |
Add rendering team as GLES3 CODEOWNER | |||
2022-11-02 | Fix crash in connection dialog | kobewi | |
2022-11-02 | Move EulerOrder enum to math_defs.h and global scope | Aaron Franke | |