Results 812 comments of Andre Weissflog

hmm interesting, if it isn't too much work for you a PR would be appreciated, can't guarantee that I will use it as is, but I'd like to least have...

I basically gave up on the whole Android IDE mess. I'm treating it similar as emscripten, do actual development on a native version in Visual Studio or Xcode, and only...

ah hmm, sorry my Android-fuu isn't good enough, I basically tried to avoid the Android Java side as much as possible and just used the NativeActivity stuff. All the interaction...

I think it should definitely go into platform-specific files under LocalFS, similar to the 'posix' directory. For a 'clean' solution there would be an androidFSWrapper and an iosFSWrapper (they could...

Agreed. I think the fsWrapper::getExecutableDir() method should be renamed to fsWrapper::getRootDir() in this case and can then return the ~~Contents/MacOS~~ xxx.app/Contents/ location (but it should only do this when compiled...

Yes that sounds like a good thing to have. I was thinking that bluetooth keyboard support would be nice for running my emulator on mobile devices, but was distracted with...

Good catch, I can confirm this. The original renders many question marks in the text view, but the Oryol port screws up text rendering in other strings and has broken...

Alright sounds good. I should probably update the documentation some time to make learning a bit easier. If you have questions don't hesitate to ask, best way is to open...

Are you living near a nuclear power plant or something? ;) I think vc12 is Visual Studio 2013? This only has very limited C++11 support, which may explain the problems...

No threaded loading with multiple GL contexts, instead (later) for desktop GL (or all implementations which have mapping: (pre-)allocate GL resource(s), map-buffer in main thread, fill in worker thread, unmap...