Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-14 | Disable VRAM compression by default for small textures in Detect 3D | Hugo Locurcio | |
This is done to prevent reducing texture quality when it doesn't save much video memory, especially for pixel art. The size threshold can be adjusted in the project settings. To get the previous behavior where textures detected to be used in 3D had their compression mode always set to VRAM, set this to the lowest value (16). | |||
2022-06-13 | Merge pull request #61998 from groud/fix_terrain_constraints | Rémi Verschelde | |
Fixes terrains for isometric tilemaps | |||
2022-06-13 | Merge pull request #62005 from Calinou/texture-import-detect-3d-i18n | Rémi Verschelde | |
Add internationalization for Detect 3D texture import messages | |||
2022-06-13 | Add internationalization for Detect 3D texture import messages | Hugo Locurcio | |
These messages are only printed in the editor and can be seen in the editor Output panel, so these should be localizable. | |||
2022-06-13 | Fixes terrains for isometric tilemaps | Gilles Roudière | |
2022-06-13 | Merge pull request #61945 from KoBeWi/making_move_to_trash_less_trash | Rémi Verschelde | |
2022-06-13 | Merge pull request #61839 from Faless/webrtc/4.x_extension_static_default | Rémi Verschelde | |
2022-06-13 | Merge pull request #61974 from Calinou/project-settings-mark-as-basic | Rémi Verschelde | |
2022-06-13 | Merge pull request #61809 from groud/terrain_center_bit | Rémi Verschelde | |
2022-06-13 | Merge pull request #61915 from Calinou/doc-lightmapgi | Rémi Verschelde | |
2022-06-13 | Merge pull request #50506 from Calinou/light3d-increase-shadow-blur | Rémi Verschelde | |
2022-06-13 | Document LightmapGI, LightmapGIData and LightmapProbe | Hugo Locurcio | |
This documents those 3 classes with 100% completion, while also documenting the relevant project settings. | |||
2022-06-13 | Merge pull request #61983 from skyace65/WorldEnvironment | Rémi Verschelde | |
2022-06-13 | Tweak Light3D property hints for greater flexibility | Hugo Locurcio | |
- Specular can now be set above 1.0. - Blur can be set to 0 to disable shadow blurring entirely, which is useful on lights that have a non-zero size. - When shadow blurring is disabled, lights that have a non-zero size will not use PCSS-like soft shadows, speeding up shadow rendering considerably. - Some property hints now allow more precise values. | |||
2022-06-13 | Add description for camera effects property in WorldEnvironment | skyace65 | |
2022-06-13 | Merge pull request #61972 from and-rad/confirm-insert | Rémi Verschelde | |
Fixed keying multiple animation tracks | |||
2022-06-13 | Improve description of move_to_trash() | kobewi | |
2022-06-13 | Merge pull request #61772 from bruvzg/ft_ot_collect | Rémi Verschelde | |
2022-06-13 | Merge pull request #61819 from bruvzg/button_overrun | Rémi Verschelde | |
2022-06-13 | Merge pull request #61936 from jgillich/vehicle-import | Rémi Verschelde | |
restore vehicle+wheel importers | |||
2022-06-13 | Merge pull request #61842 from bruvzg/popup_fixes_sw | Rémi Verschelde | |
2022-06-13 | Merge pull request #61988 from bruvzg/rtl_underline | Rémi Verschelde | |
2022-06-13 | Merge pull request #61986 from bruvzg/missing_ts_lock | Rémi Verschelde | |
2022-06-13 | [RTL] Fix underline/overline/strikethrough interaction with the "visible ↵ | bruvzg | |
characters" property. | |||
2022-06-13 | [TextServer] Add missing font mutex lock. | bruvzg | |
2022-06-13 | Single-window mode popups and edited scene windows fixes. | bruvzg | |
Fix single-window mode popup not closing when OptionBox is clicked. Fix single-window mode submenus closing when parent menu item, that was used to open it is clicked (using same safe-area logic as platform specific code). Disallow windows that are part of an edited scene from being set as exclusive or popup to prevent it from locking up the editor. | |||
2022-06-12 | Merge pull request #61961 from jtnicholl/anim_lib_type_hints | Rémi Verschelde | |
Fix type hints for AnimationLibrary's signals' arguments | |||
2022-06-12 | Merge pull request #61916 from Calinou/doc-curvetexture | Rémi Verschelde | |
Document the CurveXYZTexture class, improve CurveTexture documentation | |||
2022-06-12 | Merge pull request #61736 from KoBeWi/final_form_of_the_fix | Fabio Alessandrelli | |
Fix Debugger tab not updating when clearing errors | |||
2022-06-12 | Mark some common project settings as basic | Hugo Locurcio | |
2022-06-12 | Document the CurveXYZTexture class, improve CurveTexture documentation | Hugo Locurcio | |
2022-06-12 | Fix type hints for AnimationLibrary's signals | Jonathan Nicholl | |
2022-06-12 | Fixed missing call to AnimationTrackEditor::make_insert_queue | Andreas Raddau | |
2022-06-12 | Merge pull request #60128 from jiq4449/master | Rémi Verschelde | |
Added documentation comments to the .NET library | |||
2022-06-12 | Merge pull request #61959 from timothyqiu/right-desc | Rémi Verschelde | |
Fix parameter name for `String.left` and `String.right` | |||
2022-06-12 | Fix parameter name for String.left and String.right | Haoyu Qiu | |
2022-06-12 | Merge pull request #61949 from ↵ | Rémi Verschelde | |
touilleMan/native_extension_open_library_handle_initialization_error Fix NativeExtension::open_library return value when the undelying lib fails to initialize | |||
2022-06-12 | Merge pull request #61950 from Calinou/editor-capitalization-add-taa | Rémi Verschelde | |
Add TAA to the list of editor capitalizations | |||
2022-06-12 | Merge pull request #61240 from fire-forge/suffix | Rémi Verschelde | |
Add suffixes to all nodes and resources | |||
2022-06-11 | Added documentation comments to the .NET library | Joshua Quinones | |
Comments have been added for the following: modules/mono/glue/GodotSharp/GodotSharp/Core/GodotTaskScheduler.cs modules/mono/glue/GodotSharp/GodotSharp/Core/GodotSynchronizationContext.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/AssemblyHasScriptsAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/DisableGodotGeneratorsAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ExportAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/GodotMethodAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ScriptPathAttribute.cs | |||
2022-06-12 | Add TAA to the list of editor capitalizations | Hugo Locurcio | |
This is used in the "Use Taa" setting (for temporal antialiasing). | |||
2022-06-12 | Fix NativeExtension::open_library return value when the undelying lib fails ↵ | Emmanuel Leblond | |
to initialize | |||
2022-06-11 | Merge pull request #61939 from Calinou/doc-meshinstance2d-tool | Rémi Verschelde | |
2022-06-11 | Update name of Convert to MeshInstance2D button in MeshInstance2D doc | Hugo Locurcio | |
2022-06-11 | Merge pull request #59797 from fire-forge/array-margins | Rémi Verschelde | |
2022-06-11 | Add margins to Array and Dictionary editors | FireForge | |
2022-06-11 | restore vehicle+wheel importers | Jakob Gillich | |
fixes #61733 | |||
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
2022-06-11 | Merge pull request #61920 from Calinou/makerst-print-color | Rémi Verschelde | |
2022-06-11 | Merge pull request #61917 from Calinou/makerst-fix-error-reporting | Rémi Verschelde | |