Commit graph

  • f1a5d67f90
    add required fields to windows export cfg Lera Elvoé 2023-12-16 00:31:09 +0300
  • 87ac3ac47a
    add export config Lera Elvoé 2023-12-16 00:22:34 +0300
  • 99b0a29f72
    tweak twitch setup dialog Lera Elvoé 2023-12-16 00:10:00 +0300
  • 79f99043cd
    disable saving if group deck Lera Elvoé 2023-12-15 20:39:19 +0300
  • 68e1c312bf
    add readme Lera Elvoé 2023-12-15 20:16:21 +0300
  • 6c7fb5a9c6
    use logo in about screen Lera Elvoé 2023-12-15 19:46:46 +0300
  • b973cb2ecd
    use app icon Lera Elvoé 2023-12-15 17:32:28 +0300
  • 3fe764cb6f
    ignore distribution folder Lera Elvoé 2023-12-15 17:32:13 +0300
  • faf1e0ce9b
    add logo Lera Elvoé 2023-12-15 16:55:02 +0300
  • 9847dde81b
    remove test prints Lera Elvoé 2023-12-15 15:03:28 +0300
  • 9699381f5c
    toggle native dialog with embed subwindows option Lera Elvoé 2023-12-15 02:45:16 +0300
  • 6bc9ad625d
    add license file!!! Lera Elvoé 2023-12-15 02:13:17 +0300
  • c4a1048382
    add license headers to nodes Lera Elvoé 2023-12-15 02:11:31 +0300
  • 521253fd9e
    add license headers to deck classes Lera Elvoé 2023-12-15 02:06:54 +0300
  • 9dae9de560
    add license headers to renderer classes Lera Elvoé 2023-12-15 02:05:30 +0300
  • f87999eae8
    remove old classes Lera Elvoé 2023-12-15 01:57:56 +0300
  • a9705a9263
    add about dialog Lera Elvoé 2023-12-15 01:55:28 +0300
  • 5a9d617cc6
    add thirdparty file Lera Elvoé 2023-12-15 01:02:17 +0300
  • e405b921d5
    add debug option to embed subwindows Lera Elvoé 2023-12-15 00:50:42 +0300
  • ca0fc15103
    patch renderer persistence to default default arg Lera Elvoé 2023-12-15 00:39:29 +0300
  • f5cea0efa2
    clean up project.godot Lera Elvoé 2023-12-15 00:26:02 +0300
  • 7e35529100
    use logger in nodes Lera Elvoé 2023-12-15 00:04:29 +0300
  • d67ccdbad2
    use logger in deck classes Lera Elvoé 2023-12-14 23:52:22 +0300
  • d6b26eda21
    add logger and logger renderer Lera Elvoé 2023-12-14 23:47:42 +0300
  • 3c0a12d005
    add/edit descriptions of most nodes Lera Elvoé 2023-12-14 21:15:42 +0300
  • 7bd7b6152a
    don't prompt to save group decks Lera Elvoé 2023-12-14 19:09:04 +0300
  • 73422418ba
    disallow grouping and removing group i/o nodes Lera Elvoé 2023-12-14 19:08:02 +0300
  • 16c6cfb4f9
    don't add group input and output nodes at the same position Lera Elvoé 2023-12-14 18:32:59 +0300
  • 9938bb9519
    open file dialogs at the most recent folder Lera Elvoé 2023-12-13 20:16:17 +0300
  • 4f40e91726
    fix setting dirty multiple times when initializing from deck Lera Elvoé 2023-12-13 19:59:25 +0300
  • d29adb8166
    prompt to save all decks when closing Lera Elvoé 2023-12-13 19:44:09 +0300
  • bf9af8c996
    prompt to save dirty deck when closing it Lera Elvoé 2023-12-13 19:25:30 +0300
  • 2091b52e36
    add dirty bit to deck renderer Lera Elvoé 2023-12-13 18:53:30 +0300
  • aff31ce442
    fix opening recent decks with shortened paths Lera Elvoé 2023-12-13 18:48:14 +0300
  • 6c804851a7
    UX improvements Lera Elvoé 2023-12-13 18:01:20 +0300
  • 0d7567e636
    don't move the cursor with up/down arrow keys in search bar Lera Elvoé 2023-12-13 14:32:22 +0300
  • 68d9af52c6
    use the persistence class to store recently opened decks Lera Elvoé 2023-12-13 14:30:11 +0300
  • 1ebcef1d0e
    new renderer persistence class to save options and configuration easier per renderer Lera Elvoé 2023-12-13 14:29:25 +0300
  • a421535f11
    close dangling group instances when the last group containing them is closed Lera Elvoé 2023-12-12 19:53:29 +0300
  • 0027ca5d1a
    close groups belonging to deck when closing deck Lera Elvoé 2023-12-12 19:36:58 +0300
  • 7a95121330
    send the node id properly in node added to group signal Lera Elvoé 2023-12-12 19:34:55 +0300
  • 9a40aa3717
    make obs set source transform node batch requests and cache some things Lera Elvoé 2023-12-10 21:49:27 +0300
  • c323a64d60
    make delay use ANY type on i/o Lera Elvoé 2023-12-10 20:18:16 +0300
  • 6d8e64b90a
    fix process node Lera Elvoé 2023-12-10 17:24:08 +0300
  • 0bc814a38b
    silence NoOBSWS Lera Elvoé 2023-12-10 17:23:55 +0300
  • 882c031f86
    fix group input node using old outgoing connections format Lera Elvoé 2023-12-10 17:03:15 +0300
  • a5094ce450
    add helper function to resolve input port value to deck node Lera Elvoé 2023-12-10 17:01:31 +0300
  • e0239dcae0
    make twitch actually work frfr no cap Lera Elvoé 2023-12-10 16:23:50 +0300
  • 2bd48d993b
    store last message data in twitch chat received node Lera Elvoé 2023-12-08 15:30:02 +0300
  • 0b907a7716
    make pass if true node consider clickable checkbox Lera Elvoé 2023-12-08 14:36:43 +0300
  • 87a8848516
    make expression node output typed as ANY Lera Elvoé 2023-12-08 14:36:19 +0300
  • 68480bdbe2 Merge branch 'poc/godot-showreel-demo' of https://codeberg.org/Eroax/Re-DotDeck into poc/godot-showreel-demo Eroax 2023-12-08 03:15:44 -0700
  • 3c40c1da66 Implemented Redirect Port fully Eroax 2023-12-08 03:15:32 -0700
  • 25b58d0948
    IT'S OFFICIAL Lera Elvoé 2023-12-08 13:09:54 +0300
  • 9b22f6b5c0 new, new, new, NEW groups (#14) Lera Elvoé 2023-12-08 09:56:01 +0000
  • 330906460e
    fix recursive grouping poc/new-new-new-groups Lera Elvoé 2023-12-08 12:25:08 +0300
  • 802749704f
    sync node renames and position in group instances Lera Elvoé 2023-12-08 11:22:02 +0300
  • b2d96a471e
    sync port values in group instances Lera Elvoé 2023-12-08 09:33:37 +0300
  • 08e6bb2a17
    add a debug tool to view open decks to deck holder renderer Lera Elvoé 2023-12-08 08:41:32 +0300
  • 58842437b6
    sync some node events on group instances Lera Elvoé 2023-12-08 08:41:10 +0300
  • 0d6f3169f1
    add group instancing Lera Elvoé 2023-12-06 13:16:38 +0300
  • c071e4d644 TWITCH INTEGRATION (#13) Eroax 2023-12-08 09:53:06 +0000
  • c1de749d7d ADDED THE FREAKIN TWITCH CHAT NODES WOOOOOOOOOOOOOO! Eroax 2023-12-08 02:51:23 -0700
  • fd3efeee92 Added Connections.twitch Connections + setup to Deck_Holder_Renderer Eroax 2023-12-08 02:50:58 -0700
  • d7ceabf6b5 Added Connections.twitch and Connections._twitch_chat_received Eroax 2023-12-08 02:50:07 -0700
  • db117ad991 Setup Twitch_Setup_Dialog Eroax 2023-12-08 02:49:39 -0700
  • e112042511 Enabled NoTwitch Addon Eroax 2023-12-08 02:49:23 -0700
  • 47485aea76 Added NoTwitch Addon Eroax 2023-12-08 02:48:32 -0700
  • dbdda4614a
    add bool constant and if true nodes Lera Elvoé 2023-12-05 02:02:02 +0300
  • 26bf7cf0b3
    change get deck var output type to ANY Lera Elvoé 2023-12-05 02:01:47 +0300
  • 36ea77048b
    disconnect nodes properly when grouping Lera Elvoé 2023-12-05 02:01:14 +0300
  • 464d0a0e33
    add input and deck variables access to expression node Lera Elvoé 2023-12-04 23:05:15 +0300
  • 3be669da28
    add file menu shortcuts to deck holder renderer Lera Elvoé 2023-12-04 17:27:31 +0300
  • b7f511709a
    fix a bunch of warnings Lera Elvoé 2023-12-04 17:16:39 +0300
  • d707d65323
    set labels to right align if the port is output Lera Elvoé 2023-12-04 16:59:09 +0300
  • dfbb5f10cd
    remove connections more thoroughly on delete Lera Elvoé 2023-12-04 16:58:36 +0300
  • 2e701de286
    add vector math nodes Lera Elvoé 2023-12-04 16:19:59 +0300
  • f90beb61c5
    add renaming nodes Lera Elvoé 2023-12-04 12:50:52 +0300
  • c243d24028
    refresh visual connections in deck renderer when duplicating nodes Lera Elvoé 2023-12-02 01:14:19 +0300
  • 440ec5bb2e
    fix remove node Lera Elvoé 2023-12-02 01:14:00 +0300
  • b05b5561db
    add event system, add process node Lera Elvoé 2023-12-01 12:30:35 +0300
  • 542758c660
    add obs set source transform and search source id node Lera Elvoé 2023-12-01 11:00:38 +0300
  • c5512cfee7
    add duplicating nodes Lera Elvoé 2023-11-30 12:40:28 +0300
  • 364b4a2070
    refactor copy/paste to use dicts Lera Elvoé 2023-11-30 12:16:48 +0300
  • 8520f240d0
    add copying and pasting nodes Lera Elvoé 2023-11-30 12:10:43 +0300
  • d3bf258ba9
    followup to 5eecfc9: store input ports in outgoing connection in an array Lera Elvoé 2023-11-30 09:06:06 +0300
  • 5eecfc9675
    store outgoing connections as a dictionary of dictionaries instead Lera Elvoé 2023-11-29 14:15:38 +0300
  • 2c7ccb66db
    delete nodes, fix grouping Lera Elvoé 2023-11-29 11:47:47 +0300
  • 292e7be799
    fix group node not considering y on renderer when creating Lera Elvoé 2023-11-29 08:54:36 +0300
  • c283f35936
    add a super janky generic obsws request node Lera Elvoé 2023-11-28 11:48:16 +0300
  • 85b2181622
    save selected scene in obs scene list node renderer Lera Elvoé 2023-11-28 11:13:18 +0300
  • 1326b3bfad
    Merge branch 'main' into poc/godot-showreel-demo Lera Elvoé 2023-11-28 05:13:21 +0300
  • dc7d53e3d2 Patched Delay Node. Eroax 2023-11-27 02:33:14 -0700
  • 3010ead296 Adds in Delay Node (#10) Eroax 2023-11-27 09:28:36 +0000
  • e88503512b Merge branch 'nodes/delay-node' of https://codeberg.org/Eroax/Re-DotDeck into nodes/delay-node Eroax 2023-11-27 02:25:15 -0700
  • 4331e8490a Murdered Arrange Button on GraphEdit Renderer Eroax 2023-11-22 03:06:17 -0700
  • 9d27f665cc Added Delay Node Eroax 2023-11-22 03:05:59 -0700
  • eb56d4b46a Merge branch 'nodes/delay-node' of https://codeberg.org/Eroax/Re-DotDeck into nodes/delay-node Eroax 2023-11-27 02:22:55 -0700
  • 694c12ebaf Murdered Arrange Button on GraphEdit Renderer Eroax 2023-11-22 03:06:17 -0700
  • 4bdd2d7fee Added Delay Node Eroax 2023-11-22 03:05:59 -0700