-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Latest Release #46
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef8ef9d - Browse repository at this point
Copy the full SHA ef8ef9dView commit details -
Merge pull request #34 from ashblue/feature/speak-audio-event-tests
test(events): added tests for speak audio events
Configuration menu - View commit details
-
Copy full SHA for d415349 - Browse repository at this point
Copy the full SHA d415349View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5d2859 - Browse repository at this point
Copy the full SHA d5d2859View commit details -
Merge pull request #36 from ashblue/feature/readme-version-bump
docs: bump version in docs to 2.6.0
Configuration menu - View commit details
-
Copy full SHA for 773d358 - Browse repository at this point
Copy the full SHA 773d358View commit details
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e77fa9d - Browse repository at this point
Copy the full SHA e77fa9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d88c89 - Browse repository at this point
Copy the full SHA 6d88c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcaebbb - Browse repository at this point
Copy the full SHA bcaebbbView commit details -
Merge pull request #37 from ashblue/feature/docs-play-graph-example
docs: added play dialogue code example
Configuration menu - View commit details
-
Copy full SHA for 20fe0b9 - Browse repository at this point
Copy the full SHA 20fe0b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49d07f - Browse repository at this point
Copy the full SHA a49d07fView commit details -
Merge pull request #38 from ashblue/all-contributors/add-bosaku
docs: add bosaku as a contributor for doc
Configuration menu - View commit details
-
Copy full SHA for 8e4da85 - Browse repository at this point
Copy the full SHA 8e4da85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f7204 - Browse repository at this point
Copy the full SHA 96f7204View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69b7a2 - Browse repository at this point
Copy the full SHA d69b7a2View commit details -
Merge pull request #39 from ashblue/feature/play-sample-fix
docs: play sample fix
Configuration menu - View commit details
-
Copy full SHA for dc3271b - Browse repository at this point
Copy the full SHA dc3271bView commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e92a3ca - Browse repository at this point
Copy the full SHA e92a3caView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb18251 - Browse repository at this point
Copy the full SHA fb18251View commit details -
refactor(conditions): definition data is now exposed to implement cus…
…tom runtime choice displays
Configuration menu - View commit details
-
Copy full SHA for f7fe75f - Browse repository at this point
Copy the full SHA f7fe75fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 96449e8 - Browse repository at this point
Copy the full SHA 96449e8View commit details
Commits on Apr 20, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 09e8596 - Browse repository at this point
Copy the full SHA 09e8596View commit details
Commits on Apr 22, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 45585fe - Browse repository at this point
Copy the full SHA 45585feView commit details
Commits on Apr 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for cef3f97 - Browse repository at this point
Copy the full SHA cef3f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0628a63 - Browse repository at this point
Copy the full SHA 0628a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62ed9b7 - Browse repository at this point
Copy the full SHA 62ed9b7View commit details -
Merge pull request #45 from ashblue/feature/minor-refactoring
New note node, send message API, and custom node creation preview
Configuration menu - View commit details
-
Copy full SHA for 83466f6 - Browse repository at this point
Copy the full SHA 83466f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3508ee - Browse repository at this point
Copy the full SHA b3508eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88abf6a - Browse repository at this point
Copy the full SHA 88abf6aView commit details