]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - fs.c
enable MOVE_ values on PF_tracebox (already enabled on PF_traceline)
[xonotic/darkplaces.git] / fs.c
2004-02-09 molivierThe test used in the FS_Read function to detect the...
2004-01-19 havocchanged comment above FS_CreatePath
2004-01-01 havocsorry Mathieu, can't use va() in filesystem code, not...
2003-12-30 molivierFactorized the file searching algorithm in the FS code...
2003-12-18 molivierRemoved a potential buffer overflow and factorized...
2003-12-17 molivierFixed AK version of the FS code, it should now behave...
2003-12-16 havocfix a filesystem directory listing bug in FS_Search
2003-12-16 havocrewrote FS_Search, hopefully it will work better now...
2003-12-09 molivierEarly support for NetBSD (the dedicated binary works...
2003-12-07 blackAdded qc fs search functions, so the qcs can easily...
2003-11-30 havocfix a little bug in the FS_Search code (it was checking...
2003-11-29 havocadded dir and ls console commands (yes they are differe...
2003-10-25 blackAdded a new builin function (callfunction)
2003-10-24 molivierFixed FS code so that unpacked files are handled normal...
2003-10-17 blackUpdated some builtin parameter lists, added 2 functions...
2003-10-02 molivierThe crusade against buffer overflows continues...
2003-10-01 molivierMostly [v]sprintf -> [v]snprintf replacements, and...
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-09-29 molivierThe "position" field of the "qfile_t" structure was...
2003-06-04 havocfixed a bunch of signed/unsigned mismatch warnings...
2003-04-25 havocpk3 is now case insensitive to match quake3 behavior...
2003-03-29 havocElric added deflated file support for pk3 archives...
2003-03-27 havocElric's pk3 support (no support for compressed files...
2003-03-27 havoccreate directories when opening any file for writing...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...