summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-11-011-0/+6
| | | | (cherry picked from commit 961394a988c7567612b133092212cbacf4dd98b2)
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Fix standard Godot theme missing in preset listSpartan3222024-10-261-2/+2
|
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-2/+2
|
* Fix editor settings still displayed when replacedHilderin2024-07-301-0/+10
|
* Fix editor crash when editor settings resource is invalidHilderin2024-07-211-2/+2
|
* Merge pull request #94468 from ↵Rémi Verschelde2024-07-171-0/+2
|\ | | | | | | | | | | m4gr3d/restart_editor_when_updating_touchscreen_settings [Android Editor] Resolve issues with the editor touchscreen settings
| * Enable `restart_if_changed` for the touchscreen editor settingsFredia Huya-Kouadio2024-07-171-0/+2
| | | | | | | | The alternative was to regenerate the theme which caused the Android Editor to freeze while the regeneration was ongoing.
* | Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-5/+3
|/ | | | | | | Follow up to https://github.com/godotengine/godot/pull/93933 Clean up the set of settings use to control whether Android input should be dispatched on the render thread. Addresses comments in https://github.com/godotengine/godot/pull/93933#issuecomment-2210437977
* Merge pull request #92985 from KoBeWi/confirm_insert_shiftRémi Verschelde2024-07-051-0/+1
|\ | | | | | | Restore "Confirm Insert Track" editor setting
| * Restore "Confirm Insert Track" editor settingkobewi2024-06-101-0/+1
| |
* | Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-041-0/+5
| | | | | | | | | | | | - Add support for dispatching input on the render thread (UI thread is the current default) when `input_buffering` and `accumulated_input` are disabled. At the expense of latency, this helps prevent 'heavy' applications / games from blocking the UI thread (the default behavior) which may cause the application to ANR. - Remove GLSurfaceView logic causing the UI thread to wait on the GL thread during lifecycle events. The removed logic would cause the UI thread to ANR when the GL thread is blocked.
* | Merge pull request #92514 from /addWordSeparatorsRémi Verschelde2024-06-251-0/+3
|\ \
| * | enable custom separators to treat different characters as wordsVolkan Gezer2024-06-241-0/+3
| | |
* | | Remove editor pseudolocalization debug featureRémi Verschelde2024-06-241-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've seen multiple users enable it by mistake and get utterly confused, reporting as a bug that the interface text is garbled. On the other hand we haven't really seen much use of the feature by editor UI developers, so we can likely simply remove it. If there's a need eventually, we can re-add it as a command line option (which is also better than an editor setting as one would typically want to toggle it during development).
* | | Decrease the default idle parse delay in the script editorHugo Locurcio2024-06-221-1/+1
| | | | | | | | | | | | | | | | | | This makes errors reported 0.5 seconds faster compared to the previous default value, and is closer to other code editors' behavior such as VS Code.
* | | Tweak property name style selector in the editor inspectorHugo Locurcio2024-06-201-1/+1
| |/ |/| | | | | | | | | | | | | | | A preview is now displayed in the options' text: - Raw (e.g. "z_index") - Capitalized (e.g. "Z Index") - Localized (e.g. "Z Index") - "Z Index" is localized in the user's language.
* | Rename FBX2glTF binary path setting back to 4.2 nameRémi Verschelde2024-05-301-1/+1
| | | | | | | | | | | | | | | | This preserves compatibility when upgrading Godot 4.2 projects which relied on that path being configured in the editor settings. The old name also makes sense for this one, it's fine for fbx2gltf_path to be under a generic fbx category which could have more settings also impacting ufbx.
* | Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlinesRémi Verschelde2024-05-301-0/+1
|\ \ | | | | | | | | | Implement `trim_final_newlines` setting and functionality
| * | Implement trim_final_newlines functionalityAiden Storey2024-05-021-0/+1
| | |
* | | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_playRémi Verschelde2024-05-291-2/+4
|\ \ \ | |_|/ |/| | | | | Add editor setting to keep bottom panel state on play and stop game
| * | Add editor setting to keep bottom panel state on play and stop gameHilderin2024-05-291-2/+4
| | |
* | | [Editor] Add editor setting to control "disable_embedded_bitmaps" property ↵bruvzg2024-05-141-0/+1
| | | | | | | | | | | | of the editor fonts.
* | | Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-081-2/+2
|\ \ \ | | | | | | | | | | | | Replace `find` with `contains/has` where applicable
| * | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers
* | | | Merge pull request #91039 from timothyqiu/dock-iconsRémi Verschelde2024-05-081-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | Allow setting editor dock tabs to icon only
| * | | Allow setting editor dock tabs to icon onlyHaoyu Qiu2024-04-301-0/+1
| | |/ | |/|
* | | Merge pull request #89574 from Riteo/scale-your-expectations-with-this-oneRémi Verschelde2024-05-071-0/+13
|\ \ \ | | | | | | | | | | | | Wayland: Workaround API limitation in screen/UI scale logic
| * | | Wayland: Workaround API limitation in screen/UI scale logicRiteo2024-05-071-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly, this fixes auto UI scaling with _single-monitor_ fractional setups (see the comment in `display_server_wayland.cpp` for more info). This is the result of a bunch of current limitations, mainly the fact that the UI scale is static (it's probed at startup) and the fact that Wayland exposes fractional scales only at the window-level, by design. The `screen_get_scale` special case should help in 99% of cases, while the auto UI scale part will unfortunately only help with single-screen situations, as multi-screen fractional scaling requires dynamic UI scale changing.
* | | | Merge pull request #90966 from Calinou/debug-draw-use-runtime-colorsRémi Verschelde2024-05-071-1/+0
|\ \ \ \ | |/ / / |/| | | | | | | Use same colors for editor and running project for collision/path debug
| * | | Use same colors for editor and running project for collision/path debugHugo Locurcio2024-04-211-1/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | This harmonizes the appearance of collision shapes and paths between the editor and running project, in both 2D and 3D. This means that in 3D, paths are now green and shapes are now cyan instead of light blue.
* | | [Editor] Prevent some shortcut errors when generating docsA Thousand Ships2024-05-031-2/+6
| | |
* | | Add colored margin in Inspector for arrays and dictionaries.ajreckof2024-05-031-0/+2
| | | | | | | | | | | | | | | | | | | | | Apply suggestions from code review Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek <kobewi4e@gmail.com>
* | | Add line limit to Editor Output LogSofox2024-05-021-0/+2
| |/ |/|
* | Merge pull request #90875 from KoBeWi/minor_problemRémi Verschelde2024-04-231-5/+28
|\ \ | |/ |/| | | Use minor version in EditorSettings file name
| * Use minor version in EditorSettings file namekobewi2024-04-191-5/+28
| |
* | Merge pull request #89538 from CrayolaEater/feature/custom-aabb-gizmosRémi Verschelde2024-04-191-0/+1
|\ \ | |/ |/| | | Add Gizmo to display 3D custom AABB
| * Add Gizmo to display 3D custom AABBBogdan Inculet2024-04-191-0/+1
| |
* | Add an editor setting to import resources while unfocusedHugo Locurcio2024-04-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | This can be used to speed up iteration by starting the import process earlier when saving files in the project folder. This also allows getting visual feedback on changes without having to click the editor window, which is useful with multi-monitor setups. The downside is that this increases idle CPU usage and may steal CPU time from other applications when importing resources, so this is disabled by default.
* | Add automatic checking for engine updateskobewi2024-04-151-0/+9
| |
* | Merge pull request #89735 from bruvzg/ed_native_fd2Rémi Verschelde2024-04-041-0/+1
|\ \ | | | | | | | | | [Native File Dialog] Add support for using native dialogs in the editor.
| * | [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-0/+1
| | |
* | | Expose TileMapLayerGilles Roudière2024-04-031-0/+1
|/ /
* / Add editor settings for autocompletion with NodePath and StringNameVolTer2024-03-191-0/+2
|/
* Allow connecting signals to existing methods without opening the script editorpassivestar2024-03-121-0/+1
|
* Automatically create folder in project manager create/import/installNathan Franke2024-03-081-0/+1
|
* Merge pull request #88546 from bruvzg/indent_wrapRémi Verschelde2024-03-051-0/+1
|\ | | | | | | [TextEdit] Add support for optional wrapped line indentation.
| * [TextEdit] Add support for optional wrapped line indentation.bruvzg2024-02-261-0/+1
| |
* | Add autocompletion for EditorSettings' methodsMicky2024-03-011-0/+29
| |