summaryrefslogtreecommitdiff
path: root/common/vfsutils.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19common: Logging reworkTomas Bzatek1-0/+1
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.
2009-11-28Engine and VFS API cleanupv0.6.72Tomas Bzatek1-28/+52
Also enable symlink resolving by default.
2009-10-04Consolidate VFS memory managementv0.6.66Tomas Bzatek1-13/+15
2008-10-05VFS API break: Introduce FDisplayName propertyv0.6.52Tomas Bzatek1-1/+2
2008-06-08Initial commitv0.6.36release-0.6.36-devTomas Bzatek1-0/+65