summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-argumentsThaddeus Crews2024-11-121-2/+17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
| * | | | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-041-2/+17
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #98689 from Meorge/tween-docsThaddeus Crews2024-11-121-4/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Improve `Tween.set_ease` and `Tween.set_trans` documentation
| * | | | | | | | | | | Update `Tween.set_ease` and `Tween.set_trans` to reflect that they only ↵Malcolm Anderson2024-11-111-4/+16
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply to later `Tweener`s Update doc/classes/Tween.xml Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com> Update doc/classes/Tween.xml Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com> Fix whitespace issue Remove an unnecessary linebreak Update doc/classes/Tween.xml Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com> Fixed `set_trans` wording to match `set_ease` and removed static typing from examples
* | | | | | | | | | | Merge pull request #98423 from Calinou/doc-textedit-is-caret-visibleThaddeus Crews2024-11-121-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify `TextEdit.is_caret_visible()` behavior in the class reference
| * | | | | | | | | | | Clarify `TextEdit.is_caret_visible()` behavior in the class referenceHugo Locurcio2024-10-221-1/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #94326 from davidrautert/blit-rect-alpha-notesThaddeus Crews2024-11-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about alpha channels blending to `Image.blit_rect`
| * | | | | | | | | | | | Add note about alpha channels blending to `Image.blit_rect`David Rautert2024-11-111-0/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #98787 from Meorge/tween-docs-stopThaddeus Crews2024-11-121-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs for `Tween.stop` to clarify behavior
| * | | | | | | | | | | | Update docs for `Tween.stop` to clarify behaviorMalcolm Anderson2024-11-111-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply suggestions from code review Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com> Updated wording in comments to be more concise
* | | | | | | | | | | | | Merge pull request #98264 from DevPoodle/rd-texture-format-docsThaddeus Crews2024-11-122-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add descriptions to RDTextureFormat's methods
| * | | | | | | | | | | | | Add descriptions to RDTextureFormat's methodsDevPoodle2024-10-172-1/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-1227-61/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up more `[b]Example:[/b]` lines from the class reference