SalvoB

Results 40 issues of SalvoB

When clicking on the FSM node, and clicking on the FSMNode. It shows for every State and Transitions created in the output `Node not found: ../Control` It works anyway, but...

This is more a question than an issue: Is there a way to specify a self loop in a graph?

If I set some variables in a specific state, I would like that all other states cannot see the above mentioned variables. But the transition need that variable to decide...

Hello, I decided to open a new issue instead of going off-topic in #23. What happen when I enter manually into a State if I am in another State? I...

The FSM folder tree is a bit overcomplicated. In order to access the script code of a state you need the following path `FSM/States/NameState` same for a transition `FSM/Transitions/NameTransition` Often...

I don't understand the logic, but sometimes the arrow that indicate the direction are hidden. ![image](https://user-images.githubusercontent.com/6097015/40140884-4b9576b6-5954-11e8-93a3-910580828b04.png)

After having instantiate a globa singleton http://docs.godotengine.org/en/stable/getting_started/step_by_step/singletons_autoload.html this seems not be accessed by the transitions node, saying: ` - Compile Error: Identifier not found: global` while the States node can...

Can you upload the a source code example in which there is the application of this plugin? In this video you showed a mock up: https://www.youtube.com/watch?v=BTzmmXWVctQ Can you upload the...

It seems that this tool only create the documentation for those files that lives in the "root" folder, together with `project.godot`. This will hardly be the case for a real...

Is it possible to export data from aggregations ? How ? I tried with a query like this: ``` { "size": 0, "aggs": { "unique": { "terms": { "field": "user.id",...