dhewm3/neo
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
..
cm Disable Assertions in Release builds 2018-11-11 23:21:23 +01:00
d3xp Use idStr::Copynz() instead of strncpy() 2022-01-08 16:58:48 +01:00
framework Make sure MAX_OSPATH has sane size; fix some typos 2022-01-16 06:02:40 +01:00
game Use idStr::Copynz() instead of strncpy() 2022-01-08 16:58:48 +01:00
idlib Add D3_(v)snprintfC99() for C99-compatible implementations 2022-01-10 04:06:54 +01:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Add absolute mouse mode and refactor mouse grabbing code 2022-01-10 00:46:32 +01:00
sound Update stb_vorbis to v1.22 and stb_image to v2.27 2021-10-31 06:14:59 +01:00
sys POSIX: log output to save_path/dhewm3log.txt 2022-01-16 06:11:20 +01:00
tools Add absolute mouse mode and refactor mouse grabbing code 2022-01-10 00:46:32 +01:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Add absolute mouse mode and refactor mouse grabbing code 2022-01-10 00:46:32 +01:00
CMakeLists.txt CMakeLists.txt: Make D3_ARCH/dumpmachine output prettier 2021-10-12 19:59:40 +02:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00