index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
doc_tools.cpp
Age
Commit message (
Expand
)
Author
2022-09-14
2D and 3D Skeleton modification docs, and small fixes.
Lyuma
2022-09-11
Add ability to flag classes as experimental or deprecated.
SaracenOne
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-26
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-07-29
Add support for documenting most editor settings in the class reference
Hugo Locurcio
2022-07-24
Fix missing method qualifiers in script doc
Xwdit
2022-07-06
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-05
Implement a BitField hint
reduz
2022-07-04
Add support for documenting built-in annotations
Yuri Sizov
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-14
Remove generating of null comparison operators from documentation
Yuri Roubinsky
2022-02-18
Fix decompression functions not returning errcodes
Ricardo Subtil
2022-02-17
Translate link titles in classref XML
Haoyu Qiu
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-18
Merge pull request #56920 from pycbouh/docs-sort-class-properties
Rémi Verschelde
2022-01-19
Sort class properties in the built-in docs
Yuri Sizov
2022-01-18
Dictionary: Serialize empty dict as `{}` instead of `{\n}`
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-16
Make `--doctool` locale aware
Haoyu Qiu
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-03
Make overridden properties link to parent definition
Yuri Sizov
2021-12-01
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-11-12
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-07
Implement properties arrays in the Inspector.
Gilles Roudière
2021-08-24
Implement error return documetation
reduz
2021-08-22
Fix doctool merges when method signatures don't match
reduz
2021-08-17
Remove underscore hacks
Max Hilbrunner
2021-08-04
Add theme item descriptions to the online documentation
Yuri Sizov
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-03-16
Add static method support to core Variant types
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees