]> icculus.org git repositories - divverent/darkplaces.git/history - fs.c
fix div0's weird MODE_WATER ModelViewProjectionPosition declarations
[divverent/darkplaces.git] / fs.c
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
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
next