cursey

Results 98 comments of cursey

You can download the dev build here: https://ci.appveyor.com/project/cursey/kanan-new/build/artifacts

I often see plugin systems like what your suggesting to be an example of over-engineering. Most users don't care about a plugin system they just want to download the mod...

I'm not totally against the idea I just need a better understanding of what the point is.

I won't turn down a PR for a plugin system if it doesn't complicate things. How were you planning on implementing it?

How are you planning on exposing kanan's API to the plugins? You have to be careful with sending data across dll boundaries. It's probably enough to just dllexport everything in...

I would rather not expose a C API for kanan if at all possible. You can export C++ class methods, and like I said as long as the compiler matches...

Well, I just think it'd be a lot less work than creating a C API.

The issue with the Client Side Devcat patch is just something you have to live with if you want to use that mod (I am not the author of the...

Actually you say this just started happening with the most recent commit? I did change how input is captured based on the UI wanting input. That probably has something to...