Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-10 | Merge pull request #61487 from chungd87/fix-animation-UI-bug | Rémi Verschelde | |
2022-06-10 | Merge pull request #61863 from m4gr3d/switch_editor_kotlin_main | Rémi Verschelde | |
2022-06-10 | Merge pull request #61862 from KoBeWi/fake_class | Rémi Verschelde | |
Remove TooltipPanel and TooltipLabel | |||
2022-06-10 | Merge pull request #61868 from iwek7/line_edit_caret | Rémi Verschelde | |
Fix setting line edit caret after double and triple click | |||
2022-06-10 | Merge pull request #61865 from nikolawhallon/microphone-sample-format | Rémi Verschelde | |
added info on microphone sample format | |||
2022-06-10 | Merge pull request #61864 from ↵ | Rémi Verschelde | |
Calinou/environment-sky-rotation-add-property-hint Add a property hint to Environment's `sky_rotation` property | |||
2022-06-10 | Merge pull request #61859 from Chaosus/fix_sky_rotation | Yuri Rubinsky | |
2022-06-10 | Fix setting line edit caret after dobule and triple click | iwek | |
2022-06-09 | added info on microphone sample format | Nikola Whallon | |
2022-06-09 | Add a property hint to Environment's `sky_rotation` property | Hugo Locurcio | |
This property hint is identical to Node3D's `sky_rotation` property and provides degree-based editing. | |||
2022-06-09 | Migrate the Godot Editor java source file to Kotlin. | Fredia Huya-Kouadio | |
2022-06-09 | Remove TooltipPanel and TooltipLabel | kobewi | |
2022-06-09 | Fix incorrect sky rotation based on camera axis | Yuri Rubinsky | |
2022-06-09 | Merge pull request #61854 from Chaosus/shader_fix_time | Rémi Verschelde | |
Fix `TIME` compilation for custom functions in spatial shader | |||
2022-06-09 | Fix `TIME` compilation for custom functions in spatial shader | Yuri Rubinsky | |
2022-06-09 | Merge pull request #61850 from JFonS/fixx_taa_macos | Rémi Verschelde | |
2022-06-09 | Workaround MoltenVK error found in TAA implementation | jfons | |
2022-06-09 | Increase AnimationPlayer position SpinBox to fit more decimals | Danny Chung | |
Fixed UI bug where it appeared that pushing the up or down incrementing arrows did not increment the SpinBox value appropriately. Just needed to increase the size of the box horizontally, to display four decimal points consistently. | |||
2022-06-09 | Merge pull request #61659 from KoBeWi/state-of-the-ed | Rémi Verschelde | |
2022-06-09 | Merge pull request #61648 from KoBeWi/dependency_editle | Rémi Verschelde | |
2022-06-09 | Merge pull request #61813 from smix8/navigationmesh_properties_naming_4.x | Rémi Verschelde | |
2022-06-09 | Remove slash delimiter from NavigationMesh properties | smix8 | |
Remove slash delimiter from NavigationMesh properties. | |||
2022-06-09 | Merge pull request #61670 from smix8/navigation_navagent_patharray_use_4.x | Rémi Verschelde | |
Document the correct use of NavigationAgent path functions | |||
2022-06-09 | Merge pull request #61829 from clayjohn/VULKAN-refprobe-crash | Rémi Verschelde | |
Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using ReflectionProbe | |||
2022-06-09 | Merge pull request #61830 from XutaxKamay/fix-image-texture | Rémi Verschelde | |
Fix for regression of an ImageTexture being imported | |||
2022-06-09 | Document the correct use of NavigationAgent path functions | smix8 | |
Document the correct use of NavigationAgent path functions. | |||
2022-06-09 | Fix for ImageTexture imported | Kamay Xutax | |
Someone apparently forgot to return true ... on ImageTexture::_set/_get | |||
2022-06-08 | Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using ↵ | clayjohn | |
ReflectionProbe | |||
2022-06-08 | Merge pull request #61807 from XutaxKamay/glb-float64-patch | Rémi Verschelde | |
2022-06-08 | Merge pull request #61674 from bruvzg/export_errors_4 | Rémi Verschelde | |
2022-06-08 | Merge pull request #61815 from Calinou/copyright-taa-fix-typo | Clay John | |
Fix typo for TAA resolve shader in `COPYRIGHT.txt` | |||
2022-06-08 | Fix typo for TAA resolve shader in `COPYRIGHT.txt` | Hugo Locurcio | |
2022-06-08 | Add readable export errors. | bruvzg | |
2022-06-08 | Merge pull request #61682 from smix8/navigation_bake_config_precision_4.x | Rémi Verschelde | |
2022-06-08 | Merge pull request #61739 from smix8/navigation_region_cost_4.x | Rémi Verschelde | |
2022-06-08 | Merge pull request #61662 from smix8/navigation_map_cell_defaults_4.x | Rémi Verschelde | |
2022-06-08 | Merge pull request #61800 from smix8/navigation_gridmap_transform_debug_4.x | Rémi Verschelde | |
2022-06-08 | Fix (again) loading binary resources with float=64 | xutaxkamay | |
I had an error while importing my GLB file from 32-bit precision floating point, I guess this was forgotten while implementing 64-bit precision floating point. I'm not sure if there's any other left to do though. | |||
2022-06-08 | Merge pull request #61805 from bruvzg/ft_lto_4 | Rémi Verschelde | |
2022-06-08 | Fix GridMap Navigation transforms and debug | smix8 | |
Fix GridMap navigation transforms and debug. | |||
2022-06-08 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 653687711730ae1475e9183df69e730286e6eee0) | |||
2022-06-08 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
Remove some translation templates which were empty or almost empty (less than 10 strings translated, years without further activity). (cherry picked from commit f1eab40cdaefc899a120e674a752347cf9ffdced) | |||
2022-06-08 | Merge pull request #61804 from akien-mga/i18n-fixes | Rémi Verschelde | |
2022-06-08 | Fix FreeType crashing in GCC + LTO builds. | bruvzg | |
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde | |
Adds some translator comments to solve some questions raised on Weblate. | |||
2022-06-08 | Merge pull request #61797 from smix8/navigation_gridmap_region_xform_4.x | Rémi Verschelde | |
Fix GridMap applying wrong NavigationRegion transform | |||
2022-06-08 | Merge pull request #61794 from clayjohn/VULKAN-viewport-size | Rémi Verschelde | |
Use RenderBuffer size instead of half extents for VIEWPORT_SIZE | |||
2022-06-08 | Merge pull request #61795 from KoBeWi/image_comes_back | Rémi Verschelde | |
Re-add internal image field to ImageTexture | |||
2022-06-08 | Fix GridMap applying wrong NavigationRegion transform | smix8 | |
Fix GridMap applying wrong NavigationRegion transform. | |||
2022-06-08 | Re-add internal image field to ImageTexture | kobewi | |