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
/
doc_tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
Polish & fix editor help cache generation
Pedro J. Estébanez
2023-11-02
1
-11
/
+17
*
Use bound theme properties for documentation
Yuri Sizov
2023-09-26
1
-56
/
+37
*
Fix API hash related crash in `EditorSettings`
Ninni Pipping
2023-07-31
1
-0
/
+2
*
Merge pull request #49524 from Calinou/document-editor-import-options
Yuri Sizov
2023-07-12
1
-15
/
+33
|
\
|
*
Document editor import options in the class reference
Hugo Locurcio
2023-06-15
1
-15
/
+33
*
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-2
/
+0
*
|
Fix missing GDExtension in-editor API reference
Rémi Verschelde
2023-06-29
1
-5
/
+0
*
|
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-3
/
+22
|
/
*
Merge pull request #76730 from AThousandShips/doc_order
Rémi Verschelde
2023-05-09
1
-2
/
+7
|
\
|
*
Make documentation sorting use natural order
Ninni Pipping
2023-05-09
1
-2
/
+7
*
|
Merge pull request #76490 from dsnopek/dump-gdscript-docs
Rémi Verschelde
2023-05-09
1
-18
/
+21
|
\
\
|
|
/
|
/
|
|
*
Dump API docs from inline GDScript comments using --doctool --gdscript-docs PATH
David Snopek
2023-05-08
1
-18
/
+21
*
|
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
1
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use String.repeat() in more places
VolTer
2023-05-01
1
-4
/
+1
*
|
Improve reliability of editor docs cache
Pedro J. Estébanez
2023-04-25
1
-0
/
+5
*
|
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
1
-0
/
+17
*
|
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-9
/
+6
|
/
*
Merge pull request #71649 from raulsntos/array-indexer
Rémi Verschelde
2023-01-19
1
-0
/
+1
|
\
|
*
Add property usage to array indexer
Raul Santos
2023-01-19
1
-0
/
+1
*
|
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-19
1
-31
/
+31
|
/
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify String and StringName
rune-scape
2022-12-05
1
-2
/
+2
*
Fix default values on virtual classes causing errors in projects
Aaron Franke
2022-11-09
1
-1
/
+1
*
Fix default values not showing up on virtual classes
Aaron Franke
2022-11-06
1
-1
/
+1
*
2D and 3D Skeleton modification docs, and small fixes.
Lyuma
2022-09-14
1
-16
/
+12
*
Add ability to flag classes as experimental or deprecated.
SaracenOne
2022-09-11
1
-6
/
+82
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-26
1
-8
/
+9
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-3
/
+3
*
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-08
1
-250
/
+259
*
Add support for documenting most editor settings in the class reference
Hugo Locurcio
2022-07-29
1
-4
/
+17
*
Fix missing method qualifiers in script doc
Xwdit
2022-07-24
1
-47
/
+1
*
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
1
-1
/
+53
|
\
|
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-1
/
+53
*
|
Implement a BitField hint
reduz
2022-07-05
1
-2
/
+10
|
/
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-7
/
+7
*
Remove generating of null comparison operators from documentation
Yuri Roubinsky
2022-03-14
1
-0
/
+5
*
Fix decompression functions not returning errcodes
Ricardo Subtil
2022-02-18
1
-1
/
+2
*
Translate link titles in classref XML
Haoyu Qiu
2022-02-17
1
-1
/
+1
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+6
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-2
/
+2
*
Merge pull request #56920 from pycbouh/docs-sort-class-properties
Rémi Verschelde
2022-01-18
1
-2
/
+5
|
\
|
*
Sort class properties in the built-in docs
Yuri Sizov
2022-01-19
1
-2
/
+5
*
|
Dictionary: Serialize empty dict as `{}` instead of `{\n}`
Rémi Verschelde
2022-01-18
1
-7
/
+7
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Make `--doctool` locale aware
Haoyu Qiu
2021-12-16
1
-6
/
+36
[next]