]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - fs.c
Unbreak Nexuiz weapon animation.
[xonotic/darkplaces.git] / fs.c
2015-03-04 divverentFix a return-from-stack error.
2015-03-04 divverentFix underflow in various commands when using an empty...
2015-03-04 divverentRemove some useless paranoid comparisons.
2015-02-07 divverentOops, fix a printf.
2015-02-07 divverentRemove an useless null check.
2015-02-07 divverentFix registered/shareware detection.
2015-02-07 divverentTest return values of remove().
2015-02-07 divverentFix userdir detection on Unix systems.
2015-02-07 divverentFix pak loading bugs.
2015-02-07 divverentMake FS_mkdir static, and test for errors.
2015-02-07 divverentDetect negative name size in pk3s.
2015-02-07 divverentCheck lseek return values.
2015-02-07 divverentReject pk3s with obviously broken central directory.
2015-02-05 divverentMore coverity.
2014-08-27 divverentFix build on OS X. Previously, building on OS X always...
2014-06-08 havocMake PAK loading case insensitive for quake2 pak files...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-28 divverentwhichpack: distinguish file not found from file is...
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-02-07 havocfix a sizeof using an array index variable that is...
2012-09-18 divverentcommand line option -readonly to turn off all writing
2012-02-10 divverentfix a few clang warnings that try to hint to buffer...
2011-11-02 divverentwin32: add two includes to make sure the constants...
2011-11-02 divverentfix some typos
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-10-30 havocfix compile error on OSX
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-08-31 divverenton Unix, avoid actually creating config.cfg when testin...
2011-06-12 divverentremove duplicate names from file search results
2011-05-08 havocmac builds now detect if the gamedir exists in the...
2011-05-08 havoclovely untested OSX code for detecting gamedir inside...
2011-05-05 havocavoid creating an empty config.cfg in the basedir folde...
2011-05-03 havocfix screenshot prefix updates on gamedir change
2011-05-03 havocfix two bugs with the Windows handling of GAMEDIRMODE_S...
2011-05-01 havocreworked userdir path selection, now has 4 "tiers":
2011-04-29 havocon OSX use ~/Library/Application Support/<gamename...
2011-03-05 divverentinstead, define the FILE_OFFSET_BITS part in the build...
2011-03-05 divverentfix compile problem on win32
2011-03-04 divverentmove the "quakedef.h" include, which gives us _FILE_OFF...
2011-03-04 divverentput back the changes that make >2GB work (fix signedness)
2011-03-04 divverentRevert "properly use lseek64 on Linux for files larger...
2011-02-28 havocproperly use lseek64 on Linux for files larger than 2GB
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-02-09 havocchanged the fs_userdir on iOS
2011-02-08 havocDPiOS almost works now...
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
next