Rokas Kupstys
Rokas Kupstys
I tested your PR, rebased it on to master cleaning up some merge conflicts, also removed traces of OpenAL from commit history (basically removed two commits, one which added OpenAL...
We have it. ctrl+f for -g4, you will see it is added to exe and module linker flags as well as to urho3d flags so anything that links urho3d target...
No one tried that so far On February 14, 2019 21:19:14 utekai wrote: > The urhosharp implementation provides a binding for hololens, and a > StereoApplication class that extends Urho.Application....
> We need new class like UserFile Do we really? What is wrong with just creating a `File` in `fs->GetAppPreferencesDir(..)`? Admittedly `GetAppPreferencesDir()` could be improved to fetch default values when...
Im pretty sure web can have writable files. browsers have a local storage that can be used
I was hoping SDL would abstract it for us 👀
It seems that msbuild that comes with mono does not support new project format. Mono developers advise using msbuild from microsoft. Finding it is troublesome however. So in case you...
Well yes and no. Beauty of rbfx is that so far it runs on whatever platform .net runtime is available (with one exception). .net core is a bit of special...
Mono is still used on linux so that is where those mono-isms come from. Attempt to set `MONO_PATH` on windows would indeed conflict and break, hence no mono support on...
This happens because SystemUI directly observes SDL events for mouse input instead of leveraging UI subsystem. This can be fixed but is not something of high priority because SystemUI is...