Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-06-07 | Use RenderBuffer size instead of half extents for VIEWPORT_SIZE in Vulkan ↵ | clayjohn | |
spatial shaders | |||
2022-06-07 | Merge pull request #61558 from kleonc/triangle_mesh_from_triangle_strip | Rémi Verschelde | |
Make `Mesh::generate_triangle_mesh()` handle `PRIMITIVE_TRIANGLE_STRIP` | |||
2022-06-07 | Merge pull request #61784 from ↵ | Rémi Verschelde | |
Geometror/visualeditors_editorsettings_propagation Fix visual editor settings change propagation | |||
2022-06-07 | Merge pull request #61319 from JFonS/taa_wip | Rémi Verschelde | |
Initial TAA implementation | |||
2022-06-07 | Merge pull request #41568 from dalexeev/config_file_empty_sect | Rémi Verschelde | |
Fix saving section-less keys in `ConfigFile` | |||
2022-06-07 | Merge pull request #61284 from KoBeWi/steal_image() | Rémi Verschelde | |
Remove image property of ImageTexture | |||
2022-06-07 | Merge pull request #59786 from V-Sekai/ok_color | Rémi Verschelde | |
Allow picking similar colours using OKHSL. | |||
2022-06-07 | Merge pull request #61779 from RechieKho/zoom_100_percent_error | Rémi Verschelde | |
Define zoom shortcut before using it | |||
2022-06-07 | Merge pull request #47461 from sps1112/bind-vararg-enum | Rémi Verschelde | |
Bind METHOD_FLAG_VARARG as an Enum Constant in Core Constants | |||
2022-06-07 | Merge pull request #49028 from HaSa1002/fix-spin-slider-mouse-warp | Hugo Locurcio | |
2022-06-07 | Fix `EditorSpinSlider` mouse reset position on tree exit | Johannes Witt | |
2022-06-07 | Fix visual editor settings change propagation | Hendrik Brucker | |
2022-06-07 | Merge pull request #55909 from ↵ | Clay John | |
Calinou/volumetric-fog-tweak-temporal-reprojection-range-hint Tweak the volumetric fog temporal reprojection property hint | |||
2022-06-07 | Bind vararg method flag in core constants | sps1112 | |
2022-06-07 | Fix saving section-less keys in `ConfigFile` | Danil Alexeev | |
2022-06-07 | Remove image property of ImageTexture | kobewi | |
2022-06-07 | Merge pull request #61751 from KoBeWi/🐱👤 | Rémi Verschelde | |