]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - fs.c
rewrote FS_Search, hopefully it will work better now, and it now matches directories...
[xonotic/darkplaces.git] / fs.c
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...