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

Once More, With Feeling #18

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Once More, With Feeling #18

wants to merge 10 commits into from

Commits on Dec 1, 2020

  1. Once more, with feeling.

    Justin Abbott committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e1cf151 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Implement a dialogue Character class to use in conversations.

    A character is a scriptable object that contains the name that should be displayed in the UI, and sprite portraits.
    Justin Abbott committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7d0fddd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Refactor nodes to be abstract objects that are access through an inte…

    …rface.
    
    By refactoring nodes and creating an INode interface, adding new nodes in the future is easier and referencing them has a robust layer of abstraction between them.
    Justin Abbott committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    bf73d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7a68a5 View commit details
    Browse the repository at this point in the history
  3. Begin building editors.

    Justin Abbott committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    153871b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Adds custom inspector UI for base node class.

    Justin Abbott committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e3a2474 View commit details
    Browse the repository at this point in the history
  2. Adds custom inspector for DialogueNode class

    Justin Abbott committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    6ac76c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Adds custom inspector for ConditionNode class

    Justin Abbott committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    f80993f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Adds custom inspector for TriggerEventNode class

    Justin Abbott committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    8c2efd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e92a594 View commit details
    Browse the repository at this point in the history