Pop_Slime
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 22:47:28 +08:00
1da8647ff1 Re-add start offset stub.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 22:45:55 +08:00
2f19e8daad Add limit for render distance settings.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 22:43:42 +08:00
07f62c7aeb Reduce font size for extra tag in input config.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 18:43:25 +08:00
39db8dfa45 Code cleanup.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 18:43:02 +08:00
f04cd370f1 Allow vector as number in contextual operators.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 18:42:07 +08:00
5c4acd54ce Add ticking stub for effect.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 18:41:35 +08:00
82dbc5c479 Add event property for event.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 18:29:29 +08:00
1f1663d714 Rename index to effect_index.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-21 18:27:34 +08:00
a3c5392caa Optimize GC for vector property source.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:44:15 +08:00
6c983cc2cb Add backward compatibility for opacity property.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:15:49 +08:00
3bf3fdac3d Code cleanup.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:15:28 +08:00
f2f3dba098 Fix effect queue with multiple items of the same instance.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:14:00 +08:00
3728360dd2 Fix index invalidation for effects.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:13:21 +08:00
887837bb3d Fix main thread stuck on texture missing.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:12:03 +08:00
99b4c2dfc1 Fix error on text frame update if texture not found.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:08:12 +08:00
e59769158a Change materials to shared mode in components.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 22:06:23 +08:00
ba3238614b Pull up mesh.color. Remove *.opacity properties.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 21:57:09 +08:00
a115999aab Add additive shader.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 21:56:33 +08:00
393947db9f Add image.shader property.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-02-19 21:55:06 +08:00
e9b2a7f894 Fix error on dynamic expressions in static context.