summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Rename pos -> index on NodeMiguel Gonzalez Sanchez2022-10-141-2/+2
| |/ / / / / / / / / / / /
* / / / / / / / / / / / / Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-141-0/+3
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when static functions are called directly from objects
* | | | | | | | | | | / Always update Viewport's last_mosue_positionMarkus Sauermann2022-10-141-0/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the mouse cursor is over a embedded Window, the Viewport's last_mouse_position did not get updated. This patch makes sure that the update happens on every InputEventMouse. Document canvas layer of embedded Windows.
* | | | | | | | | | | Merge pull request #63607 from BastiaanOlij/fix_xr_originRémi Verschelde2022-10-141-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add current setting to XROrigin3D and fix double positioning HMD
| * | | | | | | | | | | Add current setting to XROrigin3D and fix double positioning HMDBastiaan Olij2022-10-131-0/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #67057 from Anutrix/rng-generator-default-seedRémi Verschelde2022-10-131-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Randomize RandomNumberGenerator instances' default seedAnutrix2022-10-081-2/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ↵Eric M2022-10-133-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context.
* | | | | | | | | | | | Merge pull request #67320 from Calinou/fix-volumetric-fog-low-densityRémi Verschelde2022-10-132-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix volumetric fog not rendering at densities lower than or equal to 0.001
| * | | | | | | | | | | | Fix volumetric fog not rendering at densities lower than or equal to 0.001Hugo Locurcio2022-10-132-0/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows volumetric fog to render with the lowest density that can be specified in the inspector (0.0001).
* | | | | | | | | | | | Merge pull request #66349 from A-Lamia/Amount_At_CollisionRémi Verschelde2022-10-131-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | PARTICLES: adds amount property to collision sub particles.
| * | | | | | | | | | | particles: add amount property to sub property collision.Lamia2022-10-131-0/+4
| | | | | | | | | | | |
* | | | | | | | | | | | Rename `set`/`get_indexed`'s "property" to "property_path"Micky2022-10-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also touches up the Documentation slightly.
* | | | | | | | | | | | Merge pull request #66003 from voidshine/fix_midi_event_mutationRémi Verschelde2022-10-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MIDI note-on events being converted to note-off events
| * | | | | | | | | | | | Fix MIDI note-on events being converted to note-off eventsvoidshine2022-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation with note about MIDI velocity interpretation
* | | | | | | | | | | | | Merge pull request #65779 from Mickeon/rename-camera-followRémi Verschelde2022-10-121-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Rename Camera2D's `smoothing` to `position_smoothing`
| * | | | | | | | | | | | Rename Camera2D's `smoothing` to `position_smoothing`Micky2022-10-111-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Camera2D: `smoothing_enabled` -> `position_smoothing_enabled` `set_enable_follow_smoothing` -> `set_position_smoothing_enabled` `is_follow_smoothing_enabled` -> `is_position_smoothing_enabled` `smoothing_speed` -> `position_smoothing_speed` `set_follow_smoothing` -> `set_position_smoothing_speed` `get_follow_smoothing` -> `get_position_smoothing_speed`
* | | | | | | | | | | | | Merge pull request #67244 from RandomShaper/split_render_further_2Rémi Verschelde2022-10-111-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Polish rendering driver refactor further (take 2)
| * | | | | | | | | | | | | Polish rendering driver refactor further (take 2)Pedro J. Estébanez2022-10-111-4/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-esRémi Verschelde2022-10-113-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Rename remaining "*_enable" to "*_enabled"
| * | | | | | | | | | | | | Rename remaining "*_enable" to "*_enabled"Micky2022-09-213-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Material.`proximity_fade_enable` -> `proximity_fade_enabled` Material.`set_proximity_fade` -> `set_proximity_fade_enabled` (Material.`is_proximity_fade_enabled` is unchanged) Area3D.`reverb_bus_enable` -> `reverb_bus_enabled` (`set_use_reverb_bus` & `is_using_reverb_bus` are unchanged) RDPipelineRasterizationState: `depth_bias_enable` -> `depth_bias_enabled` `set_depth_bias_enable` -> `set_depth_bias_enabled` `get_depth_bias_enable` -> `get_depth_bias_enabled` Bonus: Area3D.`set_reverb_bus` -> `set_reverb_bus_name` Area3D.`get_reverb_bus` -> `set_get_reverb_bus_name`
* | | | | | | | | | | | | | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch video adapter driver name and version from OS
| * | | | | | | | | | | | | | Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+9
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #67201 from progsource/richtextlabel-icon-spritesheetRémi Verschelde2022-10-111-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Spritesheet support to RichTextLabel BBCode
| * | | | | | | | | | | | | | | Add Spritesheet support to RichTextLabel BBCodePetra Baranski2022-10-111-1/+3
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BBCode: [img region=0,0,16,16]res://icon.svg[/img]
* | | | | | | | | | | | | | | Merge pull request #67241 from ↵Rémi Verschelde2022-10-111-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | groud/expose_resource_format_loader_recognize_path Exposes ResourceFormatLoader.recognize_path to scripting
| * | | | | | | | | | | | | | | Exposes ResourceFormatLoader.recognize_path to scriptingGilles Roudière2022-10-111-0/+9
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-okRémi Verschelde2022-10-111-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add editor setting for AcceptDialog OK/Cancel buttons positioning
| * | | | | | | | | | | | | | | Add editor setting for AcceptDialog OK/Cancel buttons positioningRémi Verschelde2022-10-051-0/+6
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The position (left/right) of the Cancel and OK buttons in AcceptDialog are DisplayServer specific, as Windows uses OK/Cancel and macOS uses Cancel/OK. Linux/X11 currently uses the macOS convention which is also the GTK+/GNOME one, though it's not consistent with Qt/KDE applications which follow the Windows convention. Since that can't satisfy everyone, it's best if it's configurable also for the editor (it's already configurable for the project). Fixes #59379.
* | | | | | | | | | | | | | | Merge pull request #67104 from Calinou/add-viewport-transparent-project-settingRémi Verschelde2022-10-111-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a project setting to make the root viewport transparent
| * | | | | | | | | | | | | | | Add a project setting to make the root viewport transparentHugo Locurcio2022-10-091-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows recording videos with a transparent background without having to create a script.
* | | | | | | | | | | | | | | | Merge pull request #64268 from timothyqiu/is-finiteRémi Verschelde2022-10-1111-0/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `is_finite` method for checking built-in types
| * | | | | | | | | | | | | | | | Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-0811-0/+67
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #67000 from RandomShaper/split_render_furtherRémi Verschelde2022-10-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Polish rendering driver refactor further
| * | | | | | | | | | | | | | | Polish rendering driver refactor furtherPedro J. Estébanez2022-10-061-2/+2
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly: - Make `max_descriptors_per_pool` project setting Vulkan-specific. - Use a common, render driver agnostic magic FourCC for shader binary data. - Downgrade spirv_reflect to Vulkan-only dependency. - Add a `RENDER_DRIVER_*` macro to GLSL shader code for per-driver customizations.
* | | | | | | | | | | | | | | Merge pull request #65942 from SaracenOne/animation_change_callback_fixRémi Verschelde2022-10-101-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation change callbacks
| * | | | | | | | | | | | | | | Fix animation change callbacksSaracenOne2022-09-161-0/+5
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #67117 from Jummit/tree-button-colorRémi Verschelde2022-10-101-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose TreeItem::set_button_color
| * | | | | | | | | | | | | | | Expose TreeItem::set_button_colorJummit2022-10-091-0/+9
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | [macOS] Fix window button position and title bar size when editor scale do ↵bruvzg2022-10-101-2/+2
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not match OS UI scale.
* | | | | | | | | | | | | | Merge pull request #66524 from microaeris/aeris/text-edit-get-scroll-barRémi Verschelde2022-10-091-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Getters for TextEdit scroll bars
| * | | | | | | | | | | | | Getters for TextEdit scrollbarsmicroaeris2022-10-071-0/+12
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #67053 from Calinou/doc-array-sort-not-stableRémi Verschelde2022-10-081-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document `Array.sort()` and `sort_custom()` using unstable sorting
| * | | | | | | | | | | | | Document `Array.sort()` and `sort_custom()` using unstable sortingHugo Locurcio2022-10-081-1/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #65983 from Mickeon/rename-audio-player-volume-dbRémi Verschelde2022-10-081-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename AudioStreamPlayer3D's `unit_db` to `volume_db`
| * | | | | | | | | | | | | | Rename AudioStreamPlayer3D's `unit_db` to `volume_db`Micky2022-09-171-4/+4
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioStreamPlayer3D.`unit_db` -> `volume_db` Now matches the same name AudioStreamPlayer and AudioStreamPlayer2D use.
* | | | | | | | | | | | | | Remove leading spaces from enumerator name hintsHaoyu Qiu2022-10-081-1/+1
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For `PROPERTY_HINT_ENUM` properties, enumerator names can be provided as a comma separated list. There're a few properties that add leading spaces to the names (e.g. `First, Second, Third`). These spaces are included in the Inspector dropdown, which is unexpected. It's better to leave the surrounding spaces untouched because it could be part of the resulting string value (the variable is a string enum). And most other enum hints don't contain surrounding whitespaces. This PR removes the spaces and documents this `PROPERTY_HINT_ENUM` behavior.
* | | | | | | | | | | | | Fix signature for 'folder_moved' signal of FileSystemDockmeap2022-10-071-1/+1
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #66972 from FHEK789/node2d_canvas_item_docsRémi Verschelde2022-10-072-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add descriptions for Node2D's skew and CanvasItem's clip_children
| * | | | | | | | | | | | Add descriptions for Node2D's skew and CanvasItem's clip_childrenFelipe Kinoshita2022-10-062-0/+3
| | |_|/ / / / / / / / / | |/| | | | | | | | | |