iProgramInCpp
iProgramInCpp
> Android Studio seems like it might have [some internal CMake support](https://developer.android.com/codelabs/android-studio-cmake#0) but.. hrm, not sure. Of course it does. That's how you created the AndroidGradle projects :) > it's...
> maybe it wouldn't be too hard to make it use a global app-level CMakeLists.txt instead. I've [done it before](https://github.com/ReMinecraftPE/mcpe/blob/master/platforms/android/project/app/src/main/cpp/CMakeLists.txt#L55). That being said I agree that the CMakeLists should be...
I disagree with using Windows APIs directly within Proton, even if it's behind an ifdef-guard. I'd use extern variables or functions to get the x/y position of the cursor, and...
You are writing in C, not C++ Also this is an extremely limited dialect of C. You might want to add a new opcode to the interpreter to handle this
> You can’t just ‘create’ a new operating system. Absolutely you can and there is a community for that. The internet is a wonderful place! Although it's really hard to...
Sounds good. Also, does lidgren support multiple hosts/servers per program?
ah, will do later
That sounds perfect! I didn't know, thanks On Mon, Feb 22, 2021, 21:00 Pieter-Jan Briers wrote: > While it's perhaps not 100% kosher, reading integers is atomic in C# so...
That isn't _really_ atomic. Something could still end up changing the value of `[ebx]` before the `lock xchg` is performed.
There is a camera mode within Super Mario 64 that rotates in 45 degree increments, it's typical to the platformer stages (e.g. the Bowser levels and Rainbow Ride)