summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #78257 from Calinou/doc-packed-arrays-vs-typed-arraysRémi Verschelde2024-04-087-0/+7
|\ | | | | | | Document the upsides and downsides of packed arrays versus typed arrays
| * Document the upsides and downsides of packed arrays versus typed arraysHugo Locurcio2023-11-157-0/+7
| |
* | Merge pull request #90271 from DarioSamo/pipeline_cache_settingRémi Verschelde2024-04-061-0/+4
|\ \ | | | | | | | | | Add toggle for enabling or disabling RenderingDevice's pipeline cache.
| * | Add toggle for enabling or disabling RenderingDevice's pipeline cache.Dario2024-04-051-0/+4
| | |
* | | Clarify UndoRedo MergeMode and add_*_reference docsJordyfel2024-04-051-4/+6
|/ /
* | Merge pull request #90196 from bruvzg/ts_tcaseRémi Verschelde2024-04-052-0/+19
|\ \ | | | | | | | | | [TextServer] Expose ICU title case string conversion to scripting.
| * | [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-042-0/+19
| | |
* | | Merge pull request #89970 from AThousandShips/require_exposeRémi Verschelde2024-04-051-0/+16
|\ \ \ | | | | | | | | | | | | [Animation] Expose `SkeletonProfile.set/is_required`
| * | | [Animation] Expose `SkeletonProfile.set/is_required`A Thousand Ships2024-03-301-0/+16
| | | |
* | | | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-058-29/+146
| | | |
* | | | Merge pull request #89880 from dsnopek/openxr-composition-layers-node3d-drsRémi Verschelde2024-04-041-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | Add support for OpenXR composition layers
| * | | | Add support for OpenXR composition layersDavid Snopek2024-04-041-0/+8
| |/ / / | | | | | | | | | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* | | | Merge pull request #89862 from brandtware/AStar2dDocFixRémi Verschelde2024-04-043-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | Fix wrong return type mention in `AStarGrid2D` docs
| * | | | Fix wrong return type mention in AStarGrid2D docsBrandtware2024-04-043-3/+3
| | | | |
* | | | | Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-047-21/+184
|/ / / /
* | | | Merge pull request #90088 from Jordyfel/statically-typed-not-staticRémi Verschelde2024-04-041-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Fix small error in Variant doc
| * | | | Fix small error in Variant docJordyfel2024-04-031-2/+2
| |/ / /
* | | | Merge pull request #89993 from Sauermann/fix-textedit-clip-contentsRémi Verschelde2024-04-041-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Make `TextEdit.clip_contents` more transparent to users
| * | | | Make `TextEdit.clip_contents` more transparent to usersMarkus Sauermann2024-03-281-0/+1
| |/ / / | | | | | | | | | | | | | | | | Instead of ignoring `TextEdit.clip_contents`, use it with a default value `true`. in the same way as `RichTextLabel`.
* | | | Merge pull request #89735 from bruvzg/ed_native_fd2Rémi Verschelde2024-04-043-2/+70
|\ \ \ \ | | | | | | | | | | | | | | | [Native File Dialog] Add support for using native dialogs in the editor.
| * | | | [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-283-2/+70
| |/ / /
* | | | Merge pull request #89721 from KoBeWi/position_whoRémi Verschelde2024-04-044-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | Rename some arguments called "position"
| * | | | Rename some arguments called "position"kobewi2024-03-274-9/+9
| | | | |
* | | | | Merge pull request #89699 from Enhex/Enhex-fix-light-probe-docRémi Verschelde2024-04-041-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix documentation for receiving light from light probes
| * | | | | Fix documentation for receiving light from light probesEnhex2024-03-181-2/+2
| | | | | |
* | | | | | Merge pull request #89179 from groud/expose_tile_map_layerRémi Verschelde2024-04-044-22/+315
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Expose TileMapLayer
| * | | | | | Expose TileMapLayerGilles Roudière2024-04-034-22/+315
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #88047 from theashtronaut/add_partial_return_astarRémi Verschelde2024-04-043-0/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a partial path return option for astar
| * | | | | | add partial path return option for astarashley2024-04-033-0/+12
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | * AStar2D, AStar3D and AStarGrid2D now can return a partial path if the destination point isn't reachable but still in the map. This option is available for both get_point_path and get_id_path
* | | | | | Merge pull request #87889 from smix8/heightmap_imageRémi Verschelde2024-04-041-0/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add HeightMapShape3D update with Image data
| * | | | | | Add HeightMapShape3D update with Image datasmix82024-04-041-0/+24
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Adds HeightMapShape3D update with Image data.
* | | | | | Merge pull request #86121 from lawnjelly/occlusion_cull_jitterRémi Verschelde2024-04-041-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | Jitter raster occlusion camera to reduce false positives.
| * | | | | Jitter raster occlusion camera to reduce false positives.lawnjelly2024-04-031-0/+3
| |/ / / / | | | | | | | | | | | | | | | Due to the low resolution of the occlusion buffer, small gaps between occluders can be closed and incorrectly occlude instances which should show through the gaps. To ameliorate this problem, this PR jitters the occlusion buffer over time, making it more likely an instance will be seen through a gap. This is used in conjunction with an occlusion timer per instance, to prevent instances flickering on and off rapidly.
* | | | | Merge pull request #89992 from ↵Rémi Verschelde2024-04-041-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | ajreckof/fix-my-mistake-with-replace-in-update-scene Fix node duplication in update after external changes.
| * | | | fix node duplication in update after external changes.ajreckof2024-04-031-1/+2
| |/ / /
* | | | Merge pull request #89911 from AThousandShips/peering_bitRémi Verschelde2024-03-281-2/+9
|\ \ \ \ | | | | | | | | | | | | | | | [TileSet] Expose `TileData.is_valid_terrain_peering_bit`
| * | | | [TileSet] Expose `TileData.is_valid_terrain_peering_bit`A Thousand Ships2024-03-261-2/+9
| |/ / /
* | | | Merge pull request #89907 from bruvzg/nat_dlg_ftr_flagsRémi Verschelde2024-03-281-5/+11
|\ \ \ \ | | | | | | | | | | | | | | | [DisplayServer] Add separate feature flags for different native dialog types.
| * | | | [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-5/+11
| |/ / /
* | | | Merge pull request #89851 from rburing/bind_6dof_enumsRémi Verschelde2024-03-281-4/+27
|\ \ \ \ | | | | | | | | | | | | | | | Bind constants related to 6DOF joints
| * | | | Bind constants related to 6DOF jointsRicardo Buring2024-03-241-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | This makes physics server GDExtensions able to use the enums without workarounds.
* | | | | Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-4/+21
| |/ / / |/| | | | | | | | | | | Implement `pipe://*` path handling for creation of named pipes.
* | | | Merge pull request #89838 from Chronos-W/update-shortcut-input-method-docRémi Verschelde2024-03-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Add reference to InputEventJoypadButton in `_shortcut_input` doc
| * | | | Add reference to InputEventJoypadButton in _shortcut_input docChronos-W2024-03-251-1/+1
| | |/ / | |/| |
* | | | Merge pull request #89820 from rburing/concave_collision_polygon_2dRémi Verschelde2024-03-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix concave `CollisionPolygon2D` debug drawing and docs
| * | | | Fix concave CollisionPolygon2D debug drawing and docsRicardo Buring2024-03-231-1/+1
| |/ / /
* | | | Merge pull request #89088 from lander-vr/limiterRémi Verschelde2024-03-252-1/+25
|\ \ \ \ | | | | | | | | | | Add AudioEffectHardLimiter as a rework of audio limiter effect
| * | | | Add AudioEffectHardLimiter as a rework of audio limiter effectlandervr2024-03-252-1/+25
| | |/ / | |/| |
* | | | Merge pull request #87883 from TontonSancho/text-skip-occurenceRémi Verschelde2024-03-252-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | Add 'Skip to next (text) occurrence' feature to text editor
| * | | | Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-252-0/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds `ui_text_skip_selection_for_next_occurrence` action and related implementation to text editor. This action is bound `Ctrl+Alt+D` shorcut. Used in conjonction with `ui_add_skip_selection_for_next_occurrence`, it gives the user the ability to select many occurrences of a selection and avoid some of them. Used without a previous selection, the action jumps to the next occurrence of the current word under the caret.