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
/
makerst.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename "makerst.py" to "make_rst.py"
Aaron Franke
2021-10-24
1
-1141
/
+0
*
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
*
makerst: Fix generation of overridden properties in child classes
Andrii Doroshenko (Xrayez)
2021-04-06
1
-1
/
+1
*
makerst: Add an option to filter which XML classes to output
Andrii Doroshenko (Xrayez)
2021-02-15
1
-3
/
+12
*
doc: Fixups to #43419 which added operators in the docs
Rémi Verschelde
2020-11-10
1
-0
/
+2
*
makerst: Add missing newline at EOF
Rémi Verschelde
2020-09-15
1
-1
/
+1
*
Merge pull request #40613 from HaSa1002/multi-lang-docs
Rémi Verschelde
2020-07-31
1
-37
/
+62
|
\
|
*
Add multiple programming language support to class reference
HaSa1002
2020-07-23
1
-37
/
+62
*
|
makerst: Add descriptions to method qualifiers
Hugo Locurcio
2020-07-30
1
-1
/
+18
|
/
*
makerst: Print status messages to make the CI output clearer
Hugo Locurcio
2020-05-27
1
-66
/
+6
*
Merge pull request #36960 from pycbouh/docs-improve-shortcuts
Rémi Verschelde
2020-04-29
1
-0
/
+6
|
\
|
*
Improve shortcut formatting in docs
Yuri Sizov
2020-04-10
1
-0
/
+6
*
|
doc: Fix parsing typed arrays in makerst.py
Rémi Verschelde
2020-04-24
1
-5
/
+8
|
/
*
Merge pull request #37426 from pycbouh/docs-override-properties
Rémi Verschelde
2020-04-10
1
-1
/
+1
|
\
|
*
Add more verbosity for property overrides in RST documentation
Yuri Sizov
2020-03-30
1
-1
/
+1
*
|
Fixed errors in makerst pre-commit hook
PouleyKetchoupp
2020-03-31
1
-1
/
+1
*
|
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-143
/
+172
|
/
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-5
/
+0
*
makerst: Escape reST markup after enums
Rémi Verschelde
2020-01-24
1
-0
/
+1
*
makerst: Use code markup for default values/overrides
Rémi Verschelde
2020-01-20
1
-1
/
+1
*
doc: Move the class description to be just below the brief description
Hugo Locurcio
2020-01-15
1
-17
/
+12
*
Travis CI: Run `makerst.py` to check for documentation errors
Hugo Locurcio
2019-12-04
1
-2
/
+6
*
makerst: Escape default values using reST markup
Rémi Verschelde
2019-11-29
1
-30
/
+37
*
makerst: Separate signals/enums/properties/methods with a line
Hugo Locurcio
2019-10-24
1
-15
/
+38
*
Print errors when tab indent found in [codeblock]
Yeongho Kim
2019-10-01
1
-0
/
+5
*
Add overriden properties to the documentation
Bojidar Marinov
2019-09-04
1
-6
/
+14
*
Adds a meta on top of every generated class to hide 'Edit on Github' link
StraToN
2019-07-25
1
-0
/
+1
*
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-06-27
1
-39
/
+46
*
makerst: Fix format of [url] links in reST
Rémi Verschelde
2019-06-11
1
-21
/
+26
*
Add support for [url=] tag to makerst.py
Stanislav
2019-05-16
1
-2
/
+13
*
Remove unused imports
Hendrikto
2019-04-06
1
-2
/
+1
*
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Ignacio Etcheverry
2019-03-29
1
-1
/
+5
*
EditorHelp, makerst: Improve enum ref resolving and constant ref support
Ignacio Etcheverry
2019-03-29
1
-7
/
+21
*
doc: Fix style for vararg in makerst
Rémi Verschelde
2019-03-10
1
-1
/
+1
*
makerst: make vararg methods look the same as in editor help
merumelu
2019-03-05
1
-0
/
+6
*
makerst.py refactor.
Pieter-Jan Briers
2018-12-28
1
-353
/
+601
*
Clean up & improve makerst.py
Pieter-Jan Briers
2018-12-27
1
-171
/
+169
*
Enabled rst files to escape for parentheses after brackets
João Álvaro Ferreira
2018-12-11
1
-1
/
+1
*
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-27
1
-4
/
+4
*
Add extra newline after enum members and constants, to ensure they'll format ...
LikeLakers2
2018-10-02
1
-4
/
+2
*
doc: Fixes to rst converter
Rémi Verschelde
2018-09-21
1
-7
/
+8
[next]