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
...
*
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
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-25
/
+25
*
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-3
/
+9
*
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-12-01
1
-0
/
+2
*
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
1
-1
/
+1
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-21
/
+90
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-7
/
+7
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-91
/
+76
*
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
1
-1
/
+1
*
Implement error return documetation
reduz
2021-08-24
1
-0
/
+20
*
Fix doctool merges when method signatures don't match
reduz
2021-08-22
1
-25
/
+32
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-6
/
+0
*
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-04
1
-43
/
+54
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-8
/
+4
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-16
/
+16
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-71
/
+67
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Add static method support to core Variant types
reduz
2021-03-16
1
-1
/
+24
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-0
/
+1336
[prev]