index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_help.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Editor: Fix `EditorHelpBitTooltip` for Signals dock
Danil Alexeev
2024-07-05
1
-0
/
+2
*
Editor: Fix categories and tooltips in `TileSet` editor
Danil Alexeev
2024-05-14
1
-1
/
+2
*
Editor: Fix `EditorHelpBitTooltip` + `ProgressDialog` causes crash
Danil Alexeev
2024-05-08
1
-0
/
+4
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
Editor: Display deprecated/experimental messages in tooltips
Danil Alexeev
2024-04-18
1
-27
/
+65
*
Editor Help: Add syntax highlighting for code blocks
Danil Alexeev
2024-03-09
1
-0
/
+40
*
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-4
/
+4
*
Merge pull request #85868 from KoBeWi/knowyourtiles
Rémi Verschelde
2024-02-13
1
-1
/
+3
|
\
|
*
Add descriptions for tile properties
kobewi
2023-12-07
1
-1
/
+3
*
|
Add color in built-in documentation for overridden properties
Micky
2024-02-11
1
-0
/
+11
*
|
GDExtension: add an interface for loading extra documentation
Riteo
2024-01-26
1
-0
/
+6
*
|
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
1
-0
/
+1
|
/
*
Polish & fix editor help cache generation
Pedro J. Estébanez
2023-11-02
1
-3
/
+2
*
Improve threading in ClassDB and EditorHelp
Yuri Sizov
2023-10-20
1
-2
/
+5
*
Merge pull request #82691 from YuriSizov/rst-validate-with-exceptions
Rémi Verschelde
2023-10-04
1
-2
/
+2
|
\
|
*
Validate `code` tags for class and member references
Yuri Sizov
2023-10-03
1
-2
/
+2
*
|
Revamp how documentation tooltips work
Michael Alexsander
2023-10-03
1
-0
/
+27
|
/
*
Avoid text substitution in EditorHelp messages
Haoyu Qiu
2023-09-05
1
-9
/
+6
*
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-1
/
+1
*
Improve and fix GDScript documentation generation & behavior
ocean (they/them)
2023-04-21
1
-2
/
+2
*
C#: Do not use DocCache when generating glue code
RedworkDE
2023-04-20
1
-1
/
+1
*
Cache classes editor help
Pedro J. Estébanez
2023-04-13
1
-0
/
+3
*
Streamline class icon resolution in the editor
Yuri Sizov
2023-03-31
1
-1
/
+1
*
Make EditorHelp respect font size settings
Yuri Sizov
2023-02-11
1
-0
/
+8
*
Make use of a theme cache in EditorHelp and ensure it's updated
Yuri Sizov
2023-02-11
1
-16
/
+25
*
Remove some unused signals
Rémi Verschelde
2023-01-31
1
-2
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add more call-to-action notes when documentation is missing
Yuri Sizov
2022-11-17
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #64847 from Mickeon/editor-docs-hierarchy-icons
Rémi Verschelde
2022-08-28
1
-0
/
+1
|
\
|
*
Add type icons to editor docs' hierarchy
Micky
2022-08-25
1
-0
/
+1
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
/
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+1
*
Fix `help_title_font_size` editor property to correctly apply to docs
Yuri Rubinsky
2022-06-29
1
-0
/
+2
*
Fix help links with threaded RTL.
bruvzg
2022-05-30
1
-0
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-7
/
+7
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+2
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-14
/
+14
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-2
/
+2
*
Fix theming of doc background
Yuri Roubinsky
2022-01-30
1
-1
/
+1
*
[Editor] Do not update editor help theme, if calculated margin hasn't changed.
bruvzg
2022-01-24
1
-0
/
+1
*
Improve spacing in built-in class reference
Yuri Sizov
2022-01-18
1
-4
/
+8
*
Generate editor docs on a thread
reduz
2022-01-07
1
-1
/
+8
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-12-01
1
-0
/
+2
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-0
/
+2
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-3
/
+0
*
Added status bar and toggle scripts panel button to EditorHelp/VScripts
Yuri Roubinsky
2021-09-15
1
-0
/
+5
[next]