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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
Riteo
2024-03-09
1
-7
/
+12
*
|
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 Mickeon/documentation-ProjectSettings-members-...
Rémi Verschelde
2024-03-07
1
-3
/
+26
|
\
|
*
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
*
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
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
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
A Thousand Ships
2024-01-29
1
-9
/
+9
*
|
|
|
Merge pull request #87381 from YuriSizov/core-sneaky-properties
Rémi Verschelde
2024-01-29
1
-1
/
+9
|
\
\
\
\
|
*
|
|
|
Better hide internal properties from users
Yuri Sizov
2024-01-29
1
-1
/
+9
|
|
/
/
/
*
/
/
/
GDExtension: add an interface for loading extra documentation
Riteo
2024-01-26
1
-0
/
+34
|
/
/
/
*
|
|
Add inheriting classes to `DocTools`
A Thousand Ships
2024-01-16
1
-23
/
+13
*
|
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-2
/
+2
|
/
/
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-4
/
+4
*
|
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
1
-3
/
+7
|
/
*
Polish & fix editor help cache generation
Pedro J. Estébanez
2023-11-02
1
-30
/
+25
*
Improve threading in ClassDB and EditorHelp
Yuri Sizov
2023-10-20
1
-20
/
+24
*
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-0
/
+2
*
Editor: Fix some issues with `EditorHelpTooltip`
Danil Alexeev
2023-10-10
1
-3
/
+8
*
Tweak metadata property tooltip to avoid being misleading
Hugo Locurcio
2023-10-07
1
-2
/
+7
*
Merge pull request #82067 from dalexeev/gds-docgen-fix-metatypes-and-values
Rémi Verschelde
2023-10-05
1
-6
/
+6
|
\
|
*
GDScript DocGen: Fix and improve appearance of metatypes and values
Danil Alexeev
2023-09-21
1
-6
/
+6
*
|
Merge pull request #82691 from YuriSizov/rst-validate-with-exceptions
Rémi Verschelde
2023-10-04
1
-20
/
+31
|
\
\
|
*
|
Validate `code` tags for class and member references
Yuri Sizov
2023-10-03
1
-20
/
+31
*
|
|
Revamp how documentation tooltips work
Michael Alexsander
2023-10-03
1
-2
/
+242
|
/
/
*
/
[RTL] Add support for image dynamic updating, padding, tooltips and size in p...
bruvzg
2023-09-26
1
-6
/
+32
|
/
*
Merge pull request #81346 from timothyqiu/interning
Yuri Sizov
2023-09-06
1
-6
/
+19
|
\
|
*
Avoid text substitution in EditorHelp messages
Haoyu Qiu
2023-09-05
1
-6
/
+19
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-48
/
+49
|
/
*
Use the gray color for all abstract classes
MewPurPur
2023-08-31
1
-1
/
+1
*
Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-exper...
Yuri Sizov
2023-07-31
1
-6
/
+23
|
\
|
*
GDScript: Add `@deprecated` and `@experimental` doc comment tags
Danil Alexeev
2023-07-08
1
-6
/
+23
*
|
Merge pull request #78615 from RandomShaper/fix_doc_cache
Yuri Sizov
2023-07-26
1
-39
/
+11
|
\
\
|
*
|
Re-enable docs cache with fixes
Pedro J. Estébanez
2023-07-05
1
-39
/
+11
*
|
|
Merge pull request #79206 from raulsntos/doc-mention-csharp-differences
Yuri Sizov
2023-07-14
1
-0
/
+49
|
\
\
\
|
*
|
|
Add a note about C# differences in classref doc
Raul Santos
2023-07-09
1
-0
/
+49
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #78649 from MewPurPur/dont-link-to-own-page
Yuri Sizov
2023-07-12
1
-8
/
+15
|
\
\
\
|
*
|
|
Tweak documentation to use bold font when a class is referencing itself
MewPurPur
2023-06-24
1
-8
/
+15
[next]