Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #93940 from Mickeon/deprecate_RichTextLabel_is_ready | Rémi Verschelde | 2024-08-26 | 1 | -3/+3 |
|\ | | | | | | | Add RichTextLabel `is_finished()`, deprecate `is_ready()` | ||||
| * | Add RichTextLabel `is_finished()`, deprecate `is_ready()` | Micky | 2024-08-16 | 1 | -3/+3 |
| | | |||||
* | | Fix use-after-free in `EditorHelp` | Mikael Hermansson | 2024-08-09 | 1 | -0/+1 |
| | | |||||
* | | Split editor documentation cache by minor version | Hugo Locurcio | 2024-07-31 | 1 | -1/+1 |
| | | | | | | | | | | This avoids conflicts with other editor versions and ensures the cache remains valid if you regularly switch between editor versions. | ||||
* | | Editor: Fix `EditorHelpBitTooltip` for Signals dock | Danil Alexeev | 2024-07-05 | 1 | -5/+18 |
|/ | |||||
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -6/+6 |
| | |||||
* | Editor: Fix `EditorHelpBit` title height is wrong on initialization | Danil Alexeev | 2024-06-12 | 1 | -0/+1 |
| | |||||
* | Use `CoreStringNames::normal` in more places | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #92457 from YeldhamDev/extreme_corner_case_but_still | Rémi Verschelde | 2024-05-29 | 1 | -1/+2 |
|\ | | | | | | | Set `doc_name` even when categories are hidden in the inspector | ||||
| * | Set `doc_name` even when categories are hidden in the inspector | Michael Alexsander | 2024-05-28 | 1 | -1/+2 |
| | | | | | | | | Otherwise, tooltips will fail to fetch descriptions. | ||||
* | | Merge pull request #92454 from jsjtxietian/multi-connect | Rémi Verschelde | 2024-05-29 | 1 | -0/+3 |
|\ \ | |/ |/| | | | Prevent connect `scroll_to_paragraph` multiple times to `class_desc` | ||||
| * | Prevent connect `scroll_to_paragraph` multiple times to `class_desc` | jsjtxietian | 2024-05-29 | 1 | -0/+3 |
| | | |||||
* | | Replace `.bind(...).call_deferred()` with `.call_deferred(...)` | A Thousand Ships | 2024-05-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues | Rémi Verschelde | 2024-05-19 | 1 | -1/+1 |
|\ | | | | | | | GDScript: Fix some export annotation issues | ||||
| * | GDScript: Fix some export annotation issues | Danil Alexeev | 2024-05-13 | 1 | -1/+1 |
| | | |||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #91932 from ↵ | Rémi Verschelde | 2024-05-14 | 1 | -6/+2 |
|\ \ | | | | | | | | | | | | | | | | dalexeev/editor-fix-tileset-categories-and-tooltips Editor: Fix categories and tooltips in `TileSet` editor | ||||
| * | | Editor: Fix categories and tooltips in `TileSet` editor | Danil Alexeev | 2024-05-14 | 1 | -6/+2 |
| | | | |||||
* | | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -7/+7 |
|/ / | |||||
* / | Editor: Fix `EditorHelpBitTooltip` + `ProgressDialog` causes crash | Danil Alexeev | 2024-05-08 | 1 | -1/+15 |
|/ | |||||
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+2 |
| | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
* | Store line change in script navigation history | kobewi | 2024-04-25 | 1 | -0/+2 |
| | |||||
* | Editor: Display deprecated/experimental messages in tooltips | Danil Alexeev | 2024-04-18 | 1 | -238/+622 |
| | |||||
* | Merge pull request #90035 from KoBeWi/SUPER_CALL_DEFERRED | Rémi Verschelde | 2024-04-14 | 1 | -1/+2 |
|\ | | | | | | | Fix scroll to description | ||||
| * | Fix scroll to description | kobewi | 2024-03-31 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #90488 from dalexeev/editor-fix-enum-detect-unnamed-classes | Rémi Verschelde | 2024-04-10 | 1 | -12/+25 |
|\ \ | | | | | | | | | | Editor: Fix enum detection for unnamed classes | ||||
| * | | Editor: Fix enum detection for unnamed classes | Danil Alexeev | 2024-04-10 | 1 | -12/+25 |
| | | | |||||
* | | | Merge pull request #89704 from dalexeev/editor-help-fix-text-color | Rémi Verschelde | 2024-04-10 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | | | | Editor: Fix text color in `EditorHelpHighlighter` | ||||
| * | | Editor: Fix text color in `EditorHelpHighlighter` | Danil Alexeev | 2024-03-20 | 1 | -0/+4 |
| |/ | |||||
* | | Add further details on properties returning `Packed*Array` | A Thousand Ships | 2024-04-08 | 1 | -0/+18 |
| | | |||||
* | | Fix regression with C# build editor crash due to `EditorHelpHighlighter` | Danil Alexeev | 2024-03-24 | 1 | -9/+9 |
|/ | |||||
* | Merge pull request #89332 from Riteo/werror-never-changes | Rémi Verschelde | 2024-03-09 | 1 | -7/+12 |
|\ | | | | | | | Fix compiler warning when highlighting codeblocks in editor help | ||||
| * | Fix compiler warning when highlighting codeblocks in editor help | Riteo | 2024-03-09 | 1 | -7/+12 |
| | | | | | | | | It's more verbose but it should do the trick. | ||||
* | | Use META_UNDERLINE_ON_HOVER in built-in class reference | Micky | 2024-03-09 | 1 | -7/+11 |
|/ | |||||
* | Editor Help: Add syntax highlighting for code blocks | Danil Alexeev | 2024-03-09 | 1 | -147/+372 |
| | |||||
* | Merge pull request #89086 from ↵ | Rémi Verschelde | 2024-03-07 | 1 | -3/+26 |
|\ | | | | | | | | | | | Mickeon/documentation-ProjectSettings-members-display-nice Improve how Project & Editor Settings look in built-in docs | ||||
| * | Improve how Project & Editor Settings look in built-in docs | Micky | 2024-03-04 | 1 | -3/+26 |
| | | |||||
* | | Add copy codeblock button to built-in documentation | Micky | 2024-03-04 | 1 | -10/+29 |
|/ | |||||
* | Replace built-in docs codeblock's leading spaces with tabs | Micky | 2024-02-29 | 1 | -0/+22 |
| | | | | Replace built-in docs codeblock's leading spaces with tabs | ||||
* | Remove redundant space after enum/flags word in editor docs | Yuri Rubinsky | 2024-02-27 | 1 | -2/+2 |
| | |||||
* | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -1/+6 |
| | |||||
* | Documentation: Treat deprecated/experimental members as documented | Danil Alexeev | 2024-02-16 | 1 | -192/+246 |
| | |||||
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -457/+705 |
| | |||||
* | Merge pull request #85868 from KoBeWi/knowyourtiles | Rémi Verschelde | 2024-02-13 | 1 | -1/+6 |
|\ | | | | | | | Add descriptions for tile properties | ||||
| * | Add descriptions for tile properties | kobewi | 2023-12-07 | 1 | -1/+6 |
| | | |||||
* | | Add color in built-in documentation for overridden properties | Micky | 2024-02-11 | 1 | -10/+32 |
| | | |||||
* | | Merge pull request #84396 from quirkylemon/hide-private-enums | Rémi Verschelde | 2024-02-09 | 1 | -18/+29 |
|\ \ | | | | | | | | | | Hide private enums from documentation | ||||
| * | | Hide private enums from documentation | QuirkyLemon | 2024-02-08 | 1 | -18/+29 |
| | | | |||||
* | | | Merge pull request #87688 from AThousandShips/what_is_this | Rémi Verschelde | 2024-01-29 | 1 | -9/+9 |
|\ \ \ | | | | | | | | | | | | | Remove unnecessary `this->` expressions |