summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-19Merge pull request #70300 from RandomShaper/depth_formatRémi Verschelde
Ensure depth buffer format picked actually supports full intended usage
2022-12-19Merge pull request #70297 from Paulb23/fix-autocomplete-brace-completionRémi Verschelde
Fix autocomplete with autobrace completion not adding closing pair
2022-12-19Merge pull request #70263 from reduz/restore-rotation_degreesRémi Verschelde
Restore 'rotation_degrees' properties.
2022-12-19Merge pull request #70238 from kleonc/tile-set-simplify-isometric-tile-polygonRémi Verschelde
`TileSet` Simplify isometric tile shape polygon to 4 vertices
2022-12-19Merge pull request #70219 from bruvzg/msdf_outline_scalingRémi Verschelde
Scale MSDF font outline with the font size and MSDF source size to match dynamic font behavior.
2022-12-19Merge pull request #70264 from KoBeWi/layedulateRémi Verschelde
Use layer's modulate for tile previews
2022-12-19Merge pull request #70285 from ↵Rémi Verschelde
MuffinManKen/textserver-format_number-default-docs Update documentation for TextServer.format_number() when language parameter is omitted
2022-12-19Merge pull request #70236 from quentinguidee/refactor/delete-nullptrRémi Verschelde
AudioServer: Remove redundant nullptr check before `delete`
2022-12-19Merge pull request #59682 from Sauermann/fix-following-viewport-transformRémi Verschelde
Include the follow-viewport-transform into CanvasLayer transform calculations
2022-12-19Merge 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-19Ensure depth buffer format picked actually supports full intended usagePedro J. Estébanez
2022-12-19Fix autocomplete with autobrace completion not adding closing pairPaulb23
2022-12-19TileSet Simplify tile shape polygonskleonc
2022-12-19Restore 'rotation_degrees' properties.Juan Linietsky
By popular demand, restoring the helper properties to rotate objects in degrees. Affected are local and global rotations for: * Node2D * Node3D * Control
2022-12-18Update documentation for TextServer.format_number() when language parameter ↵Ken Paulson
is omitted.
2022-12-19Merge pull request #70275 from rune-scape/autoload-subscript-regressionRémi Verschelde
Fix autoload subscript regression
2022-12-18Fix autoload subscript regressionrune-scape
2022-12-18Include the following-viewport-transform into CanvasLayer transformsMarkus Sauermann
The following-viewport-transform was missing from several calculations
2022-12-18Merge pull request #70250 from Chaosus/fix_audio_stream_editorYuri Rubinsky
2022-12-18Use layer's modulate for tile previewskobewi
2022-12-18Merge pull request #59810 from reduz/fbx-import-dialogRémi Verschelde
Add a dialog for customizing FBX import
2022-12-18Merge pull request #70237 from ↵Rémi Verschelde
quentinguidee/refactor/fix-comma-instead-of-semicolon Fix use of comma instead of semicolon
2022-12-18Prevent showing AudioStream preview for non-WAV typesYuri Rubinsky
2022-12-17Fix use of comma instead of semicolonQuentin Guidée
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2022-12-17Remove redundant nullptr check before deleteQuentin Guidée
2022-12-18Add a dialog for customizing FBX importreduz
* 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-18Merge pull request #70230 from DarkKilauea/nav-experimentalRémi Verschelde
[4.x] Mark navigation classes and nodes as experimental
2022-12-18Merge pull request #70229 from adamscott/fix-class-lookupRémi Verschelde
Fix outer class lookup
2022-12-18Merge pull request #70227 from kleonc/atlas-texture-flipping-fixRémi Verschelde
`AtlasTexture` Fix calculating rects when flipping
2022-12-18Merge pull request #70223 from KoBeWi/condition_of_arguable_usefulnessRémi Verschelde
Remove unnecessary condition
2022-12-18Merge pull request #69931 from smix8/navigation_abbreviation_changes_4.xRémi Verschelde
Fix Navigation API abbreviations inconsistency
2022-12-17Fix outer class lookupAdam Scott
2022-12-17Remove unnecessary conditionkobewi
2022-12-17AtlasTexture Fix calculating rects when flippingkleonc
2022-12-17Fix Navigation API abbreviations inconsistencysmix8
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
2022-12-17Scale MSDF font outline with the font size and MSDF source size to match ↵bruvzg
dynamic font behavior.
2022-12-17Merge pull request #70210 from raulsntos/dotnet/script-not-found-errorIgnacio Roldán Etcheverry
C#: Add note about the class name in instantiate error
2022-12-17Merge pull request #30675 from zaksnet/link-button-link-propRémi Verschelde
Add a `uri` property to `LinkButton`
2022-12-17Merge pull request #70209 from smix8/navigation_polygon_move_4.xRémi Verschelde
Move NavigationPolygon to dedicated resource file
2022-12-17Merge pull request #70181 from quentinguidee/fix/gltf-crash-shader-materialRémi Verschelde
glTF: Fix export crash with a ShaderMaterial
2022-12-17Merge pull request #70055 from adamscott/fix-constant-inner-classRémi Verschelde
Fix GDScript external inner class constant assignment
2022-12-17Merge pull request #70074 from Chaosus/restore_audio_stream_editorRémi Verschelde
Restore `AudioStreamEditor` class to fix playable sound previews
2022-12-17Merge pull request #70204 from Calinou/ios-remove-disable-touch-settingRémi Verschelde
Remove Disable Touch debug project setting
2022-12-17Merge pull request #70202 from ↵Rémi Verschelde
Calinou/viewport-transparent-background-rename-project-setting Move transparent background project setting to a subsection
2022-12-17Mark navigation classes and nodes as experimentalJosh 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-17C#: Add note about the class name in instantiate errorRaul 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-17Move NavigationPolygon to dedicated resource filesmix8
Moves NavigationPolygon resource class from NavigationRegion2D file to a dedicated file in resource folder.
2022-12-17Remove Disable Touch debug project settingHugo 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-17Move transparent background project setting to a subsectionHugo 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-17Fix inner class constant assignmentAdam Scott