summaryrefslogtreecommitdiff
path: root/common/filelist.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19common: Logging reworkTomas Bzatek1-31/+34
Use common logging macros for a consistent output. A logging domain needs to be set in a Makefile first (the _LOG_DOMAIN define). Heavy debugging output is guarded by the __DEBUG_INTERNAL define and omitted by default. Logging severity is controlled by the TUXCMD_DEBUG env. var, typically set by the tuxcmd process itself.
2023-12-17common: Fix debug loggingTomas Bzatek1-2/+0
2009-11-28Tune cflags and fix some warningsTomas Bzatek1-1/+1
2009-11-28Engine and VFS API cleanupv0.6.72Tomas Bzatek1-0/+382
Also enable symlink resolving by default.