dhewm3/neo/sys/posix
Daniel Gibson 952292b4a6 POSIX: log output to save_path/dhewm3log.txt
and refactorings needed for that (I want to create the log right at the
 beginning before much else has been initialized, so using things like
 idStr or Sys_GetPath() isn't safe)

save_path being $XDG_DATA_HOME/dhewm3/ (usually ~/.local/share/dhewm3/)
on most POSIX systems, $HOME/Library/Application Support/dhewm3/ on Mac

If the log file already exists, it's renamed to dhewm3log-old.txt first,
so there's always the most recent and the last log available.
2022-01-16 06:11:20 +01:00
..
posix_main.cpp POSIX: log output to save_path/dhewm3log.txt 2022-01-16 06:11:20 +01:00
posix_net.cpp Use idStr::Copynz() instead of strncpy() 2022-01-08 16:58:48 +01:00
posix_public.h POSIX: log output to save_path/dhewm3log.txt 2022-01-16 06:11:20 +01:00