summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge pull request #99270 from Sauermann/fix-svc-drop-configThaddeus Crews2024-11-211-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a `SubViewportContainer` config for drag-and-drop target locations
| * | | | | | | | | | | | | Introduce a `SubViewportContainer` config for drag-and-drop targetsMarkus Sauermann2024-11-191-0/+4
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the drag-and-drop rewrite, `SubViewportContainer` nodes were no longer available as drop-locations. This PR introduces a configuration option, that allows `SubViewportContainer` to be considered as drop-location, but disables the `Control` nodes inside its `SubViewport` children as drop-location.
* | | | | | | | | | | | | Merge pull request #99200 from KingTheFifth/masterThaddeus Crews2024-11-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Document `AudioStreamPlayer.get_playback_position()` intentionally aways returning `0.0` when using `AudioStreamInteractive`
| * | | | | | | | | | | | Document `AudioStreamPlayer.get_playback_position()` intentionally always ↵Johannes Kung2024-11-191-0/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | returning `0.0` when using `AudioStreamInteractive`
* | | | | | | | | | | | Merge pull request #99324 from TokageItLab/fix-fpe-spinnerThaddeus Crews2024-11-191-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spinner in AnimationTrackEdit in FPS mode
| * | | | | | | | | | | | Fix spinner in AnimationTrackEdit in FPS modeSilc Lizard (Tokage) Renew2024-11-171-0/+5
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Update FileAccess.xmlntlblpm2024-11-191-1/+1
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #98683 from clayjohn/wireframeThaddeus Crews2024-11-182-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure shadow material and mesh are not used with wireframe mode
| * | | | | | | | | | | Ensure shadow material and mesh are not used with wireframe modeclayjohn2024-11-162-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And in the Compatibility renderer actually use the wireframe render mode
* | | | | | | | | | | | Merge pull request #97656 from kitbdev/doc-textedit-improveThaddeus Crews2024-11-183-59/+59
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve TextEdit and CodeEdit documentation
| * | | | | | | | | | | | Improve TextEdit and CodeEdit documentationkit2024-11-143-59/+59
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #98788 from Bonkahe/masterThaddeus Crews2024-11-181-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `multimesh_get_buffer_rd_rid` method to `RenderingServer`.
| * | | | | | | | | | | | Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-141-0/+7
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed style error. Updated dummy mesh_storage to move from cpp to h the return of a blank Rid on _multimesh_get_buffer_rd_rid.
* | | | | | | | | | | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-181-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `closed` property to `Curve3D`
| * | | | | | | | | | | | Implement closed path for Curve3dmatricola7872024-11-161-0/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-181-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Improve `TextureProgressBar.set_radial_initial_angle()` by removing loops
| * | | | | | | | | | | | Improve set_radial_initial_angle by removing loopsarkology2024-11-141-0/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace two while loops with fposmodp. Document radial_initial_angle wrapping. Add testcases for set_radial_initial_angle()
* | | | | | | | | | | | Merge pull request #98099 from dalexeev/pot-gen-add-comment-supportThaddeus Crews2024-11-151-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments
| * | | | | | | | | | | | POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` commentsDanil Alexeev2024-10-131-0/+8
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #99212 from CW-Jesse/patch-1Thaddeus Crews2024-11-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Describe edge cases for `DisplayServer.get_screen_from_rect()`
| * | | | | | | | | | | | [DisplayServer] [docs] Improve readability of `get_screen_from_rect()`Jesse2024-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
| * | | | | | | | | | | | [DisplayServer] [docs] Describe edge cases for `get_screen_from_rect()`Jesse2024-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Describes output when multiple screens intersect with rectangle or rectangle has no area.
* | | | | | | | | | | | | Merge pull request #99132 from BrianBHuynh/masterThaddeus Crews2024-11-141-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add notes on `DirAccess` documentation
| * | | | | | | | | | | | | Added notes on DirAccessBrian Huynh2024-11-121-1/+7
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some notes are ported from FileAccess (for example file_exist) Other notes were added when needed (for example when included on the non static version but not on the static version) Other entirely new notes were added as well when required for example when getting a list of directories or if a directory exist or not Clarified note at the top and made it more in line with the one found in file access Co-Authored-By: Micky <66727710+Mickeon@users.noreply.github.com>
* | | | | | | | | | | | | Merge pull request #75164 from Calinou/visualinstance3d-lightmap-scale-floatThaddeus Crews2024-11-142-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow more flexible adjustments of VisualInstance3D Lightmap Scale
| * | | | | | | | | | | | | Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-142-6/+11
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any floating-point value greater than 0.01 can now be used. Prior to this change, only factors of 1×, 2× and 4× and 8× could be used.
* | | | | | | | | | | | | Merge pull request #99185 from Mickeon/documentation-damn-itThaddeus Crews2024-11-142-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `format` description being different between String and StringName
| * | | | | | | | | | | | | Fix `format` description being different between String and StringNameMicky2024-11-132-3/+9
| |/ / / / / / / / / / / /
* / / / / / / / / / / / / Improve documentation on `@GlobalScope.PROPERTY_USAGE_SCRIPT_VARIABLE`Hugo Locurcio2024-11-141-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #98918 from bruvzg/pck_enc_ivThaddeus Crews2024-11-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow setting custom initialization vector for FileAccessEncrypted. Add export setting to set static seed for PCK encryption initialization vectors.
| * | | | | | | | | | | | Allow setting custom initialization vector for FileAccessEncrypted. Add ↵bruvzg2024-11-131-0/+1
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | export setting to set static seed for PCK encryption initialization vectors.
* | | | | | | | | | | | Merge pull request #99146 from noidexe/patch-3Thaddeus Crews2024-11-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify effect of setting "page" parameter in ScrollBar nodes
| * | | | | | | | | | | | Update doc/classes/Range.xmlLisandro Lorea2024-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
| * | | | | | | | | | | | Clarify effect of setting "page" parameterLisandro Lorea2024-11-121-1/+1
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Setting `page` affect the ScrollBar's _grabber_ length, not the ScrollBar node itself.
* | | | | | | | | | | | Merge pull request #98621 from tetrapod00/improve-project-settings-linksThaddeus Crews2024-11-134-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Add links to project settings
| * | | | | | | | | | | | Docs: Add links to project settingstetrapod002024-11-124-7/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #94372 from TokageItLab/advance-on-startThaddeus Crews2024-11-131-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `advance_on_start` option to `NodeAnimation` to handle `advance(0)` for each `NodeAnimation`
| * | | | | | | | | | | | | Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-121-0/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #93440 from Calinou/import-size-limit-downsample-if-necessaryThaddeus Crews2024-11-131-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Downsample textures on import if necessary for technical reasons
| * | | | | | | | | | | | | Downsample textures on import if necessary for technical reasonsHugo Locurcio2024-06-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compression formats are limited to various sizes (16383×16383 for WebP, 16384×16384 for Basis Universal). If the size is exceeded, the texture fails to import. To avoid this, textures are now downsampled with a warning printed when necessary. The warning is not printed if the user has specified a size limit and the size limit is being honored. This also allows setting Size Limit up to 16383 pixels (the lowest common denominator out of all compression modes), instead of being limited to 4096 pixels.
* | | | | | | | | | | | | | Merge pull request #98680 from jaydensipe/expose-toast-notification-methodsThaddeus Crews2024-11-122-0/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose `get_editor_toaster` method to `EditorInterface`
| * | | | | | | | | | | | | | Expose toast notification methodsJayden Sipe2024-11-112-0/+40
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #97373 from kitbdev/fix-splitcontainer-collapsed-docThaddeus Crews2024-11-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix SplitContainer collapsed documentation
| * | | | | | | | | | | | | | Fix SplitContainer collapsed documentationkit2024-09-231-1/+1
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-121-6/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [OS] Add functions to determine standard I/O device type.
| * | | | | | | | | | | | | | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-061-6/+55
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #99002 from Mickeon/documentation-more-miscellaneous-odditiesThaddeus Crews2024-11-1219-29/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix more miscellaneous oddities around the class reference
| * | | | | | | | | | | | | | | Fix more miscellaneous oddities around the class referenceMicky2024-11-1219-29/+29
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #97955 from RobProductions/fix-godot-nav-presetThaddeus Crews2024-11-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the original `Godot` preset zoom modifier
| * | | | | | | | | | | | | | | Restore `Godot` preset zoom modifierMatt Enad2024-10-081-1/+1
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |