summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+3
|
* Merge pull request #95643 from Flynsarmy/get_bone_attach_skeleRémi Verschelde2024-08-201-0/+6
|\ | | | | | | Add `BoneAttachment3D::get_skeleton()` method
| * Add BoneAttachment3D::get_skeleton() methodFlyn San2024-08-171-0/+6
| |
* | Merge pull request #95760 from jolexxa/docs/joy-infoRémi Verschelde2024-08-201-0/+1
|\ \ | | | | | | | | | docs: Highlight lack of joystick info on majority of platforms
| * | docs: highlight lack of joystick info on majority of platformsJoanna May2024-08-181-0/+1
| | |
* | | Merge pull request #95153 from BastiaanOlij/improve_hand_tracking_settingsRémi Verschelde2024-08-202-4/+16
|\ \ \ | | | | | | | | | | | | Change hand tracking project settings and finetune `show_when_tracked`
| * | | Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-202-4/+16
| | | |
* | | | Merge pull request #94324 from SomeRanDev/shader_hint_enumRémi Verschelde2024-08-201-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | GDShader: Add `hint_enum` for `uniform int`
| * | | | Add `hint_enum` for uniform int in gdshaderRobert Borghese2024-07-131-1/+7
| | | | |
* | | | | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-202-0/+71
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Physics interpolation: `MultiMesh`
| * | | | | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-182-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds fixed timestep interpolation to multimeshes. Co-authored-by: lawnjelly <lawnjelly@gmail.com>
* | | | | | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-202-0/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | Implement bicubic sampling for lightmaps
| * | | | | Implement support for bicubic lightmap filteringBlueCube33102024-08-192-0/+11
| |/ / / / | | | | | | | | | | | | | | | Co-authored-by: Calinou <hugo.locurcio@hugo.pro>
* | | | | Merge pull request #92560 from smix8/navmesh2d_bake_partitionRémi Verschelde2024-08-191-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add triangulation partition option to 2D navigation mesh baking
| * | | | | Add triangulation partition option to 2D navigation mesh bakingsmix82024-08-051-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Adds triangulation partition option to 2D navigation mesh baking as an alternative to the existing convex partition option.
* | | | | | Merge pull request #95779 from Mickeon/documentation-no-differences-ShapeCastRémi Verschelde2024-08-192-18/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix some differences between ShapeCast2D and ShapeCast3D documentation
| * | | | | | Fix some differences between ShapeCast2D and ShapeCast3D documentationMicky2024-08-192-18/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #95666 from ↵Rémi Verschelde2024-08-191-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kleonc/parallax2d_repeat_offsets_relative_to_source Fix `Parallax2D` repeats being not relative to its transform
| * | | | | | Fix Parallax2D repeats being not relative to its transformkleonc2024-08-191-1/+2
| |/ / / / /
* | | | | | Merge pull request #95137 from smix8/source_geo_boundsRémi Verschelde2024-08-192-0/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add `get_bounds()` function to NavigationMeshSourceGeometryData
| * | | | | | Add bounds function to NavigationMeshSourceGeometryDatasmix82024-08-192-0/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | Adds get_bounds() function to NavigationMeshSourceGeometryData2D/3D to get a bounding box that covers all the geometry.
* | | | | | Merge pull request #95730 from voidedWarranties/fix_reload_scripts_bindRémi Verschelde2024-08-191-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix virtual binding for `ScriptLanguageExtension::_reload_scripts`
| * | | | | | Fix virtual binding for `ScriptLanguageExtension::_reload_scripts`voidedWarranties2024-08-171-0/+7
| |/ / / / /
* | | | | | Merge pull request #95013 from smix8/navmesh_geo_parseRémi Verschelde2024-08-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change NavigationMesh to also parse collision shapes by default
| * | | | | | Change NavigationMesh to also parse collision shapes by defaultsmix82024-08-011-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Changes NavigationMesh parse geometry types to include collision shapes as well by default.
* | | | | | Merge pull request #92496 from clayjohn/HDR-2D-sRGBRémi Verschelde2024-08-193-1/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | Ensure MovieWriter output is in gamma space when using HDR 2D
| * | | | | Ensure MovieWriter output is in gamma space when using HDR 2Dclayjohn2024-05-283-1/+13
| | | | | |
* | | | | | Merge pull request #95655 from aaronp64/blend_space_2d_docsRémi Verschelde2024-08-171-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Minor AnimationNodeBlendSpace2D documentation fixes
| * | | | | | Minor AnimationNodeBlendSpace2D documentation fixesaaronp642024-08-161-2/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Updated a couple parts that seemed to be copied over from AnimationNodeBlendSpace1D
* | | | | | Merge pull request #95299 from bruvzg/kern_imgRémi Verschelde2024-08-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ImageFont] Fix escape sequence parsing, add note to the docs.
| * | | | | | [ImageFont] Fix escape sequence parsing, add note to the docs.bruvzg2024-08-161-1/+1
| |/ / / / /
* | | | | | Merge pull request #94799 from ↵Rémi Verschelde2024-08-161-0/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m4gr3d/memory_allocation_cleanup_and_optimizations Android memory cleanup and optimizations
| * | | | | | Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Returns an empty list when there's not registered plugins, thus preventing the creation of spurious iterator objects - Inline `Godot#getRotatedValues(...)` given it only had a single caller. This allows to remove the allocation of a float array on each call and replace it with float variables - Disable sensor events by default. Sensor events can fired at 10-100s Hz taking cpu and memory resources. Now the use of sensor data is behind a project setting allowing projects that have use of it to enable it, while other projects don't pay the cost for a feature they don't use - Create a pool of specialized input `Runnable` objects to prevent spurious, unbounded `Runnable` allocations - Disable showing the boot logo for Android XR projects - Delete locale references of jni strings
* | | | | | | Merge pull request #93583 from smix8/obstacle_monitorRémi Verschelde2024-08-162-1/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | Add navigation obstacles to performance monitor stats
| * | | | | | Add navigation obstacles to performance monitor statssmix82024-06-252-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds navigation obstacle count to navigation performance monitor.
* | | | | | | Merge pull request #95539 from tetrapod00/compositor-tutorial-linkRémi Verschelde2024-08-162-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add tutorial link in Compositor and CompositorEffect docs
| * | | | | | | Add tutorial link in Compositor and CompositorEffect docstetrapod002024-08-142-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #95502 from bruvzg/net_ext_detectRémi Verschelde2024-08-161-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [.NET] Move search in files extension list definition to be after Scene level module init.
| * | | | | | | | [.NET] Move search in files extension list definition to be after Scene ↵bruvzg2024-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | level module init.
* | | | | | | | | Merge pull request #95485 from sepTN/clarify-timer-docsRémi Verschelde2024-08-161-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify `Timer.start()` documentation to match the current behavior.
| * | | | | | | | | Clarify `Timer.start()` documentation to match the current behavior.Septian Ganendra S. K.2024-08-131-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #95456 from smix8/navlink_mapchangeRémi Verschelde2024-08-162-0/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NavigationLink function to change navigation map
| * | | | | | | | | Add NavigationLink function to change navigation mapsmix82024-08-152-0/+26
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Adds NavigationLink function to change navigation map.
* | | | | | | | | Merge pull request #95376 from ↵Rémi Verschelde2024-08-161-3/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raulsntos/gdextension/expose-property-accessors/Polygon2D Make `Polygon2D::bones` property internal
| * | | | | | | | | Make `Polygon2D::bones` property internalRaul Santos2024-08-101-3/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #95230 from bruvzg/msdf_customRémi Verschelde2024-08-161-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Editor] Allow MSDF font rendering for custom fonts, add editor setting to control it.
| * | | | | | | | | | [Editor] Allow MSDF font rendering for custom fonts, add editor setting to ↵bruvzg2024-08-081-0/+3
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | control it.
* | | | | | | | | | Merge pull request #94826 from Naros/classdb-expose-property-getter-setterRémi Verschelde2024-08-161-0/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose ClassDB methods `get_property_setter` / `get_property_getter`
| * | | | | | | | | | Expose ClassDB methods `get_property_setter` / `get_property_getter`Chris Cranford2024-07-271-0/+16
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #94609 from bruvzg/pixel_font_detectRémi Verschelde2024-08-163-1/+17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Font Import] Detect pixel fonts and disable subpixel positioning.