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
/
servers
/
rendering
/
renderer_canvas_cull.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix invalid read when using LightOccluder2D
Haoyu Qiu
2022-01-17
1
-1
/
+1
*
Fix canvas items being drawn outside clip rects
Darren Kaste
2022-01-09
1
-0
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add a double-precision editor build to CI
Aaron Franke
2021-12-09
1
-1
/
+1
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-2
/
+1
*
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-29
1
-100
/
+100
*
Construct values only when necessary.
Anilforextra
2021-09-23
1
-1
/
+1
*
Makes FontData importable resource.
bruvzg
2021-08-27
1
-0
/
+34
*
Fix incorrect border width of antialiased lines
Yuri Roubinsky
2021-08-10
1
-3
/
+5
*
Improve RID_Owner memory usage
reduz
2021-06-29
1
-19
/
+8
*
Implement animation slice drawing in CanvasItem
reduz
2021-06-17
1
-0
/
+12
*
Refactor VisibilityNotifier
reduz
2021-06-16
1
-22
/
+103
*
Deleted YSort, moved its functionality directly into Node2D.
andriyDev
2021-06-05
1
-101
/
+112
*
Fixes missng 2D engine bits
reduz
2021-05-11
1
-1
/
+28
*
Fix canvas renderer line width
Alex Hirsch
2021-03-04
1
-5
/
+5
*
Fix rounding error in Clip Content
asheraryam
2021-03-02
1
-0
/
+2
*
Make Servers truly Thread Safe
reduz
2021-02-10
1
-18
/
+31
*
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-09
1
-1
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
1
-3
/
+3
|
\
|
*
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-12-06
1
-3
/
+3
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-5
/
+5
*
|
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-4
/
+4
*
|
Rename Rect2 and Rect2i clip() to intersection()
Marcel Admiraal
2020-12-19
1
-2
/
+2
|
/
*
RenderingServer reorganization
reduz
2020-12-04
1
-0
/
+1553