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
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-0
/
+17
|
\
|
*
Core: Fix built-in enum constant bindings
Danil Alexeev
2024-11-22
1
-0
/
+17
*
|
Fix remainder of godotengine references
Spartan322
2024-10-31
1
-1
/
+1
*
|
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
|
/
*
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
1
-0
/
+2
|
\
|
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+2
*
|
Docs: Add missing deprecated/experimental tag support for theme items
Danil Alexeev
2024-09-04
1
-0
/
+18
|
/
*
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
1
-1
/
+1
*
Merge pull request #91557 from AThousandShips/dotnet_doc_fix
Rémi Verschelde
2024-05-21
1
-19
/
+0
|
\
|
*
[C#] Unexpose `GodotSharp`
A Thousand Ships
2024-05-04
1
-19
/
+0
*
|
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
|
Generate docs from GDExtensions using `--gdextension-docs` with `--doctool`
David Snopek
2024-05-07
1
-8
/
+10
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-12
/
+15
|
/
*
Improve merging of docs on generation
A Thousand Ships
2024-03-25
1
-201
/
+247
*
Expose scene unique id functionality in Resource
Ryan
2024-03-07
1
-1
/
+1
*
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-24
/
+79
*
Add keywords to the class reference
RedMser
2024-02-09
1
-8
/
+45
*
Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloaded
Rémi Verschelde
2024-01-29
1
-1
/
+1
|
\
|
*
Fetch override list from ThemeDB
kobewi
2024-01-29
1
-1
/
+1
*
|
GDExtension: add an interface for loading extra documentation
Riteo
2024-01-26
1
-0
/
+12
*
|
Add inheriting classes to `DocTools`
A Thousand Ships
2024-01-16
1
-8
/
+19
|
/
*
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
[next]