open-story-teller/core/story-manager/src/nodes
Anthony Rabine 6459dba5c3
Some checks failed
Build-StoryEditor / build_linux (push) Has been cancelled
Build-StoryEditor / build_win32 (push) Has been cancelled
Deploy-Documentation / deploy (push) Has been cancelled
Working variable edior for modules
2025-08-26 22:49:37 +02:00
..
base_node.cpp First working assembly from nodes (cli), youpi 2025-04-22 23:20:44 +02:00
base_node.h make story editor build 2025-04-23 00:01:09 +02:00
branch_node.cpp make story editor build 2025-04-23 00:01:09 +02:00
branch_node.h make story editor build 2025-04-23 00:01:09 +02:00
call_function_node.cpp Separated call function module, better module support with type 2025-07-16 12:15:00 +02:00
call_function_node.h Separated call function module, better module support with type 2025-07-16 12:15:00 +02:00
compare_node.cpp Working variable edior for modules 2025-08-26 22:49:37 +02:00
compare_node.h make story editor build 2025-04-23 00:01:09 +02:00
connection.cpp First version of AST/flow/assembly generation base classes, arch seems ok 2025-04-09 10:32:26 +02:00
connection.h First version of AST/flow/assembly generation base classes, arch seems ok 2025-04-09 10:32:26 +02:00
function_entry_node.h Build splitted to allow multi pages compilation, more widgets 2025-04-23 13:28:22 +02:00
function_exit_node.h Better custom AST builder using kahn algorithm 2025-04-22 16:35:50 +02:00
module_node.cpp Separated call function module, better module support with type 2025-07-16 12:15:00 +02:00
module_node.h Separated call function module, better module support with type 2025-07-16 12:15:00 +02:00
operator_node.h Build splitted to allow multi pages compilation, more widgets 2025-04-23 13:28:22 +02:00
print_node.cpp Variables in context, fix variable and print node save data in JSON 2025-04-26 21:14:20 +02:00
print_node.h Variables in context, fix variable and print node save data in JSON 2025-04-26 21:14:20 +02:00
syscall_node.cpp Created Node Factory in dedicated class to allow custom nodes not linked to one project 2025-06-20 16:41:27 +02:00
syscall_node.h Created Node Factory in dedicated class to allow custom nodes not linked to one project 2025-06-20 16:41:27 +02:00
variable_node.cpp Variables in context, fix variable and print node save data in JSON 2025-04-26 21:14:20 +02:00
variable_node.h Variables in context, fix variable and print node save data in JSON 2025-04-26 21:14:20 +02:00