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
/
CanvasItem.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-16
/
+16
*
Implement animation slice drawing in CanvasItem
reduz
2021-06-17
1
-0
/
+22
*
Documentation: Correct CanvasItem.draw_string position description.
Luke Hubmayer-Werner
2021-03-18
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2021-01-04
1
-1
/
+1
*
Rename CanvasItem's hide signal to hidden
Marcel Admiraal
2020-12-08
1
-1
/
+1
*
Merge pull request #43828 from Chaosus/restore_line_antialiasing
Yuri Roubinsky
2020-11-28
1
-0
/
+6
|
\
|
*
Restored antialiased lines by emulation using triangle strips
Yuri Roubinsky
2020-11-27
1
-0
/
+6
*
|
[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...
bruvzg
2020-11-26
1
-11
/
+58
|
/
*
doc: Sync classref with current source + fixup some bindings
Rémi Verschelde
2020-11-04
1
-83
/
+5
*
Clarify what the "item_rect_changed" signal does
SirQuartz
2020-10-28
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2020-10-09
1
-3
/
+3
*
Merge pull request #42451 from Duroxxigar/rename-toplevel
Rémi Verschelde
2020-10-02
1
-1
/
+1
|
\
|
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-1
/
+1
*
|
Link to demos from within the class reference
Aaron Franke
2020-10-01
1
-0
/
+1
|
/
*
Made toplevel a property for Node3D and CanvasItem
Duroxxigar
2020-10-01
1
-16
/
+3
*
Translate GDScript Code Examples to C# (C)
HaSa1002
2020-09-26
1
-2
/
+11
*
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
1
-2
/
+2
*
Add an example to the `CanvasItem.draw_string()` documentation
Hugo Locurcio
2020-07-29
1
-1
/
+10
*
Improve visibility documentation for CanvasItem and Node3D
Hugo Locurcio
2020-07-27
1
-2
/
+3
*
Provide `draw_set_transform` defaults for rotation and scale
Andrii Doroshenko (Xrayez)
2020-07-01
1
-2
/
+2
*
Document CanvasItem's texture filtering and repeating modes
Hugo Locurcio
2020-05-15
1
-0
/
+8
*
Clarify that angles must be specified as radians in the documentation
Hugo Locurcio
2020-04-17
1
-0
/
+1
*
doc: Update classref with node renames
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Add LOTS of missing docs
Tomasz Chabora
2020-03-13
1
-0
/
+9
*
Docs: Improved wording and added links
Lunadin
2020-02-26
1
-1
/
+1
*
Fix MIMPAMPS typos in constants throughout the engine
Andrii Doroshenko (Xrayez)
2020-02-20
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
1
-28
/
+28
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-12
1
-60
/
+118
*
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
*
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-23
1
-23
/
+25
*
[DOCS] Corrections and clarifications to classref
Chris Bradfield
2020-01-10
1
-0
/
+1
*
Merge pull request #33229 from Jummit/document-force_update_transform
Rémi Verschelde
2019-11-01
1
-0
/
+1
|
\
|
*
document force_update_transform
Jummit
2019-11-01
1
-0
/
+1
*
|
doc: Sync classref with current source
Rémi Verschelde
2019-10-26
1
-0
/
+22
|
/
*
doc: Sync classref with current source
Rémi Verschelde
2019-07-15
1
-1
/
+1
*
Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`
Hugo Locurcio
2019-07-09
1
-1
/
+6
*
doc: Remove null default values that can't be determined
Rémi Verschelde
2019-06-30
1
-1
/
+1
*
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
1
-8
/
+8
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
1
-8
/
+8
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-10
/
+10
*
Change "Return" to "Returns" where necessary in XML documentation
Sean Heffernan
2019-05-23
1
-2
/
+2
*
Improve the CanvasItem documentation
Hugo Locurcio
2019-05-14
1
-21
/
+21
*
Added inspector plugin documentation.
Juan Linietsky
2019-04-23
1
-0
/
+4
*
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
1
-2
/
+0
*
doc: Sync classref with current source
Rémi Verschelde
2019-04-15
1
-1
/
+1
*
Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...
Rémi Verschelde
2019-04-05
1
-6
/
+6
|
\
|
*
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Ignacio Etcheverry
2019-03-29
1
-6
/
+6
*
|
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
1
-1
/
+1
|
/
*
doc: Add missing commas after "If true/false"
Rémi Verschelde
2018-12-20
1
-4
/
+4
[next]