Gleb Mazovetskiy

Results 244 comments of Gleb Mazovetskiy

I'm concerned about the increased memory usage of using `SDL_Surface` throughout (option 1). It'd be good if this was implemented as an option. Luckily, we now use the `CelSprite` wrapper...

Yeah, RLE should be close to CEL. CL2 also has a "fill-N" command which SDL RLE does not, which might make a difference. Not sure if SDL supports masked blits....

These days the best option would probably be to apply the masks during CLX conversion. This can be done in the engine at load time, and in https://github.com/diasurgical/devilutionx-mpq-tools/ for low-RAM...

#179 is wrong because it assumes the optional Armv8A cryptography extension is always available. This extension is optional and isn't available on many CPUs, e.g. Raspberry Pi 4 does not...

@Konstanty Any chance you can merge this please? It's been tested by the OpenDingux community and it does resolve a few playback issues. Thanks

`static_cast` is in C++98 https://en.cppreference.com/w/cpp/language/static_cast

Thanks for following up on my PR!

Hi This is Russia I am not that familiar with your library, I was just evaluating it yesterday +7 is the country code 495 is the area code the rest...

I have an MX Anywhere 3S mouse. Like other Logitech BTLE mice, it increments its MAC address every time it is synced to a new device. Running from Linux: ```...

I've managed to manually adjust the Linux config to match the Windows one, here it is: ``` $ cat '/var/lib/bluetooth/C8:8A:9A:C2:41:AF/DE:BB:D4:7E:E2:30/info' [General] Name=MX Anywhere 3S Appearance=0x03c2 AddressType=static SupportedTechnologies=LE; Trusted=true Blocked=false Services=00001800-0000-1000-8000-00805f9b34fb;00001801-0000-1000-8000-00805f9b34fb;0000180a-0000-1000-8000-00805f9b34fb;0000180f-0000-1000-8000-00805f9b34fb;00001812-0000-1000-8000-00805f9b34fb;0000fd72-0000-1000-8000-00805f9b34fb;00010000-0000-1000-8000-011f2000046d;...