Michael Alexsander
|
8c8c48a7ad
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Juan Linietsky
|
123ee5995c
Visual GPU profiler and related profiling support in Vulkan.
|
6 years ago |
Juan Linietsky
|
ef083a583b
Modified light rendering to make it more compatible.
|
6 years ago |
Juan Linietsky
|
a7b2ac7bb1
Normalmapping and Specularmapping working in 2D engine
|
6 years ago |
Juan Linietsky
|
92b27bccf1
Changed allocation strategy of CanvasItem draw commands.
|
6 years ago |
Juan Linietsky
|
e1b3444415
Bugfixes and ability to better specify filter and repeat modes everywhere.
|
6 years ago |
Juan Linietsky
|
1b4281b895
basic 2D engine is more or less working with Vulkan, including editor.
|
6 years ago |
Juan Linietsky
|
9b0dd4f571
A lot of progress with canvas rendering, still far from working.
|
6 years ago |
Juan Linietsky
|
4f163972bb
Refactored RID/RID_Owner to always use O(1) allocation.
|
6 years ago |
nathanwfranke
|
e5cb557b73
Fix bug where Control at origin with 0 size not rendered
|
5 years ago |
Rémi Verschelde
|
fa82664419
Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix
|
5 years ago |
PouleyKetchoupp
|
1591677eb8
Fixed antialiasing option for Polygon2D
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
10bae7c05b
Merge pull request #33857 from nekomatata/polygon-2d-antialiasing
|
5 years ago |
PouleyKetchoupp
|
e6ebc43d72
Fixed antialiased option for Polygon2D / Line2D
|
5 years ago |
Bojidar Marinov
|
2952dc3fe2
Fix crash when disabling a YSort node
|
5 years ago |
David Sichma
|
f73e1fae37
Correctly flip texture src region
|
5 years ago |
Michael Alexsander Silva Dias
|
5ca7460421
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
|
6 years ago |
Bojidar Marinov
|
c3495ef652
Ensure that nested YSort preserves intermediate modulate values
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Hein-Pieter van Braam-Stewart
|
c52f890626
Don't try to statically allocate 2x 8193 pointers
|
6 years ago |
Rémi Verschelde
|
1120b0b2d3
Merge pull request #28200 from bojidar-bg/28115-ysort-breaks-shader
|
6 years ago |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 years ago |
Bojidar Marinov
|
dd9bb6f186
Fix nested YSort breaking use_parent_material
|
6 years ago |
Bojidar Marinov
|
11e62cdc79
Do not YSort canvas items that are not visible
|
6 years ago |
Rémi Verschelde
|
2db0613fb0
Merge pull request #25624 from nekomatata/texture-rect-flip
|
6 years ago |
Juan Linietsky
|
19a6a6286a
Ability to make CanvasLayers have pseudo 3D depth.
|
6 years ago |
PouleyKetchoupp
|
8b84638322
Add ability to flip TextureRect horizontally or vertically
|
6 years ago |
Rémi Verschelde
|
467f18b738
Fix style issues from recent commits
|
6 years ago |