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
/
scene
/
main
/
canvas_item.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`
Michael Alexsander
2024-11-02
1
-8
/
+15
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-8
/
+8
*
Add antialias support for CanvasItem draw primitives
Yaohua Xiong
2024-05-13
1
-5
/
+9
*
Extend `CanvasItem::draw_circle()` with filled, width, and antialiased options
Yaohua Xiong
2024-05-02
1
-1
/
+7
*
Expose TileMapLayer
Gilles Roudière
2024-04-03
1
-0
/
+3
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+2
*
Expose `CanvasLayer::get_canvas_layer_node()`
TML
2024-02-20
1
-0
/
+1
*
Make TileMapLayers extend Node2D and work as children of TileMap
Gilles Roudière
2024-01-17
1
-2
/
+2
*
Remove `CanvasItem::_invalidate_global_transform`
Markus Sauermann
2023-08-30
1
-1
/
+0
*
Fix global transform validity for `Node2D` and `Control`
Markus Sauermann
2023-08-08
1
-4
/
+1
*
Change GDScript tests to use InstancePlaceholder as the example abstract
Aaron Franke
2023-07-15
1
-2
/
+2
*
Fix click-selecting Sprites with repeated texture
kleonc
2023-06-22
1
-6
/
+6
*
Fix `CanvasItem::draw_string_outline` parameter order
Markus Sauermann
2023-06-08
1
-1
/
+1
*
Optimize threading-sensitive node data for single-threaded processing
Pedro J. Estébanez
2023-05-17
1
-1
/
+4
*
Make more base nodes thread safe
Juan Linietsky
2023-05-15
1
-1
/
+3
*
Fix invalid global position when read outside tree
kobewi
2023-04-18
1
-0
/
+1
*
Remove NOTIFICATION_MOVED_IN_PARENT
Juan Linietsky
2023-04-06
1
-0
/
+2
*
Merge pull request #68492 from Sauermann/fix-picking-sort
Rémi Verschelde
2023-02-06
1
-0
/
+1
|
\
|
*
Fix propagation order for 2D physics picking events
Markus Sauermann
2023-02-04
1
-0
/
+1
*
|
Fix toplevel nomenclature
Markus Sauermann
2023-02-02
1
-2
/
+2
|
/
*
Merge pull request #67507 from Sauermann/fix-toplevel-root-control-node
Rémi Verschelde
2023-01-31
1
-0
/
+3
|
\
|
*
Fix set_as_toplevel event propagation to child
Markus Sauermann
2022-10-16
1
-0
/
+3
*
|
Hide clip_children for non-drawn CanvasItems
Ninni Pipping
2023-01-30
1
-0
/
+4
*
|
Merge pull request #70294 from KoBeWi/treedulate
Rémi Verschelde
2023-01-21
1
-0
/
+1
|
\
\
|
*
|
Add a method to get global modulate
kobewi
2022-12-19
1
-0
/
+1
*
|
|
CanvasItem::draw_polyline Support thin polylines drawn using line strip
kleonc
2023-01-19
1
-3
/
+3
*
|
|
Fix scaling issue in `draw_line` and similar methods
Danil Alexeev
2023-01-16
1
-6
/
+6
*
|
|
Improve dashed line alignment and make it optional.
bruvzg
2023-01-13
1
-1
/
+1
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
|
Scale MSDF font outline with the font size and MSDF source size to match dyna...
bruvzg
2022-12-17
1
-1
/
+1
|
/
/
*
|
Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem
Hendrik Brucker
2022-11-29
1
-0
/
+15
*
|
Viewport canvas cull mask feature
BimDav
2022-10-31
1
-0
/
+7
*
|
Merge pull request #67043 from clayjohn/clip_children
Clay John
2022-10-27
1
-4
/
+14
|
\
\
|
*
|
Implement multiple clip_children modes for CanvasItems
clayjohn
2022-10-14
1
-4
/
+14
|
|
/
*
/
Add methods to get target filter and repeat
kobewi
2022-10-19
1
-0
/
+5
|
/
*
Rename raise() to move_to_front()
kobewi
2022-09-06
1
-0
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-2
/
+2
*
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-08-23
1
-0
/
+1
*
Remove `first_draw` and reset visibility when entering tree
Rindbee
2022-07-28
1
-1
/
+0
*
Fix `CanvasItem` not exiting its canvas group on canvas exit
kleonc
2022-07-20
1
-1
/
+1
*
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-15
1
-4
/
+4
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-3
/
+8
*
Restore antialiasing for `draw_line`
Yuri Roubinsky
2022-04-12
1
-1
/
+1
*
Removed show_on_top property in CanvasItem
Vitika9
2022-04-01
1
-3
/
+0
*
Merge pull request #58394 from bruvzg/rtl_hint
Rémi Verschelde
2022-03-18
1
-0
/
+1
|
\
|
*
Add RichTextLabel "hint" tag.
bruvzg
2022-02-21
1
-0
/
+1
*
|
Fix invisible CanvasItem visibility issue
Markus Sauermann
2022-02-22
1
-1
/
+2
|
/
*
Fix CanvasItem visibility propagation
kobewi
2022-02-19
1
-2
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+0
*
Rework CanvasItem visibility propagation
kobewi
2022-02-06
1
-1
/
+2
[next]