kobewi
|
ceefc0d38a
Implement 2D instance shader parameters
|
2 years ago |
Thaddeus Crews
|
3ded11d0bc
Merge pull request #85359 from miv391/faster-exit-from-cull_canvas_item
|
8 months ago |
Mika Viskari
|
39423d99fa
Faster exit from _cull_canvas_item if alpha is zero
|
1 year ago |
Thaddeus Crews
|
bb5f390fb9
Style: Apply `clang-tidy` fixes (superficial)
|
1 year ago |
kleonc
|
8d3e9aa7ae
Revert incorrect rounding when 2D transform snapping
|
10 months ago |
kleonc
|
c170f1afd2
Don't recalculate final render transforms for Y-sorted canvas items
|
11 months ago |
kleonc
|
029045bcb6
Account for physics interpolation and transform snapping when Y-sorting
|
11 months ago |
kleonc
|
1bd8372813
Fix Parallax2D repeats being not relative to its transform
|
1 year ago |
Mark DiBarry
|
6b17d51425
Add alternative pixel rounding
|
1 year ago |
markdibarry
|
95813793b4
Add repeats in ysort child collection
|
1 year ago |
markdibarry
|
f0983f1b1c
Add cull fix for scale repeat
|
1 year ago |
Yaohua Xiong
|
ed3d311687
Add antialias support for CanvasItem draw primitives
|
1 year ago |
A Thousand Ships
|
31e7ee63f2
Fix unsafe uses of `Callable.is_null()`
|
1 year ago |
cosparks
|
6d0dca76c0
Fixes SDF Collision Enable/Disable
|
1 year ago |
kleonc
|
983cdb2f54
Fix transform of Y-sorted branch-root
|
1 year ago |
Ricardo Buring
|
2ed2ccc2d8
Fixed Timestep Interpolation (2D)
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
markdibarry
|
a62870956a
Add new Parallax2D node
|
1 year ago |
Rémi Verschelde
|
dc2d1e3f47
Merge pull request #79452 from /ysort-update-first-item-position
|
1 year ago |
Adam Scott
|
35b640107f
Stabilize snapping 2D transforms to pixel
|
1 year ago |
Rémi Verschelde
|
673102ffd8
Merge pull request #85520 from YuriSizov/rendering-gracefully-leak-canvas-items
|
1 year ago |
Yaohua Xiong
|
795fe74143
unify parameter names for 'RendererCanvasCull'
|
1 year ago |
Yuri Sizov
|
34ecfff672
Avoid crashes when engine leaks canvas items and friends
|
1 year ago |
Wilson E. Alvarez
|
80fb8db31f
Remove unnecessary assignments
|
1 year ago |
Rémi Verschelde
|
342531597b
Merge pull request #85811 from clayjohn/2D-render-info
|
1 year ago |
ShirenY
|
27f71c4e78
Transform mesh's AABB to skeleton's space when calculate mesh's bounds.
|
1 year ago |
clayjohn
|
528b4a3283
Implement render info counters for the 2D renderer
|
1 year ago |
kobewi
|
41fa6c32b4
Disable update spinner when debug redraw is active
|
1 year ago |
Rémi Verschelde
|
4b7cc99bc1
Merge pull request #79169 from reduz/debug-canvas-item-redraw
|
1 year ago |
kobewi
|
09b30be86d
Add vararg call() method to C++ Callable
|
2 years ago |