iProgramInCpp
iProgramInCpp
So I was trying to compile freedink for use within Serenity and it depends on `SDL2_mixer`, which itself depends on `libmpg123`. All goes good until it finds an error in...
This is a thing I would like to do.
I've tried a lot of stuff to make edit and continue work (VS 2022), yet I couldn't get it to work. When I tried to make it work, I got...
The current build system thing has a major flaw: all applications generated by it are called `com.rtsoft.RTAndroidApp`. This is OK-ish if you're only building one application using Proton SDK, but...
I am working with the scroll wheel in proton and I've noticed a really weird issue and I tracked it down to `FocusInputComponent::OnInput` stupidly calling stuff with UpdatedVar. No, I...
https://github.com/SethRobinson/proton/blob/master/shared/Entity/Entity.cpp#L188-L210 It's actually possible, by using `std::list::rbegin` (points to the end of the list), and `std::list::rend` (points to the element before the first list element, works the same as std::list::begin...
I'm not sure why this was not a thing already. The scroll wheel is already handled by proton so it was quite easy to add
https://github.com/lidgren/lidgren-network-gen3/blob/f99b006d9af8a9a230ba7c5ce0320fc727ebae0c/Lidgren.Network/NetPeer.cs#L96 Might want to put this in lock brackets, like when getting `Connections`
I wonder, is Lidgren safe to use in multiple threads? I plan on having multiple hosts on my program, and I'm wondering if its possible with multiple threads. Also, is...
Title!