Descent3/misc
2024-07-31 15:40:16 -06:00
..
tests [CMake] Enabled the CMake property USE_FOLDERS to provide a more structured project list in IDEs with the help of set(CMAKE_FOLDER "...") calls. 2024-07-03 19:55:04 +02:00
CMakeLists.txt Fix bad rebase for sdlmain.cpp 2024-06-29 18:28:23 +02:00
error.cpp Quiet warnings about uninitialized values. 2024-07-31 15:40:16 -06:00
log.cpp Remove spdlog dependency, keep the logging module 2024-05-14 14:12:03 +02:00
log.h Isolate misc module 2024-06-27 01:26:35 +03:00
logfile.cpp misc: pstring: Refactor dependents. 2024-04-29 10:01:33 +02:00
logfile.h Isolate misc module 2024-06-27 01:26:35 +03:00
pserror.h Programmatically replace all __LINUX__ with POSIX 2024-07-12 18:11:54 -05:00
psglob.cpp Programmatically replace all __LINUX__ with POSIX 2024-07-12 18:11:54 -05:00
psglob.h Isolate misc module 2024-06-27 01:26:35 +03:00
psrand.cpp Fix RAND_MAX overflow errors 2024-05-23 20:51:25 -04:00
psrand.h Isolate misc module 2024-06-27 01:26:35 +03:00
pstring.cpp Fix missing header includes/restore third-party files 2024-05-23 23:14:40 -04:00
pstring.h Isolate misc module 2024-06-27 01:26:35 +03:00