ddnet/src
Robert Müller 6ef3adaa23 Fix long demo names being truncated in popups and UI
Use `IO_MAX_PATH_LENGTH` for all demo filenames and paths, so long demo names and demo names containing many unicode characters are not so easily truncated in the cut, rename and render dialogs.

Use combination of `str_endswith` and `str_append` to append file extensions, instead of using `str_comp_nocase` and `str_format`. Thereby only support creating demos and video files with lower case file extension, as only demo files with lower case file extension are shown in the client anyway.
2022-10-24 20:42:52 +02:00
..
android Refactor usages of sha256_str 2022-10-15 18:06:45 +02:00
antibot Merge pull request #3961 from fokkonaut/pr-antibot 2021-12-19 19:33:56 +01:00
base Use fegetenv/fesetenv instead of _control87 on Windows 2022-10-23 10:59:53 +02:00
engine Fix slicing a demo opened with absolute path not working 2022-10-24 20:15:49 +02:00
game Fix long demo names being truncated in popups and UI 2022-10-24 20:42:52 +02:00
macos Huge variable naming format 2022-07-08 18:01:29 +02:00
mastersrv fix import on mastersrv 2022-10-07 21:32:53 +02:00
steam Huge variable naming format 2022-07-08 18:01:29 +02:00
test Add tests for too small/large sha256_str and md5_str buffers 2022-10-15 18:18:18 +02:00
tools Use str_copy instead of snprintf to copy strings 2022-10-20 20:56:58 +02:00