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
/
classes
/
Resource.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
*
Merge pull request #99020 from Mickeon/documentation-example-pruning-2
Thaddeus Crews
2024-11-12
1
-1
/
+1
|
|
\
|
|
*
Clean up more `[b]Example:[/b]` lines from the class reference
Micky
2024-11-11
1
-1
/
+1
*
|
|
fix: replace "Godot" to "Redot"
Muhannad Elbolaky
2024-10-15
1
-1
/
+1
|
/
/
*
/
Expose several resource/resource-saver functions
Chris Cranford
2024-09-22
1
-0
/
+49
|
/
*
Fix some legacy code
kobewi
2024-08-01
1
-1
/
+1
*
Clarify that Resource.duplicate(true) doesn't duplicate subresources inside A...
Adriaan de Jongh
2024-07-14
1
-2
/
+5
*
Expose scene unique id functionality in Resource
Ryan
2024-03-07
1
-0
/
+12
*
Overhaul some "uncommon" wording in class reference
Micky
2024-03-01
1
-1
/
+1
*
Update many Deprecated/Experimental descriptions for consistency
Micky
2024-02-17
1
-1
/
+1
*
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-5
/
+3
*
Clarify some descriptions regarding resource cache
kobewi
2023-12-10
1
-1
/
+2
*
Document that `resource_name` is not always supported
Boris The Brave
2023-11-01
1
-0
/
+1
*
Reimplement Resource.`_local_to_scene_setup` & remove workaround
Micky
2023-09-09
1
-4
/
+20
*
Unexpose Resource.`setup_local_to_scene`
Micky
2023-09-06
1
-14
/
+2
*
Clarify when the changed signal is emitted for Resource and ShaderMaterial
Jose Falanga
2023-07-24
1
-1
/
+1
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE
Yuri Sizov
2023-05-29
1
-1
/
+1
|
\
|
*
Overhaul the top sections of the class reference (Core classes)
VolTer
2023-05-19
1
-1
/
+1
*
|
Minor grammar fixes to documentation
Ninni Pipping
2023-05-28
1
-1
/
+1
|
/
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script
Aaron Franke
2023-01-24
1
-1
/
+2
*
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Aaron Franke
2023-01-24
1
-1
/
+1
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-2
/
+2
*
Rewrite most of Resource's documentation
Micky
2022-10-18
1
-20
/
+38
*
[doc] Use "param" instead of "code" to refer to parameters #3
Andy Maloney
2022-08-09
1
-2
/
+2
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-2
/
+2
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-0
/
+5
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-2
/
+2
*
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-2
/
+2
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-2
/
+0
*
Merge pull request #44885 from Jummit/duplicate-docs
Rémi Verschelde
2021-09-16
1
-1
/
+2
|
\
|
*
clarify what duplicate does and its limitations
Jummit
2021-09-12
1
-1
/
+2
*
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-7
/
+5
*
|
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-18
/
+9
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
|
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
|
Document `Resource.duplicate()` only copying exported variables' values
Hugo Locurcio
2021-05-31
1
-0
/
+1
*
|
Document a built-in use of `Resource.resource_name`
Hugo Locurcio
2021-01-23
1
-1
/
+1
*
|
Expose `Resource.emit_changed()` to script
Andrii Doroshenko (Xrayez)
2021-01-13
1
-0
/
+13
*
|
Remove the implication that references and resources are not objected from th...
skyace65
2021-01-11
1
-1
/
+1
*
|
Mention that 'changed' signal needs manual emit
Tomasz Chabora
2020-12-03
1
-0
/
+1
|
/
*
Document C# garbage collection caveats in Reference and Resource
Hugo Locurcio
2020-11-23
1
-0
/
+1
*
Improve the Object, Reference and Resource class documentations
Hugo Locurcio
2020-07-27
1
-2
/
+3
*
Update Resource.xml to explain behavior of duplicate when subresources is tru...
Bob Gardner
2020-07-08
1
-1
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-12
1
-1
/
+1
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
[next]