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
/
doc
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[doc] Use f-strings throughout make_rst.py
Andy Maloney
2022-08-30
1
-207
/
+154
*
Make cross-link generation more reliable in RST documentation
Yuri Sizov
2022-08-26
1
-61
/
+60
*
Merge pull request #63635 from asmaloney/add-python-type-hints
Yuri Sizov
2022-08-18
1
-34
/
+35
|
\
|
*
Add Python PEP 484/526 type hints to doc/tools/doc_status.py
Andy Maloney
2022-07-29
1
-34
/
+35
*
|
Improve the `make_rst.py` parser for BBCode tags
Yuri Sizov
2022-08-15
1
-458
/
+633
*
|
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-7
/
+7
*
|
Add support for [param foo] syntax in valid documentation contexts
Yuri Sizov
2022-08-08
1
-14
/
+91
*
|
Add checks for empty/unnamed arguments to make_rst.py
Yuri Sizov
2022-08-08
1
-21
/
+32
*
|
[make_rst] Remove (fake) return types on annotations
Andy Maloney
2022-08-04
1
-19
/
+37
*
|
Convert Python type hints in tools/make_rst.py
Andy Maloney
2022-08-03
1
-162
/
+170
|
/
*
Patch the make_rst.py utility to handle specially operators with '<'
Jcrespo
2022-07-28
1
-1
/
+1
*
doc: Fix relative paths in `make_rst.py` generated comment
Rémi Verschelde
2022-07-27
1
-3
/
+3
*
Merge pull request #63495 from YuriSizov/docs-improve-autogen-note
Rémi Verschelde
2022-07-27
1
-4
/
+23
|
\
|
*
Improve the autogenerated note in RST docs for class reference
Yuri Sizov
2022-07-27
1
-4
/
+23
*
|
Add missing Python type hints in tools/make_rst.py
Andy Maloney
2022-07-26
1
-2
/
+2
|
/
*
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
1
-0
/
+48
|
\
|
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+48
*
|
Implement a BitField hint
reduz
2022-07-05
1
-5
/
+12
|
/
*
makerst: Fix file name not appearing in error message
Hugo Locurcio
2022-06-22
1
-3
/
+3
*
Merge pull request #61920 from Calinou/makerst-print-color
Rémi Verschelde
2022-06-11
1
-4
/
+37
|
\
|
*
makerst: Print colored output for easier visual grepping
Hugo Locurcio
2022-06-11
1
-4
/
+37
*
|
makerst: Fix duplicate `.xml` extension in some error messages
Hugo Locurcio
2022-06-10
1
-3
/
+3
|
/
*
Merge pull request #60771 from snailrhymer/enum-indentation-doc-fix
Rémi Verschelde
2022-05-12
1
-2
/
+22
|
\
|
*
Indent bullet points in enum descriptions
SnailRhymer
2022-05-12
1
-2
/
+22
*
|
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+2
|
/
*
makerst: Improve error reporting
Hugo Locurcio
2022-04-11
1
-37
/
+41
*
Fix typos with codespell
Rémi Verschelde
2022-02-10
1
-5
/
+5
*
Fix make_rst.py on Windows
Max Hilbrunner
2022-01-24
1
-1
/
+1
*
Update doc_status script to support constructors and operators docs
Hugo Locurcio
2022-01-07
1
-10
/
+22
*
Merge pull request #56162 from akien-mga/i18n-make_rst-more-translatable
Rémi Verschelde
2022-01-07
1
-23
/
+49
|
\
|
*
i18n: Make more `make_rst.py` strings translatable
Rémi Verschelde
2022-01-06
1
-23
/
+49
*
|
Fix `make_rst.py` missing escape in front of some links
Haoyu Qiu
2021-12-23
1
-0
/
+1
|
/
*
i18n: Add `--lang` option to `make_rst.py` to write translated headings
Rémi Verschelde
2021-12-21
1
-2
/
+48
*
Update `make_rst.py` for non-latin texts
Haoyu Qiu
2021-12-21
1
-4
/
+31
*
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-9
/
+10
*
doc: Fix `make_rst.py` hyperlinks for theme items
Rémi Verschelde
2021-11-19
1
-1
/
+1
*
Add [theme_item] tag to editor help
kobewi
2021-11-18
1
-1
/
+9
*
Allow dehardcoding documentation branch and URL in docs links
Rémi Verschelde
2021-11-15
1
-26
/
+26
*
Restore constructor/operator information in online docs
Yuri Sizov
2021-11-02
1
-16
/
+202
*
Rename "makerst.py" to "make_rst.py"
Aaron Franke
2021-10-24
1
-1
/
+3
*
makerst: Disable making refs for operator methods
Rémi Verschelde
2021-10-05
1
-0
/
+5
*
makerst: Make external links anonymous
Rémi Verschelde
2021-10-05
1
-3
/
+3
*
makerst: Add substitution for static qualifier
Rémi Verschelde
2021-10-05
1
-0
/
+1
*
Implement NativeExtension pointer arguments
reduz
2021-08-23
1
-0
/
+2
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-3
/
+0
*
Fix minor code style issues in the RST generator
Yuri Sizov
2021-08-06
1
-1
/
+2
*
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-04
1
-10
/
+56
*
makerst: use link titles for external tutorials
merumelu
2021-07-29
1
-8
/
+10
*
Makerst: Remove redundant GDScript from code blocks
Johannes Witt
2021-07-12
1
-1
/
+1
*
Make makerst.py create folders automatically, print a message when done
Hugo Locurcio
2021-07-09
1
-0
/
+5
[prev]
[next]