seragh
seragh
Can no longer reproduce with 4.3.206, so closing. Thanks.
While it's possible to load them now, they can't be processed. Calling CMP_GenerateMIPLevels results in ` cmp_framework/common/cmp_mips.cpp:1046: bool CMP_CMIPS::AllocateMipLevelData(CMP_MipLevel*, int, int, CMP_ChannelFormat, TextureDataType): Assertion '0' failed. `
Using v4.3.206, linking against framework and opening a 128x512 png using CMP_LoadTexture the MipSet has m_nMaxMipLevels set to 8 instead of the expected 10 and no 1x1 mipmap is generated...
ENET_HOST_DEFAULT_MTU is set to 1400. This "MTU" value is used to fragment enet packages. The enet package fragments are the payload when sent over the net. Add ICMP and IPv4...
@mman If you further deduct the IPv6 overhead you certainly have safe and future-proof default for ENET_HOST_DEFAULT_MTU. I wouldn't mind such a low default but suggest it to be paired...
In case this is just force of habit: https://learn.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page
A comment or two, NULL is defined as nullptr, so no implicit conversion to bool or whatever on FreeBSD. Then `` unlike `` was missing, just that the c++17 version...
Same issue with gmake2 action, tho the workaround with Utility doesn't work anymore as no TARGET is defined in the resulting Makefile and so will never trigger, luckily I could...
The original report came from a Manjaro user, I reproduced it on Gentoo with awesome with X11 and with sway and hyprland with Xwayland. The alt key is: ``` KeyPress...
> I wonder if update contrib would not also solve the issue (I suppose last versions don't have vulnerabilities reported). Linux distribution typically have a policy of no vendored libraries...