miggor-StreamGraph/classes/deck
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
..
nodes add array operation nodes (#171) 2024-07-28 09:30:53 +00:00
deck.gd make group io nodes 'optional' (#167) 2024-07-02 09:29:06 +00:00
deck_holder.gd remove freed decks from container dicts on exit cleanup 2024-06-14 17:13:26 +03:00
deck_node.gd EXPERIMENTAL: add_port() now sets a default value for the port type 2024-06-14 16:58:47 +03:00
logger.gd add toast history *before* emitting toast signal 2024-05-20 09:18:33 +03:00
node_db.gd make the default library group location be based on the executable location (#164) 2024-05-26 16:05:22 +00:00
port.gd add an API for buttons on ports (#96) 2024-03-06 07:50:23 +00:00
renderer_persistence.gd replace C-style boolean operators with their keyword counterparts (#72) 2024-02-21 06:11:29 +00:00
search_provider.gd library groups (#151) 2024-05-08 07:43:45 +00:00