miggor-StreamGraph/classes/deck/nodes/general
Lera Elvoé e257c76dc6 add array operation nodes (#171)
- fix variable viewer deselecting error
- add array push/append
- set spinbox value AFTER setting the range in descriptor renderer
- add array pop node
- add array size node
- add array set at index node
- add array insert node
- prevent potential race condition in array pop

Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/171
Co-authored-by: Lera Elvoé <yagich@poto.cafe>
Co-committed-by: Lera Elvoé <yagich@poto.cafe>
2024-07-28 09:30:53 +00:00
..
array_get_index.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
array_insert.gd add array operation nodes (#171) 2024-07-28 09:30:53 +00:00
array_pop.gd add array operation nodes (#171) 2024-07-28 09:30:53 +00:00
array_push.gd add array operation nodes (#171) 2024-07-28 09:30:53 +00:00
array_set.gd add array operation nodes (#171) 2024-07-28 09:30:53 +00:00
array_size.gd add array operation nodes (#171) 2024-07-28 09:30:53 +00:00
bool_constant.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
button.gd add an API for buttons on ports (#96) 2024-03-06 07:50:23 +00:00
collect.gd add Collect node (#165) 2024-06-14 08:29:50 +00:00
delay.gd rework RPC Signal Layer class (#101) 2024-03-14 05:54:25 +00:00
dictionary_get_key.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
expression_node.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
format_string.gd add string formatting nodes (#170) 2024-07-24 05:13:17 +00:00
get_deck_var.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
if_true.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
is_equal.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
numeric_constant.gd add scalar math nodes (#123) 2024-03-17 10:09:23 +00:00
pass_if_equal.gd add pass if equal node (#120) 2024-03-17 06:54:45 +00:00
passthrough.gd fix passthrough sending when it's not meant to (#169) 2024-07-23 23:20:55 +00:00
print.gd library groups (#151) 2024-05-08 07:43:45 +00:00
process_node.gd make delta work with both usage types in process node 2024-03-19 13:54:59 +03:00
set_deck_var.gd add an API for buttons on ports (#96) 2024-03-06 07:50:23 +00:00
string_constant.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
string_split.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
template_string.gd add string formatting nodes (#170) 2024-07-24 05:13:17 +00:00