]> icculus.org git repositories - divverent/darkplaces.git/history - fs.c
hopefully fix a race condition in S_StartSound
[divverent/darkplaces.git] / fs.c
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...
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
next