]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - fs.c
if a skyboxskinframe is missing, don't draw that sky surface (fixes crash if some...
[xonotic/darkplaces.git] / fs.c
2010-12-12 divverentbe more silent about self-pack
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-08-12 havocfix a warning
2010-08-12 havocset registered cvar consistently regardless of game...
2010-08-09 havocimproved include order to fix some compile errors using...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
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-04-11 havocfix some warnings
2010-03-29 divverentAPPEND forced args, not PREPEND, as earlier arguments...
2010-02-28 eihrulcast Mem_Allocs in FS_Init_SelfPack
2010-02-28 divverentDetect appended data to the DP executable.
2010-01-09 divverentfix compile error
2010-01-09 divverent.dir -> .pk3dir only
2010-01-09 divverentalso support the .dir and .d extensions for virtual...
2010-01-09 divverentfix vpack support to actually work; use a pack_s struct...
2010-01-09 divverentfix some compile errors. Now it should work.
2010-01-09 divverentfirst vpack stuff
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocdon't use ssize_t
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-12-21 havocadded LINK_TO_ZLIB define checks, to allow direct linking
2009-09-08 havocfix C++ compilation errors
2009-09-02 divverentdo not crash when zlib is missing, but instead do not...
2009-08-31 divverentchange two more MAX_QPATH to MAX_OSPATH
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-08 divverentnew command line option -modname to override DP's idea...
2009-08-07 divverentadd a fs_gamedir cvar containing the currently active...
2009-08-07 divverentfix use of variable name "dir"
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-05-12 divverenta new "which" command showing which pk3 a file is from
2009-03-03 divverentadd a strftime reference to the cvar descriptions so...
2009-01-28 divverentmake DP compile with C++ again
2009-01-08 divverentBlub's "deflate" extension to the download system.
2009-01-08 divverentFS_LoadFile: don't segfault when trying to open a non...
2008-11-05 divverentremove warning about signed/unsigned
2008-11-04 divverentfix some format string errors, and return value of...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-07-14 divverentfix return value of FS_WhichPack to NOT include the...
2008-06-19 divverentSupport file symlinks inside pk3 files. Directory symli...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-06-11 sajtFixed compile error in MSVC6 (its SDK is missing a...
2008-04-16 divverentload SHGetFolderPath from shfolder.dll dynamically...
2008-03-03 havocfix support for zip archives made by the standard Mac...
2008-03-02 blackRemove FS_FIX_PATHS again and disable model rendering...
2008-02-29 havoca fix from Black for prevseparator, hopefully the only bug
2008-02-29 blackRestored FS_Search patch.
2008-02-28 divverentReverted Black's filematch changes for now, because...
2008-02-28 havocfix a bug in FS_ChangeGameDirs (it was doing a CL_Disco...
2008-02-25 divverentremove misleading print from FS "My Games" code
2008-02-21 havocmade missing gamedir errors non-fatal warnings
2008-02-20 divverentfix warning
2008-02-15 blackFix a parameter switch typo in the linux code.
2008-02-15 blackNew attempt to change listdirectory.
2008-02-14 blackFix it.. nah I'm just reverting :D
2008-02-14 blackFix something Ive broken ofc.
2008-02-14 blackAppend path in listdirectory automatically.
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-28 blackClean up the FS_FIX_PATHS code a bit - should by faster...
2008-01-28 blackMake fgets always return the null string on error.
2008-01-25 divverenttab completion now allows directories (PLEASE TEST...
2008-01-08 divverentremove -appdata option... make -mygames option instead...
2008-01-08 divverentno O_APPEND here
2008-01-08 divverentmake it use APPDATA right
2008-01-08 divverentnew options:
2008-01-02 divverentfix bug in saveconfig that caused config to get saved...
2007-12-20 divverenta fs_offset_t is a fs_offset_t is a fs_offset_t is...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-09 divverentWin32 largefile support (mostly for capturevideo)
2007-10-23 divverentfix FS_Read when reading size 1 (it segfaulted sometime...
2007-05-22 havoccall FS_ClearSearchPath in FS_Shutdown
2007-05-22 havocclose packs when clearing search path
2007-05-22 havocrenamed snd_reload to snd_unloadallsounds to clarify...
2007-05-12 havocpatch from David Cristian which adds a "browse mods...
2007-05-06 havocrewrote most of wad system, this eliminated 512KB of...
2007-04-20 divverentnew cvar fs_empty_files_in_pack_mark_deletions: when...
2007-03-15 havocrewrote stringlist stuff, now uses a (dynamically resiz...
2007-03-11 havocmake gamedir command work on dedicated servers
2007-02-11 havocfix gamedir error when connecting to quakeworld servers
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...
2007-01-12 havocgamedir is now checked by FS_CheckNastyPath
2006-12-18 havocpatch from div0 to fix screenshot naming when -game...
2006-12-17 havocimplemented QW gamedir switching and manual gamedir...
2006-12-17 havocremoved unused packlist variable and pack->next field
2006-11-17 havocadded #define _FILE_OFFSET_BITS 64 to reduce problems...
2006-08-16 havocreorganized Host_Init a bit, merged away a few function...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-03 molivierCleaned the ugly code I committed for DP_FS_BASEDIR...
2006-07-03 havocfix issue with DP_FS_BASEDIR on Mac
2006-06-25 molivierYou can now set a different default base directory...
2006-05-25 havocpatch from div0 that allows loading new pak/pk3 archive...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
next