summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add collapse/expand right click option to remote scene viewKasper Frandsen2024-07-122-0/+17
| | |
* | | Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-1/+1
| |/ |/|
* | Fix weird plural public method namesAdam Scott2024-08-272-6/+6
|/
* [TextServer] Fix get_word_breaks and it uses.bruvzg2024-06-211-1/+1
|
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-192-2/+2
|
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-193-5/+5
|
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-185-14/+14
|
* Merge pull request #91454 from akien-mga/coverity-checksRémi Verschelde2024-06-031-13/+13
|\ | | | | | | Fix Steam input "crc" errors, and some other Coverity reports of uninitialized scalar variable
| * Fix Steam input "crc" errors, and some other Coverity reports of ↵Rémi Verschelde2024-05-311-13/+13
| | | | | | | | | | | | | | uninitialized scalar variable - Fixes #88630. - Fixes #92578.
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-302-5/+5
| |
* | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-303-4/+4
|/
* Merge pull request #92336 from van800/DAPRémi Verschelde2024-05-302-3/+6
|\ | | | | | | [DAP] Add `--dap-port` as a command line argument
| * [DAP] Add --dap-port as a command line argument, very similar to --lsp-portIvan Shakhov2024-05-302-3/+6
| |
* | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_playRémi Verschelde2024-05-292-6/+1
|\ \ | | | | | | | | | 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-292-6/+1
| | |
* | | Merge pull request #92389 from ckaiser/light-mode-profilerRémi Verschelde2024-05-282-2/+17
|\ \ \ | | | | | | | | | | | | Fix profiler seek line color in light modes, update on theme change
| * | | Fix profiler seek line color in light modes, update on theme changeChristian Kaiser2024-05-262-2/+17
| | |/ | |/|
* / | Limit icon size in EditorDebuggerTree.Daylily-Zeleen2024-05-253-1/+17
|/ /
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-145-23/+23
| |
* | Merge pull request #91927 from timothyqiu/monitor-namesRémi Verschelde2024-05-141-5/+15
|\ \ | | | | | | | | | Make performance monitor names translatable
| * | Make performance monitor names translatableHaoyu Qiu2024-05-141-5/+15
| | |
* | | Use Core/Scene stringnames consistentlykobewi2024-05-133-10/+10
|/ /
* | Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-083-3/+3
|\ \ | | | | | | | | | Replace `find` with `contains/has` where applicable
| * | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-083-3/+3
| | | | | | | | | | | | | | | | | | | | | * 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
* | | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
|/ /
* | Merge pull request #89248 from KoBeWi/store_no_storeRémi Verschelde2024-05-072-1/+5
|\ \ | | | | | | | | | Don't store values when loading them
| * | Don't store values when loading themkobewi2024-03-072-1/+5
| | |
* | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-045-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* | | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+22
| | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | | DAP: Fix typo in parsing of PackedVector3ArrayRémi Verschelde2024-05-021-1/+1
| | |
* | | Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
| |/ |/|
* | Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-1/+1
| |
* | Fix debugger tree error on editor startMichael Alexsander2024-03-291-1/+2
| |
* | Fix unexpected auto-translation of more editor componentsHaoyu Qiu2024-03-281-0/+1
| |
* | Merge pull request #86143 from YeldhamDev/ttr_here,_rtr_thereRémi Verschelde2024-03-263-5/+5
|\ \ | | | | | | | | | Stop using `RTR()` inside the "editor" folder
| * | Stop using `RTR()` inside the "editor" folderMichael Alexsander2024-02-273-5/+5
| | |
* | | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
| | |
* | | Merge pull request #89475 from rsubtil/feature-add_message_type_to_dapRémi Verschelde2024-03-145-11/+12
|\ \ \ | | | | | | | | | | | | Add output type to DAP `output` events
| * | | Add output type to DAP `output` eventsRicardo Subtil2024-03-145-11/+12
| | | |
* | | | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes godotengine#82061 fixes godotengine#61556 Also, distinguish between main pack and DLC packs. It's desirable to downloaded content to be as small as possible. This change avoids bloating non-main pack files with new versions of resources that are all read on startup and never used again. They have no effect if loaded after startup. - project.godot/project.binary file - extension_list.cfg - app icon and boot_splash - .ico and .icns files (these can still be opted in for DLC by listing them explicitly in the include filter)
* | | Add missing `variablesReference` field to DAP `evaluate` requestRicardo Subtil2024-03-031-0/+1
|/ /
* | Merge pull request #86398 from reach-satori/prof-visibility-fixRémi Verschelde2024-03-011-0/+1
|\ \ | |/ |/| | | Fix internal profiling button being visible when disabled in settings
| * Fix internal profiling button being visible when disabledMateus Reis2023-12-211-0/+1
| |
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-267-9/+9
| |
* | Extract BottomPanel from EditorNodekit2024-02-201-3/+4
| |
* | Use check_changed_settings_in_group() everywherekobewi2024-02-192-2/+6
| |
* | Merge pull request #87661 from baptr/profiler_sortRémi Verschelde2024-02-191-1/+1
|\ \ | | | | | | | | | Fix editor profiler script function sort order
| * | Fix editor profiler script function sort orderbaptr2024-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The engine internally limits the number of functions reported back (to 16 by default). To this point, it's been sort the profiling info in *ascending* order of time spent, then trimming the list. This meant we may only see the best (fastest) functions, instead of the worst that you probably want when profiling. Now the servers_debugger sort more closely matches the local_debugger one, which worked fine.
* | | Fix frame number underflow in visual profilerPer Melin2024-02-151-1/+1
| | | | | | | | | | | | | | | | | | Unsigned subtraction underflow caused the frame counter to be locked at 2^64 in the visual profiler until debugger/profiler_frame_history_size number of frames had passed.
* | | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-2/+2
|/ /