summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Offset drag instantiated scenes that result in a collision by its bounds to ↵Robert Yevdokimov2024-05-252-12/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent overlap Co-Authored-By: Robbie Cooper <cooperra@users.noreply.github.com>
* | | | | | | | | | | | Merge pull request #97789 from bruvzg/ios_iconsRémi Verschelde2024-10-042-88/+270
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [iOS] Add support for dark and tinted icon versions.
| * | | | | | | | | | | | [iOS] Add support for dark and tinted icon versions.bruvzg2024-10-042-88/+270
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #97633 from ydeltastar/quickly-quick-openRémi Verschelde2024-10-043-0/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the "Quick Open" dialog available via `EditorInterface`
| * | | | | | | | | | | | | Make the "Quick Open" dialog available via EditorInterfaceyds2024-10-043-0/+36
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #97552 from dustdfg/drivers/use_dedicated_print_errorRémi Verschelde2024-10-041-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use dedicated `print_error` method for colored output for unsupported drivers
| * | | | | | | | | | | | | | Use dedicated `print_error` method for colored output for unsupported driversYevhen Babiichuk (DustDFG)2024-09-271-3/+5
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
* | | | | | | | | | | | | | Merge pull request #97362 from reduz/make-unique-scene-id-deterministicRémi Verschelde2024-10-044-11/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make internal unique scene resource ID deterministic
| * | | | | | | | | | | | | | Make internal unique scene resource ID deterministicJuan2024-09-234-11/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the Resource::generate_scene_unique_id() to be deterministic and seedable. Fixes #97110
* | | | | | | | | | | | | | | Merge pull request #97119 from dsnopek/gdextension-object-instance-idRémi Verschelde2024-10-042-0/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDExtension: Allow directly getting `ObjectID` from `Variant`
| * | | | | | | | | | | | | | | GDExtension: Allow directly getting `ObjectID` from `Variant`David Snopek2024-09-172-0/+24
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #97094 from WhalesState/expose-edit-uneditRémi Verschelde2024-10-045-28/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose `LineEdit` `edit` and `unedit` methods.
| * | | | | | | | | | | | | | | Expose `LineEdit` `edit` and `unedit` methods.Mounir Tohami2024-10-045-28/+66
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #97304 from kroketio/metal-return-logical-device-handleRémi Verschelde2024-10-041-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metal: Implement `texture_create_from_extension`
| * | | | | | | | | | | | | | | Metal: implement texture_create_from_extensionSander2024-09-221-1/+5
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameters p_type, p_format, p_array_layers, p_depth_stencil are ignored - MTLTexture (and the callee) already have this information and is only relevant when reinterpreting or remaping the texture in different ways.
* | | | | | | | | | | | | | | Merge pull request #91487 from shatyuka/window-styleRémi Verschelde2024-10-042-9/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply `WS_MINIMIZE` style on window creation
| * | | | | | | | | | | | | | | Apply `WS_MINIMIZE` style on window creationShatyuka2024-05-032-9/+23
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #85321 from Calinou/basis-universal-disable-unused-featuresRémi Verschelde2024-10-041-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable unused Basis Universal features to reduce binary size
| * | | | | | | | | | | | | | | Disable unused Basis Universal features to reduce binary sizeHugo Locurcio2024-09-291-0/+20
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #97769 from dalexeev/gds-fix-gdscript-cache-pathRémi Verschelde2024-10-041-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Fix `GDScriptCache::get_full_script()` uses non-remapped path
| * | | | | | | | | | | | | | | | GDScript: Fix `GDScriptCache::get_full_script()` uses non-remapped pathDanil Alexeev2024-10-031-4/+8
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #97757 from bruvzg/max_move_screenRémi Verschelde2024-10-043-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `window_set_current_screen` for maximized windows.
| * | | | | | | | | | | | | | | | | Fix window_set_current_screen for maximized windows.bruvzg2024-10-033-1/+18
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #97747 from adamscott/ux-sun-angleRémi Verschelde2024-10-041-5/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve UI of sun angle in the sun/preview env popup
| * | | | | | | | | | | | | | | | | Fix UI of sun angle in the sun/preview env popupAdam Scott2024-10-021-5/+13
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #97743 from bruvzg/has_kbdRémi Verschelde2024-10-0411-1/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DisplayServer] Implement `has_hardware_keyboard` method for Android and iOS.
| * | | | | | | | | | | | | | | | | | [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-0211-1/+56
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #97719 from bruvzg/cross_dev_renameRémi Verschelde2024-10-041-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Linux/BSD] Fix cross-device rename.
| * | | | | | | | | | | | | | | | | | [Linux/BSD] Fix cross-device rename.bruvzg2024-10-021-1/+11
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #97678 from bruvzg/fix_nd_menuRémi Verschelde2024-10-041-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [macOS] Fix menu crash when used from opened native dialog.
| * | | | | | | | | | | | | | | | | | | [macOS] Fix menu crash when used from opened native dialog.bruvzg2024-10-011-1/+5
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #97624 from timothyqiu/atrnRémi Verschelde2024-10-041-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `atr_n()` behavior when auto translation is disabled
| * | | | | | | | | | | | | | | | | | | | Fix `atr_n()` behavior when auto translation is disabledHaoyu Qiu2024-09-291-2/+7
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #97585 from rsubtil/feature-dap_object_inspectionRémi Verschelde2024-10-046-22/+262
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support object inspection through DAP
| * | | | | | | | | | | | | | | | | | | | | Bump DAP requests timeout to 5 secondsRicardo Subtil2024-10-032-3/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Support REPL expressions through DAP `evaluate` requestRicardo Subtil2024-10-036-11/+71
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Support object inspection through DAP `variables` requestRicardo Subtil2024-10-033-10/+192
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #97514 from bruvzg/font_contour_infoRémi Verschelde2024-10-041-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Docs] Add notes about glyph contour decomposition format.
| * | | | | | | | | | | | | | | | | | | | | [Docs] Adds notes about glyph contour decomposition format.bruvzg2024-09-271-0/+5
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #97465 from DarioSamo/lock-free-ridRémi Verschelde2024-10-041-71/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `RID_Owner` lock-free for fetching.
| * | | | | | | | | | | | | | | | | | | | | | Make RID_Owner lock-free for fetching.Juan Linietsky2024-09-251-71/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR makes RID_Owner lock free for fetching values, this should give a very significant peformance boost where used. Some considerations: * A maximum number of elements to alocate must be given (by default 256k). * Access to the RID structure is still safe given they are independent from addition/removals. * RID access was never really thread-safe in the sense that the contents of the data are not protected anyway. Each server needs to implement locking as it sees fit.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #97255 from kitbdev/test-tabsRémi Verschelde2024-10-047-6/+1557
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix TabBar initialization issue and add tests
| * | | | | | | | | | | | | | | | | | | | | | | Fix TabBar initialization issue and add testskit2024-09-207-6/+1557
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #97227 from D0V4HKIIN/masterRémi Verschelde2024-10-042-0/+108
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests for PhysicsMaterial
| * | | | | | | | | | | | | | | | | | | | | | | Add unit tests for PhysicsMaterialjonas2024-10-042-0/+108
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #96850 from bruvzg/noto_cjk_lookupRémi Verschelde2024-10-041-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Editor] Try loading system Noto CJK font.
| * | | | | | | | | | | | | | | | | | | | | | | [Editor] Try loading system Noto CJK font.bruvzg2024-09-111-0/+18
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #96230 from timothyqiu/per-domain-pseudolocalizationRémi Verschelde2024-10-047-236/+421
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move pseudolocalization into `TranslationDomain`
| * | | | | | | | | | | | | | | | | | | | | | | Move pseudolocalization into TranslationDomainHaoyu Qiu2024-09-217-236/+421
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds command-line option `--editor-pseudolocalization`
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #93270 from Gamemap/feature-itemlist-autowidthRémi Verschelde2024-10-043-3/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `Auto width` behavior to ItemList