Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Aaron Franke
|
b831fb0a54
Rename Transform2D "elements" to "columns"
|
3 years ago |
Bastiaan Olij
|
0b4fd92a17
Moved particles into ParticlesStorage
|
3 years ago |
Bastiaan Olij
|
6b28d94e77
Merge canvas and decal into TextureStorage and add render target
|
3 years ago |
Yuri Roubinsky
|
6e9535a9c8
Restore antialiasing for `draw_line`
|
3 years ago |
Yuri Rubinsky
|
31d2304ac4
Merge pull request #57899 from Chaosus/fix_aa
|
3 years ago |
Bastiaan Olij
|
b8be7903f3
Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage
|
3 years ago |
Dimitris Nikolaidis
|
02572884f4
Fix canvas_group not being freed in RendererCanvasCull::free
|
3 years ago |
Bastiaan Olij
|
57e5a33623
Split dummy renderer classes into separate files
|
3 years ago |
Hugo Locurcio
|
c509a3a3a5
Tweak render timestamp names for explicitness and consistency
|
3 years ago |
Yuri Roubinsky
|
a85b000967
Fix antialiasing for beginning/end of line in `canvas_item_add_polyline`
|
3 years ago |
Haoyu Qiu
|
7870cf24f2
Fix invalid read when using LightOccluder2D
|
3 years ago |
Darren Kaste
|
b0d9e14155
Fix canvas items being drawn outside clip rects
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Aaron Franke
|
e9808e3d9a
Add a double-precision editor build to CI
|
3 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Hugo Locurcio
|
ba65730cbf
Rename RID's `getornull()` to `get_or_null()`
|
3 years ago |
Anilforextra
|
cc51b045da
Construct values only when necessary.
|
3 years ago |
bruvzg
|
4c3f7d1290
Makes FontData importable resource.
|
4 years ago |
Yuri Roubinsky
|
59c137a99b
Fix incorrect border width of antialiased lines
|
4 years ago |
reduz
|
64c925cca6
Improve RID_Owner memory usage
|
4 years ago |
reduz
|
94d31ac327
Implement animation slice drawing in CanvasItem
|
4 years ago |
reduz
|
38d164c74b
Refactor VisibilityNotifier
|
4 years ago |
andriyDev
|
9f4bf5ec80
Deleted YSort, moved its functionality directly into Node2D.
|
4 years ago |
reduz
|
479391ef54
Fixes missng 2D engine bits
|
4 years ago |
Alex Hirsch
|
426ef4b1ee
Fix canvas renderer line width
|
4 years ago |
asheraryam
|
c3d8538bb4
Fix rounding error in Clip Content
|
4 years ago |
reduz
|
8b19ffd810
Make Servers truly Thread Safe
|
4 years ago |
Aaron Franke
|
1d5042c9e2
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
|
5 years ago |