summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
* Clarify `EngineDebugger` and `EditorDebugger*` documentationDanil Alexeev2024-11-011-1/+1
* Fix copyright headers referring to GodotSpartan3222024-10-2725-50/+50
* Rebrand preambles to RedotSpartan3222024-10-1325-0/+50
* Rebrand Godot 4.3 to RedotTrashguy2024-10-132-2/+2
* [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 uninitialize...Rémi Verschelde2024-05-311-13/+13
* | [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, 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 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 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 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 applicableA Thousand Ships2024-05-083-3/+3
* | | [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 themkobewi2024-03-072-1/+5
* | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-045-22/+23
* | | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+22
* | | 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" 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` eventsRicardo Subtil2024-03-145-11/+12
* | | | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
| |_|/ |/| |
* | | 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 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 orderbaptr2024-01-271-1/+1
* | | Fix frame number underflow in visual profilerPer Melin2024-02-151-1/+1