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

Latest Release #46

Merged
merged 25 commits into from
Apr 24, 2024
Merged

Latest Release #46

merged 25 commits into from
Apr 24, 2024

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    ef8ef9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from ashblue/feature/speak-audio-event-tests

    test(events): added tests for speak audio events
    ashblue committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d415349 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    d5d2859 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from ashblue/feature/readme-version-bump

    docs: bump version in docs to 2.6.0
    ashblue committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    773d358 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    e77fa9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d88c89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcaebbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #37 from ashblue/feature/docs-play-graph-example

    docs: added play dialogue code example
    ashblue committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    20fe0b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a49d07f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #38 from ashblue/all-contributors/add-bosaku

    docs: add bosaku as a contributor for doc
    ashblue committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8e4da85 View commit details
    Browse the repository at this point in the history
  7. docs: play sample fix

    ashblue committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    96f7204 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d69b7a2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #39 from ashblue/feature/play-sample-fix

    docs: play sample fix
    ashblue committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    dc3271b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    e92a3ca View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    fb18251 View commit details
    Browse the repository at this point in the history
  2. refactor(conditions): definition data is now exposed to implement cus…

    …tom runtime choice displays
    clevercrowgames committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f7fe75f View commit details
    Browse the repository at this point in the history
  3. fix(dialogue editor): no longer fires an error when deleting list items

    Action and condition lists were firing false positive errors due to a known Unity bug. The
    re-orderable list is trying to update the display before the asset database can refresh the assets.
    Thereby triggering a false positive error that the asset cannot be displayed.
    clevercrowgames committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    96449e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. feat(custom nodes): users now have necessary hooks to create their ow…

    …n custom nodes (experimental)
    
    This is very experimental and simply opens up the APIs necessary to create custom node types. There
    is still a lot of work to be done here before proper docs can be written.
    clevercrowgames committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    09e8596 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. feat(new node): note nodes can now be added to graphs

    Also includes an overhaul of dark and light mode theme displays. Some of the displays were
    completely broken due to changes to Unity's UI system
    clevercrowgames committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    45585fe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat(runtime gameobjects): replaced game object overrides with a send…

    … message action API
    
    GameObject overrdies were wonky at best and should be replaced with a full blackboard solution to be
    properly implemented. The current code to maintain them is also creating quite a mess. For now
    they've been replaced with a simple SendMessage API that takes a string to find a GameObject and
    support sending over messages. The SetActive hook should handle a majority of use cases.
    
    BREAKING CHANGE: You should remove all references to GameObject overrides, be ready to replace the
    game object names with paths (write them down). After upgrading you'll need to swap or remove all
    references to game object overrides from your project.
    clevercrowgames committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cef3f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0628a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62ed9b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #45 from ashblue/feature/minor-refactoring

    New note node, send message API, and custom node creation preview
    ashblue committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    83466f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3508ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88abf6a View commit details
    Browse the repository at this point in the history