22 Commits

Author SHA1 Message Date
Mario Zechner
4047f1ba07 Updated license headers. 2023-07-31 13:29:16 +02:00
Mario Zechner
15b61f3101 [godot] Fix compilation error in SpineSprite, add 4.1 GitHub workflow. 2023-07-14 13:46:20 +02:00
Mario Zechner
983220d3bc [godot] Fix refactoring compilation errors. 2023-02-17 16:50:20 +01:00
Mario Zechner
55b6f43d9b [godot] Added mesh based renderer, slower than cavvas_item_add_triangle_array due to no batching. 2023-02-17 11:17:15 +01:00
Mario Zechner
b80b57b380 [godot] FIx 4.0 compilation errors. 2023-02-16 13:51:00 +01:00
badlogic
1aed9a2aa4 [godot] Fix 3.5 compilation after renderer reworking. 2023-02-14 15:37:21 +01:00
Mario Zechner
2751d76426 [godot] Closes #2245, adds mesh based rendering for Godot 4.0, improving performance 100x fold. 2023-02-13 14:55:33 +01:00
Mario Zechner
7a861dc605 [godot] Preparation work for mesh-based rendering. 2023-02-13 06:49:56 +01:00
Mario Zechner
7ef8ca40f4 [godot] Closes #2239, debug rendering of root bone. 2023-02-10 23:19:57 +01:00
badlogic
2113751ac8 [godot] Closes #2119, meshes are now drawn on window resizing as well. 2023-02-07 17:57:41 +01:00
Mario Zechner
c14b00d1c4 [godot] Closes #2232, do not render slots attached to inactive bones. 2023-01-30 11:24:42 +01:00
Mario Zechner
0a14457f36 [godot] Apply light mask of sprite to mesh instances, closes #2197. 2022-11-29 09:47:45 +01:00
Jordan Schidlowsky
e83b9c1714
fix incorrect ordering issue when applying custom materials to slot nodes (#2205) 2022-11-29 09:23:15 +01:00
Mario Zechner
669af9f6bb Formatting. 2022-09-15 08:37:55 +02:00
Mario Zechner
34534d0e90 [godot] Call computeWorldVertices before fetching region. See #2154 2022-09-15 08:09:48 +02:00
Mario Zechner
933ccbba62 [godot] Fix compilation for latest 4.0 master commit. 2022-09-03 12:52:50 +02:00
Mario Zechner
62f0c6deca [godot] Fixes for latest Godot 4.0, closes #2133, fix setters. 2022-08-06 19:26:08 +02:00
Mario Zechner
ffe4ad8538 [godot] Fix compilation for 3.x, update to 3.5-stable 2022-08-06 18:59:27 +02:00
Mario Zechner
1c150203ab [godot] Fixes for latest 4.0 commits, automatically install MoltenVK on macOS via setup.sh 2022-07-29 14:57:56 +02:00
Mario Zechner
72c547bd01 [godot] Closes #2117, setting meshes of inactive slots invisible breaks draw order.
Since we clear the mesh instances, we can refrain from setting them invisible.
2022-07-26 10:06:05 +02:00
Mario Zechner
3e1b2b10cb [godot] Added single skin previewing for SpineSprite in editor. 2022-07-25 15:16:19 +02:00
Mario Zechner
68b59271bb [godot] Backport to 4.1 2022-07-18 10:27:42 +02:00