index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Resource.xml
Age
Commit message (
Expand
)
Author
2022-08-09
[doc] Use "param" instead of "code" to refer to parameters #3
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2021-11-15
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-10-06
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-16
Merge pull request #44885 from Jummit/duplicate-docs
Rémi Verschelde
2021-09-12
clarify what duplicate does and its limitations
Jummit
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-05-31
Document `Resource.duplicate()` only copying exported variables' values
Hugo Locurcio
2021-01-23
Document a built-in use of `Resource.resource_name`
Hugo Locurcio
2021-01-13
Expose `Resource.emit_changed()` to script
Andrii Doroshenko (Xrayez)
2021-01-11
Remove the implication that references and resources are not objected from th...
skyace65
2020-12-03
Mention that 'changed' signal needs manual emit
Tomasz Chabora
2020-11-23
Document C# garbage collection caveats in Reference and Resource
Hugo Locurcio
2020-07-27
Improve the Object, Reference and Resource class documentations
Hugo Locurcio
2020-07-08
Update Resource.xml to explain behavior of duplicate when subresources is tru...
Bob Gardner
2020-02-12
doc: Sync classref with current source
Rémi Verschelde
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2019-06-30
doc: Add default values to all properties
Rémi Verschelde
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-26
doc: Proofread and complete various nodes
Rémi Verschelde
2019-06-18
doc: Improve docs for Resource* classes
Rémi Verschelde
2019-06-01
doc: Make all tutorial links track "latest" in master branch
Rémi Verschelde
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-05
Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...
Rémi Verschelde
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2019-03-29
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Ignacio Etcheverry
2019-02-17
Small improvements to the Resource doc
Michael Alexsander Silva Dias
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-19
doc: Update version string in header
Rémi Verschelde
2018-01-25
doc: Sync with current source
Rémi Verschelde
2018-01-13
doc: Update version string in XML
Rémi Verschelde
2017-11-24
doc: Remove setters and getters now exposed via properties/members
Rémi Verschelde
2017-11-24
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-15
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-10-22
classref: Sync with current source
Rémi Verschelde
2017-09-13
doc: Sync classref with current source
Rémi Verschelde
2017-09-12
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky