Benjamin Pannell
Benjamin Pannell
That functionality was actually intended to be implemented in #69, unfortunately it was never completed and as a result we don't have an easy way to change the keypress events...
Awesome stuff, okay you're gonna need Visual Studio, there's a free community edition available [here](https://www.visualstudio.com/vs/community/) (you'll want to get the C# stuff and .NET desktop development, the rest isn't necessary)....
The problem with this approach is that each time the game context changes we will need to recompile the grammar and reload the recognizer. Would it not be easier to...
I think we can address the volume issue by introducing a volume control for sound effects. The subtlety issue is something we can address with sound packs if necessary.
Okay, sounds like a plan to me, just need to find a nice sound pack I guess :smile:
I think this could work for our current release system, but I'm currently working on a vastly more powerful automatic update tool - no ETA yet - which I think...
Yeah, in my case it's a unique string similar to a Git hash - though how user friendly that is remains to be seen. Ideally it's not something the user...
Hi there @SwathingBlock, We're certainly open to anybody who wants to adopt this project and start extending it to support new features, improving the features that are already there or...
Shouldn't be an issue, will probably add it just below the existing licence (and maybe add references to the About page RE which libraries we're using and their licences).
Hi Slake66, it's not a virus but unfortunately is detected as one because it includes code that people have used maliciously in viruses before. There's a full explanation in #89...