| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify `EngineDebugger` and `EditorDebugger*` documentation | Danil Alexeev | 2024-11-01 | 1 | -1/+1 |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 25 | -50/+50 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 25 | -0/+50 |
* | Rebrand Godot 4.3 to Redot | Trashguy | 2024-10-13 | 2 | -2/+2 |
* | [TextServer] Fix get_word_breaks and it uses. | bruvzg | 2024-06-21 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 2 | -2/+2 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 3 | -5/+5 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 5 | -14/+14 |
* | Merge pull request #91454 from akien-mga/coverity-checks | Rémi Verschelde | 2024-06-03 | 1 | -13/+13 |
|\ |
|
| * | Fix Steam input "crc" errors, and some other Coverity reports of uninitialize... | Rémi Verschelde | 2024-05-31 | 1 | -13/+13 |
* | | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 2 | -5/+5 |
* | | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 3 | -4/+4 |
|/ |
|
* | Merge pull request #92336 from van800/DAP | Rémi Verschelde | 2024-05-30 | 2 | -3/+6 |
|\ |
|
| * | [DAP] Add --dap-port as a command line argument, very similar to --lsp-port | Ivan Shakhov | 2024-05-30 | 2 | -3/+6 |
* | | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_play | Rémi Verschelde | 2024-05-29 | 2 | -6/+1 |
|\ \ |
|
| * | | Add editor setting to keep bottom panel state on play and stop game | Hilderin | 2024-05-29 | 2 | -6/+1 |
* | | | Merge pull request #92389 from ckaiser/light-mode-profiler | Rémi Verschelde | 2024-05-28 | 2 | -2/+17 |
|\ \ \ |
|
| * | | | Fix profiler seek line color in light modes, update on theme change | Christian Kaiser | 2024-05-26 | 2 | -2/+17 |
| | |/
| |/| |
|
* / | | Limit icon size in EditorDebuggerTree. | Daylily-Zeleen | 2024-05-25 | 3 | -1/+17 |
|/ / |
|
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 5 | -23/+23 |
* | | Merge pull request #91927 from timothyqiu/monitor-names | Rémi Verschelde | 2024-05-14 | 1 | -5/+15 |
|\ \ |
|
| * | | Make performance monitor names translatable | Haoyu Qiu | 2024-05-14 | 1 | -5/+15 |
* | | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 3 | -10/+10 |
|/ / |
|
* | | Merge pull request #91619 from AThousandShips/find_improve | Rémi Verschelde | 2024-05-08 | 3 | -3/+3 |
|\ \ |
|
| * | | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 3 | -3/+3 |
* | | | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #89248 from KoBeWi/store_no_store | Rémi Verschelde | 2024-05-07 | 2 | -1/+5 |
|\ \ |
|
| * | | Don't store values when loading them | kobewi | 2024-03-07 | 2 | -1/+5 |
* | | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 5 | -22/+23 |
* | | | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+22 |
* | | | DAP: Fix typo in parsing of PackedVector3Array | Rémi Verschelde | 2024-05-02 | 1 | -1/+1 |
* | | | Organize existing code for editor plugins | Aaron Franke | 2024-04-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | Revert pack trimming introduced by #82084 | Mikael Hermansson | 2024-04-10 | 1 | -1/+1 |
* | | Fix debugger tree error on editor start | Michael Alexsander | 2024-03-29 | 1 | -1/+2 |
* | | Fix unexpected auto-translation of more editor components | Haoyu Qiu | 2024-03-28 | 1 | -0/+1 |
* | | Merge pull request #86143 from YeldhamDev/ttr_here,_rtr_there | Rémi Verschelde | 2024-03-26 | 3 | -5/+5 |
|\ \ |
|
| * | | Stop using `RTR()` inside the "editor" folder | Michael Alexsander | 2024-02-27 | 3 | -5/+5 |
* | | | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+1 |
* | | | Merge pull request #89475 from rsubtil/feature-add_message_type_to_dap | Rémi Verschelde | 2024-03-14 | 5 | -11/+12 |
|\ \ \ |
|
| * | | | Add output type to DAP `output` events | Ricardo Subtil | 2024-03-14 | 5 | -11/+12 |
* | | | | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs | David Nikdel | 2024-03-06 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Add missing `variablesReference` field to DAP `evaluate` request | Ricardo Subtil | 2024-03-03 | 1 | -0/+1 |
|/ / |
|
* | | Merge pull request #86398 from reach-satori/prof-visibility-fix | Rémi Verschelde | 2024-03-01 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Fix internal profiling button being visible when disabled | Mateus Reis | 2023-12-21 | 1 | -0/+1 |
* | | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 7 | -9/+9 |
* | | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -3/+4 |
* | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 2 | -2/+6 |
* | | Merge pull request #87661 from baptr/profiler_sort | Rémi Verschelde | 2024-02-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix editor profiler script function sort order | baptr | 2024-01-27 | 1 | -1/+1 |
* | | | Fix frame number underflow in visual profiler | Per Melin | 2024-02-15 | 1 | -1/+1 |