Skin name is not valid: cf_glowcontrastcoalabopp
Better say exactly what is wrong:
The name of the skin exceeds the 24 character limitm_aName[24]
for skins names, so if you want to even show the longer names you'd need to increase the size or use std::string
m_aName[24]
for skins names, so if you want to even show the longer names you'd need to increase the size or use std::string
downloadedskins
folder is write-only, we always download the skins from the internet again even if the skin already exists in the folder. My idea would be to load the skin from the local storage first and at the same time download the skin again and only write it to the storage and reload it if it changed.downloadedskins
folder is write-only, we always download the skins from the internet again even if the skin already exists in the folder. My idea would be to load the skin from the local storage first and at the same time download the skin again and only write it to the storage and reload it if it changed. ./scripts/fix_style.py
before commit. And if I am extra motivated i run my script that runs like 90% of the CI tests but it takes a long time.int
, which will overflow in the year 2038:
https://github.com/ddnet/ddnet/blob/9336b4cb37fdbcaa647bc1670a42ab0e7527a1e6/src/base/system.cpp#L2616-L2619
See https://en.wikipedia.org/wiki/Year_2038_problemmake -j8
and run, MSYS2 to install packages15bebb8
Remove unnecessary downcast to CGraphics_Threaded
- Robyt3
c4c1518
Remove dead code - Robyt3
c78eebf
Use nullptr
instead of 0
and NULL
- Robyt3
33c5bfb
Fix indentation of comments - Robyt3
e595545
Fix duplicate file extension .mp4
for demos rendered from menu - Robyt3
9d2c11d
Improve error handling and logging of video recorder - Robyt3
5f647b9
Ensure correct sample and bit rate are used for video recording - Robyt3
a0465b6
Improve various variable and class names of the video recorder - Robyt3
3a0e242
Assert that size of image data matches size of video - Robyt3
e5927d9
Fix crashes when video recording is not started successfully - Robyt3
2f22447
Merge pull request #8302 from Robyt3/Video-Refactoring - def-OUTPUT_STRIP_TRAILING_WHITESPACE
wont work
(while i got you here anyway)OUTPUT_STRIP_TRAILING_WHITESPACE
wont work
(while i got you here anyway)