]> icculus.org git repositories - divverent/darkplaces.git/history - fs.c
added description string to all cvars and commands
[divverent/darkplaces.git] / fs.c
2006-02-01 havocadded description string to all cvars and commands
2005-12-27 havocchanged basedir and gamedir handling slightly to elimin...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-09-13 havocmoved scr_screenshot_name declaration from cl_screen...
2005-09-11 molivier- Updated Zlib definitions to version 1.2.3. The only...
2005-08-21 molivierRemoved an unused variable
2005-07-10 havocuse *64.dll instead of *.dll on win64, this way we...
2005-07-05 havocchanged qfile_t->buff_ind and qfile_t->buff_len to...
2005-07-05 havocmore warning fixes
2005-07-05 havocmade packfile_t (describes a file in a pack) use fs_off...
2005-07-05 havocmore warnings fixed
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-07-05 havocmade FS_WriteFile's len parameter size_t to fix some...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-11 havocchanged searchpath directories to have a trailing ...
2005-05-30 havocpick apart com_argv[0] to find basedir in Mac OSX when...
2005-05-30 havoctry to detect a .app package in MacOSX and use a basedi...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-03-19 havocfix a warning
2005-03-17 blackWell, you might not like this change, but I dont like...
2005-03-11 molivierSeveral fixes related to files opened in write or appen...
2005-03-10 havocdisabled O_NONBLOCKING flag on win32
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...