Ash Blue

Results 46 issues of Ash Blue

A lot of people are making MRs without the proper commit guidelines. Create a PR template to with guidelines to decrease back and forth. - Specify to post new feature...

enhancement

Currently hard to read the visualizer with Dark Mode. Would be good if more neutral colors were used on the connecting lines.

help wanted

Setting the actor through the dialogue graph sometimes randomly fails. The graph isn't broken and data doesn't corrupt, but it looks like some sort of random serialization issue.

bug

Sometimes when right clicking and dragging the drag action is counted as a right click randomly.

bug

It looks like the client SSR documentation for the advanced setup was missing the key set for the cache. I've added this in so future users don't get stuck with...

Whenever I use tasks as so I get the error `No gulpfile found` with gulp-nodemon when the server activates live reload. Looks like nodemon is looking for my gulpfile in...

Library works just fine as is right now. But at some point the playback logic and Animator helper scripts should be broken into two separate libraries. Also the test helpers...

enhancement

When removing the first item in an collection it clears all items and throws an out of bounds index error. Removing other items seems to be fine. This is mostly...

bug

Somebody might accidentally have duplicate IDs on stats (health and health for example). If they do this will cause the 2nd stat to silently fail. If they have a duplicate...

enhancement

IDialogueController should have all the proper interfaces on it. Currently missing several public properties making testing difficult.