Jaydubs

Results 9 comments of Jaydubs

While this optimization will definitely help, it's also possible that a large part of it is simply the initial load of the renderer bundle, especially in development mode. As of...

Hi there! Thanks for giving EV a try. If EV is running in the background and you just don't see anything, it's usually an antivirus or another software (specifically anything...

Ah, okay, that's the problem then. I removed DX9/10 support when I was initially developing EveVision to make it easier on me, but never re-added it. I will look into...

Note that re-adding DX9/10 support is basically just adding a few files and maybe 20-30 lines back to the C++ overlay DLL. It's part of the original gelectron project EveVision...

I thought about this a long time ago, and there were two ideas: ### EveVision being the default system browser while it is running. The way you described is actually...

Randomly thought of this just now.. Since we're already injecting into EVE and intercepting windows calls, we can just intercept the 'open system browser' call that EVE makes.

There is currently no HTTP proxy settings available to the user, but I will be adding these types of options in the near future.

Did you also set the C++ language standard for the 'Release' configuration as well (top left)? I believe everything builds in release-mode right now, there's not much separation yet.

There currently isn't, but this is planned.