]> icculus.org git repositories - divverent/darkplaces.git/history - fs.h
make infobar height configurable
[divverent/darkplaces.git] / fs.h
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-05-02 divverentAdd QC/cfg facilities to control deletion of automatica...
2010-02-28 divverentDetect appended data to the DP executable.
2009-08-06 divverentprovide a list of all gamedirs with modinfo.txt in...
2009-08-06 divverentrestructuring for gamedir enumerating (cannot enumerate...
2009-07-08 divverentdoxygen comments and config file
2009-01-08 divverentBlub's "deflate" extension to the download system.
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-01-25 divverenttab completion now allows directories (PLEASE TEST...
2007-11-09 divverentWin32 largefile support (mostly for capturevideo)
2007-05-12 havocpatch from David Cristian which adds a "browse mods...
2007-01-22 havocimplemented csprogs.dat downloading with special dlcach...
2007-01-22 havocchanged FS_ChangeGamedir to FS_ChangeGameDirs and made...
2007-01-21 havocimplemented individual file downloads on darkplaces...
2007-01-21 havocadded FS_FileSize and made FS_FileExtension public
2007-01-20 havocadded FS_CheckNastyPath prototype to fs.h so that it...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-12-18 havocpatch from div0 to fix screenshot naming when -game...
2006-05-25 havocpatch from div0 that allows loading new pak/pk3 archive...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-07-05 havocuse 32bit fs_offset_t on windows (even win64 doesn...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocmore size_t
2005-07-05 havocmade FS_WriteFile's len parameter size_t to fix some...
2005-03-11 molivierSeveral fixes related to files opened in write or appen...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-19 molivier- Got rid of all the FILE* stuff in the FS code, relyin...
2004-04-08 molivierAdded a "log_file" cvar to control the log file name...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-11-29 havocadded dir and ls console commands (yes they are differe...
2003-10-02 molivierThe crusade against buffer overflows continues...
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-03-29 havocElric added deflated file support for pk3 archives...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...