summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #99073 from DarioSamo/rd-graph-dependency-fixThaddeus Crews2024-11-132-10/+11
|\ | | | | | | Improve graph's detection of intersection between draw lists.
| * Improve graph's detection of intersection between draw lists.Dario2024-11-112-10/+11
| |
* | Merge pull request #93440 from Calinou/import-size-limit-downsample-if-necessaryThaddeus Crews2024-11-132-3/+39
|\ \ | | | | | | | | | Downsample textures on import if necessary for technical reasons
| * | Downsample textures on import if necessary for technical reasonsHugo Locurcio2024-06-222-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #99165 from bruvzg/fix_has_pathRémi Verschelde2024-11-131-1/+1
|\ \ \ | | | | | | | | Fix `PackedData::has_path()` using wrong path format.
| * | | Fix PackedData::has_path() using wrong path format.Pāvels Nadtočajevs2024-11-131-1/+1
|/ / /
* | | Merge pull request #98687 from ↵Thaddeus Crews2024-11-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | m4gr3d/disable_swappy_requirement_for_as_debug_builds Update the `production` build argument for Android Studio debug builds
| * | | Update the `production` build argument for Android Studio debug buildsFredia Huya-Kouadio2024-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | Swappy is required for `production` build which breaks the Android Studio debug builds as those turns on the `production` argument. This commit updates the logic so that the `production` argument is only used by Android Studio for `release` builds.
* | | | Merge pull request #98680 from jaydensipe/expose-toast-notification-methodsThaddeus Crews2024-11-127-0/+59
|\ \ \ \ | | | | | | | | | | | | | | | Expose `get_editor_toaster` method to `EditorInterface`
| * | | | Expose toast notification methodsJayden Sipe2024-11-117-0/+59
| | | | |
* | | | | Merge pull request #99062 from KoBeWi/selectively_selecting_selectorsThaddeus Crews2024-11-122-41/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Cleanup EditorInterface selectors' code
| * | | | | Cleanup EditorInterface selectors' codekobewi2024-11-112-41/+29
| |/ / / /
* | | | | Merge pull request #98678 from Daylily-Zeleen/daylily-zeleen/fix_text_editThaddeus Crews2024-11-121-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix `total_visible_line_count` calculation when removing and clearing `TextEdit`'s text.
| * | | | | Fix `total_visible_line_count` calculation when removing and clearing text ↵Daylily-Zeleen2024-11-061-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | of `TextEdit`.
* | | | | | Merge pull request #98543 from rune-scape/code-edit-marginThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | CodeEdit: Fix line number margin
| * | | | | | CodeEdit: Fix line number marginrune-scape2024-10-251-2/+2
| | | | | | |
* | | | | | | Merge pull request #98031 from MajorMcDoom/anim-curve-zoom-fixThaddeus Crews2024-11-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix inverted vertical zoom interaction in animation curve editor
| * | | | | | | Fix inverted vertical zoom interaction in animation curve editorZi Ye2024-10-091-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #97890 from timothyqiu/id-focusedThaddeus Crews2024-11-122-10/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `PopupMenu.id_focused` signal using index as ID
| * | | | | | | | Fix `PopupMenu.id_focused` signal using index as IDHaoyu Qiu2024-10-072-10/+10
| | | | | | | | |
* | | | | | | | | 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 #98253 from timothyqiu/its-too-lateThaddeus Crews2024-11-121-4/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some strings not caught by editor pseudolocalization
| * | | | | | | | | | Fix some strings not caught by editor pseudolocalizationHaoyu Qiu2024-10-171-4/+5
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulationThaddeus Crews2024-11-122-4/+28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for `print` command in local (command line `-d`) debugger
| * | | | | | | | | | | Added support for 'print' command in local (command line -d) debuggerWenqiang2024-09-282-4/+28
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-1211-22/+377
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [OS] Add functions to determine standard I/O device type.
| * | | | | | | | | | | | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-0611-22/+377
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #99002 from Mickeon/documentation-more-miscellaneous-odditiesThaddeus Crews2024-11-1221-33/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix more miscellaneous oddities around the class reference
| * | | | | | | | | | | | | Fix more miscellaneous oddities around the class referenceMicky2024-11-1221-33/+33
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #98995 from Faless/mbetls/insestent_ioThaddeus Crews2024-11-121-27/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [mbedTLS] Keep reading/writing partial until "would block"
| * | | | | | | | | | | | | | [mbedTLS] Keep reading/writing partial until "would block"Fabio Alessandrelli2024-11-091-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Them mbedTLS read and write functions will never read or write more than the negotiated fragment length at every iteration (which usually depends on MBEDTLS_SSL_IN_CONTENT_LEN and MBEDTLS_SSL_OUT_CONTENT_LEN). For this reason, when reading or writing partial data, we must always keep retrying until we receive a "would block" (no bytes read or wrote), or we have fulfilled the read or write.
* | | | | | | | | | | | | | | Merge pull request #98604 from Summersay415/read-musicThaddeus Crews2024-11-122-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android: Add various media permissions
| * | | | | | | | | | | | | | | Add media permissionsSummersay4152024-10-282-0/+20
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #98343 from Faless/ws/wslay_unbufferedThaddeus Crews2024-11-126-17/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [WS] Implement wslay unbuffered message parsing
| * | | | | | | | | | | | | | | | [WS] Implement wslay unbuffered message parsingFabio Alessandrelli2024-11-126-17/+72
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure we never read more than we can store during poll. Raise default max packets to 4096 to maintain the same performance for the first 2048 packets.
* | | | | | | | | | | | | | | | Merge pull request #99107 from RandomShaper/win_less_inheritanceThaddeus Crews2024-11-122-24/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows: Avoid child processes inheriting all file handles
| * | | | | | | | | | | | | | | | Windows: Avoid child processes inheriting all file handlesPedro J. Estébanez2024-11-122-24/+67
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #97955 from RobProductions/fix-godot-nav-presetThaddeus Crews2024-11-122-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the original `Godot` preset zoom modifier
| * | | | | | | | | | | | | | | | Restore `Godot` preset zoom modifierMatt Enad2024-10-082-3/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-argumentsThaddeus Crews2024-11-129-63/+150
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
| * | | | | | | | | | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-049-63/+150
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #98826 from UnfavorableEnhancer/animation-editor-snap-fixThaddeus Crews2024-11-121-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation editor snapping value not lowering as intended when holding shift
| * | | | | | | | | | | | | | | | | | fix holding shift not lowering animation snapUnfavorableEnhancer2024-11-111-4/+5
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #97923 from kisg/translation_server_siof_fixThaddeus Crews2024-11-122-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make TranslationServer singleton variable inline.
| * | | | | | | | | | | | | | | | | | Make TranslationServer singleton variable inline.Gergely Kis2024-10-072-3/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change avoids the problem known as 'Static Initialization Order Fiasco' (SIOF). See the following PR for more explanation: https://github.com/godotengine/godot/pull/94683 Co-authored-by: Gabor Koncz <gabor.koncz@migeran.com>
* | | | | | | | | | | | | | | | | | Merge pull request #95107 from KoBeWi/stealth_file_systemThaddeus Crews2024-11-122-71/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize FileSystem Dock filtering
| * | | | | | | | | | | | | | | | | | Optimize FileSystem Dock filteringkobewi2024-10-042-71/+60
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | 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