Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-19 | Merge pull request #59682 from Sauermann/fix-following-viewport-transform | Rémi Verschelde | |
Include the follow-viewport-transform into CanvasLayer transform calculations | |||
2022-12-19 | Merge pull request #65990 from ↵ | Rémi Verschelde | |
touilleMan/gdextension-expose-builtins-members-real-types Expose in builtins' members internal type & size (on top of offset) in extension_api.json | |||
2022-12-19 | Merge pull request #70275 from rune-scape/autoload-subscript-regression | Rémi Verschelde | |
Fix autoload subscript regression | |||
2022-12-18 | Fix autoload subscript regression | rune-scape | |
2022-12-18 | Include the following-viewport-transform into CanvasLayer transforms | Markus Sauermann | |
The following-viewport-transform was missing from several calculations | |||
2022-12-18 | Merge pull request #70250 from Chaosus/fix_audio_stream_editor | Yuri Rubinsky | |
2022-12-18 | Merge pull request #59810 from reduz/fbx-import-dialog | Rémi Verschelde | |
Add a dialog for customizing FBX import | |||
2022-12-18 | Merge pull request #70237 from ↵ | Rémi Verschelde | |
quentinguidee/refactor/fix-comma-instead-of-semicolon Fix use of comma instead of semicolon | |||
2022-12-18 | Prevent showing AudioStream preview for non-WAV types | Yuri Rubinsky | |
2022-12-17 | Fix use of comma instead of semicolon | Quentin Guidée | |
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com> | |||
2022-12-18 | Add a dialog for customizing FBX import | reduz | |
* If FBX files are found, a dialog will pop up asking to configure FBX2glTF. * Dialog can also be accessed by going Editor -> Configure FBX Import. * The dialog also shows a link to click to download the converter, which should contain instructions. | |||
2022-12-18 | Merge pull request #70230 from DarkKilauea/nav-experimental | Rémi Verschelde | |
[4.x] Mark navigation classes and nodes as experimental | |||
2022-12-18 | Merge pull request #70229 from adamscott/fix-class-lookup | Rémi Verschelde | |
Fix outer class lookup | |||
2022-12-18 | Merge pull request #70227 from kleonc/atlas-texture-flipping-fix | Rémi Verschelde | |
`AtlasTexture` Fix calculating rects when flipping | |||
2022-12-18 | Merge pull request #70223 from KoBeWi/condition_of_arguable_usefulness | Rémi Verschelde | |
Remove unnecessary condition | |||
2022-12-18 | Merge pull request #69931 from smix8/navigation_abbreviation_changes_4.x | Rémi Verschelde | |
Fix Navigation API abbreviations inconsistency | |||
2022-12-17 | Fix outer class lookup | Adam Scott | |
2022-12-17 | Remove unnecessary condition | kobewi | |
2022-12-17 | AtlasTexture Fix calculating rects when flipping | kleonc | |
2022-12-17 | Fix Navigation API abbreviations inconsistency | smix8 | |
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav". | |||
2022-12-17 | Merge pull request #70210 from raulsntos/dotnet/script-not-found-error | Ignacio Roldán Etcheverry | |
C#: Add note about the class name in instantiate error | |||
2022-12-17 | Merge pull request #30675 from zaksnet/link-button-link-prop | Rémi Verschelde | |
Add a `uri` property to `LinkButton` | |||
2022-12-17 | Merge pull request #70209 from smix8/navigation_polygon_move_4.x | Rémi Verschelde | |
Move NavigationPolygon to dedicated resource file | |||
2022-12-17 | Merge pull request #70181 from quentinguidee/fix/gltf-crash-shader-material | Rémi Verschelde | |
glTF: Fix export crash with a ShaderMaterial | |||
2022-12-17 | Merge pull request #70055 from adamscott/fix-constant-inner-class | Rémi Verschelde | |
Fix GDScript external inner class constant assignment | |||
2022-12-17 | Merge pull request #70074 from Chaosus/restore_audio_stream_editor | Rémi Verschelde | |
Restore `AudioStreamEditor` class to fix playable sound previews | |||
2022-12-17 | Merge pull request #70204 from Calinou/ios-remove-disable-touch-setting | Rémi Verschelde | |
Remove Disable Touch debug project setting | |||
2022-12-17 | Merge pull request #70202 from ↵ | Rémi Verschelde | |
Calinou/viewport-transparent-background-rename-project-setting Move transparent background project setting to a subsection | |||
2022-12-17 | Mark navigation classes and nodes as experimental | Josh Jones | |
The navigation team has some large changes planned for navigation in the 4.x timeframe, so marking these nodes as experimental to give users a heads up that the API may change in breaking ways. | |||
2022-12-17 | C#: Add note about the class name in instantiate error | Raul Santos | |
Adds a note about the requirement that a C# class name must match the script filename in which the they are defined to the instantiate error. | |||
2022-12-17 | Move NavigationPolygon to dedicated resource file | smix8 | |
Moves NavigationPolygon resource class from NavigationRegion2D file to a dedicated file in resource folder. | |||
2022-12-17 | Remove Disable Touch debug project setting | Hugo Locurcio | |
This project setting was only implemented and iOS and likely served no purpose outside of debugging during development of engine features. It was also located in a confusing location in the project settings editor, as it was located below a root category (which appears in bold and is normally not seen as clickable by users). | |||
2022-12-17 | Move transparent background project setting to a subsection | Hugo Locurcio | |
This prevents the project setting from being located directly within a root category, which is confusing from an UX perspective in the project settings editor. | |||
2022-12-17 | Fix inner class constant assignment | Adam Scott | |
2022-12-17 | Merge pull request #70000 from rune-scape/find-more-classes | Rémi Verschelde | |
GDScript: Fix built-in script `find_class` bugs | |||
2022-12-17 | glTF: Fix export crash with a ShaderMaterial (fixes #70159) | Quentin Guidée | |
2022-12-17 | Add `uri` property for LinkButton | Zak | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-12-17 | Merge pull request #70118 from clayjohn/tilemap-layers | Rémi Verschelde | |
Use large offset for tilemap layer level canvas items | |||
2022-12-17 | Merge pull request #70192 from Selene29/local-master | Rémi Verschelde | |
Add missing comma in file filter | |||
2022-12-17 | Merge pull request #70160 from Geekotron/ccd-regression-fix-70154 | Rémi Verschelde | |
Fix regression 70154 caused by my prior CCD fix. | |||
2022-12-17 | add missing comma in file filter | Selene29 | |
2022-12-17 | Merge pull request #70091 from clayjohn/bone-aabbs | Rémi Verschelde | |
Remove mesh bone_aabbs as they are not used anywhere and calculating them is a pain | |||
2022-12-17 | Merge pull request #70114 from clayjohn/custom-aabb | Rémi Verschelde | |
Expose GeometryInstance3D.custom_aabb property | |||
2022-12-17 | Merge pull request #70132 from clayjohn/RT-update | Rémi Verschelde | |
Implement render_target_was_used API so that Viewports can properly check if they have been used. | |||
2022-12-17 | Merge pull request #70163 from clayjohn/particles-sdf | Rémi Verschelde | |
Transform sdf xfrom by particle emission transform when particles are in global space | |||
2022-12-17 | Merge pull request #70172 from clayjohn/RD-boot-filter | Rémi Verschelde | |
Enable using filtering on boot image in RD renderer | |||
2022-12-17 | Merge pull request #70176 from clayjohn/mesh-index | Rémi Verschelde | |
Switch surface indexing to start at 0 so string name matches integer index | |||
2022-12-17 | Merge pull request #70168 from Haydoggo/autocomplete-placement-fix | Rémi Verschelde | |
Fix autocomplete box placement | |||
2022-12-17 | Merge pull request #70173 from bruvzg/hb600 | Rémi Verschelde | |
HarfBuzz: Update to version 6.0.0 | |||
2022-12-17 | Merge pull request #68498 from Rindbee/improve-update_tree | Rémi Verschelde | |
Defer `EditorInspector::update_tree` to the process stage to improve performance |