Results 56 comments of scemino

Thanks @elvisish for your proposition, I like the idea of the gradient.

> Still Need To Add Input Support For It? Yes, but these days, I'm integrating my project Engge Framework in engge, and then it should be easier to fix this...

Actually, it won't accelerate the development, because the engine is really different from SCUMM, the actors, objects, rooms, dialogs, threads, scripts, it's all different. The only benefits are load/save dialog,...

I'm sure ScummVM have a lot of rules that I don't respect today, so I prefer to postpone this work later, I don't know if you allow C++17 and third-party...

I tried to reproduce it but I can't, can you provide a video? Actually when the gate is opening or closing, the input is switched off, so it's not possible...

Even if you are not programmer, you can help figuring out the use of obscure functions like parrot (is it used to repeat a dialog of an actor ?) or...

> Even if you are not programmer, you can help figuring out the use of obscure functions like parrot (is it used to repeat a dialog of an actor ?)...

I found a workaround, it is possible to use ImGuiTextFilter like this: `filter.addr.draw("Filter (\"incl,-excl\") (\"error\")", 180)`, I hope that it will help other people which have the same problem.

I'm also interested in OSX build. Here is the full build file on my mac: [build.txt.zip](https://github.com/SuperV1234/SSVOpenHexagon/files/4944363/build.txt.zip) You don't own a Mac but you could use Travis, this is what I...

I can help you, if you want.