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

Better error handling #19

Merged
merged 10 commits into from
May 19, 2024
Merged

Better error handling #19

merged 10 commits into from
May 19, 2024

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    c1593c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    508159d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    9097b01 View commit details
    Browse the repository at this point in the history
  2. Improve error handling for dialogue tags

    kinda a mess
    nndda committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e92ec0e View commit details
    Browse the repository at this point in the history
  3. Give warning on empty dialogue body

    Also skip parsing tags and bbcode if the body is an empty string.
    nndda committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3e2e661 View commit details
    Browse the repository at this point in the history
  4. Ignore unknown built-in tags

    Might be confused with user-defined variables.
    nndda committed May 19, 2024
    Configuration menu
    Copy the full SHA
    717f839 View commit details
    Browse the repository at this point in the history
  5. Save user-defined variables in Dialogue data

    Also set built-in tags and its aliases in a const within `Parser` class.
    nndda committed May 19, 2024
    Configuration menu
    Copy the full SHA
    311e293 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0c0ad0 View commit details
    Browse the repository at this point in the history
  7. Optimize defined variables loop

    nndda committed May 19, 2024
    Configuration menu
    Copy the full SHA
    80775f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4afe2aa View commit details
    Browse the repository at this point in the history