Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Recipe - List of Commands to be executed #439

Merged
merged 86 commits into from
Jun 4, 2022

Conversation

negue
Copy link
Owner

@negue negue commented Mar 10, 2022

This will be a feature to use the functionality of scripts but without having to write code

TODO:

  • Recipe Structure to Script Code
  • Generic Settings Dialog for all kinds of Command Blocks
  • Show Action variables if available (for widget or script actions)
  • Replace "Action Type Meta" with Recipe
  • Fix Namings of Libraries
  • Import / Export of Blueprints - using markdown as datastructure
  • Show the script code that would be generated from the Recipe
  • Sort Command Block
  • Icon per Command Block or Preview Image
  • Action Selection should show the current actions that are already in this recipe
  • Clean up + UI
  • Review Code
  • Docs

Initial Command Block (UI and Script Part works):

  • Trigger Action
  • Trigger (sub) Actions while other Action/Media is visible
    • Update Media Screen Position
    • Reset the current context action (for special animations)
  • Wait for Seconds / Milliseconds
  • Trigger Random Action of List
  • OBS: Set Filter State
    • Config Type: OBS Filter Selection (Source + Filter selctions)
  • OBS: Switch Scene
    • Config Type: OBS Scene Selection
  • Twitch: Send Message

@vercel
Copy link

vercel bot commented Mar 10, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/negu3/meme-box/5sR34a7XexD9SxgQFphFQAGeA8qC
✅ Preview: Failed

[Deployment for 47d5741 failed]

@negue negue changed the title WIP: logic steps WIP: blueprints Mar 17, 2022
negue added 4 commits May 31, 2022 17:15
…ature/clickable-logic

# Conflicts:
#	projects/recipe-core/src/lib/command-blocks.memebox.ts
#	projects/recipe-core/src/lib/command-blocks.obs.ts
#	projects/recipe-core/src/lib/generateCodeByRecipe.ts
import {map} from "rxjs/operators";
import {ActionVariableTypes} from "@memebox/action-variables";
import { Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges } from '@angular/core';
import { DialogService } from "../../../../../src/app/shared/dialogs/dialog.service";
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extract or use a function or something - so that the library doesn't have to import from the main app

@negue negue changed the title WIP: "action type" recipe Feature: Recipe - List of Commands to be executed Jun 4, 2022
@negue negue merged commit da0cb7a into develop Jun 4, 2022
@negue negue deleted the feature/clickable-logic branch June 4, 2022 20:02
@negue
Copy link
Owner Author

negue commented Jun 4, 2022

3 Months
86 Commits
213 Changed Files
+14,961 −8,328 Lines changed

This feature is landed.. 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant