]> icculus.org git repositories - divverent/darkplaces.git/history - fs.c
cl_capturevideo_raw* modes now use O_NONBLOCKING file access for more performance
[divverent/darkplaces.git] / fs.c
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-03-08 havocmade FS_Tell and FS_Seek work when writing files
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-21 havocchanged GAME_ init data to have a separate user config...
2005-01-19 molivier- Got rid of all the FILE* stuff in the FS code, relyin...
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2005-01-07 havocchanged libz.so to libz.so.1, libvorbis.so to libvorbis...
2005-01-07 havocthanks to Ludwig Nussel for this patch to add ~/.darkpl...
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2004-12-18 molivier- Fixed PK3 support for Mac OS X
2004-12-17 havocremoved dangerous filename checks from FRIK_FILE code
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 molivierFixed FS_Seek for unpacked files when FS_USESYSCALLS...
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-11-22 molivierA few very minor changes to the FS code
2004-11-18 molivierQuick hack to fix the calls to "open" on Win32
2004-11-17 havocFS now uses open/read/write/lseek/close instead of...
2004-11-17 molivierGive priority to unpacked files over packed files ...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-05-19 havocmoved screenshot base name stuff to common.c, out of...
2004-05-13 havocTomaz's patch to name screenshots based on gamemode...
2004-04-08 molivierAdded a "log_file" cvar to control the log file name...
2004-04-05 molivierFixed the "-path" option. A couple of FS variables...
2004-04-02 molivierReplaced a direct call to "malloc" and "free", and...
2004-03-24 molivierFactorized some code in the shared library loaders
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-10 havocclean up an unnecessary snprintf
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...