]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - fs.c
Resolved .gitignore conflict
[xonotic/darkplaces.git] / fs.c
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 Cloudwalkcl_main: Keep old CL_Disconnect for simplicity. Move...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-06-18 MarioAdd support for the .dpk package format used by Unvanqu... Mario/dpk_support 120/head
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
2021-05-14 cloudwalkhost: Clean it up. Give some functions new names and...
2021-05-09 havocFix some warnings in MSVC++2019. Add SDL2-nuget packag...
2021-05-09 cloudwalkOptimize FS_FileExtension 116/merge
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-11 cloudwalkimage: Sanitize paths on *all* images rather than image...
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2021-03-06 cloudwalksys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for...
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-07-20 cloudwalkFix compile warnings from gcc and g++
2020-07-15 cloudwalkprogs: Implement new extension DP_QC_FS_SEARCH_PACKFILE
2020-07-15 cloudwalkDon't crash the game if a "nasty" -game name is rejecte...
2020-06-27 cloudwalkFix some warnings found by cppcheck
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-22 cloudwalkConsolidate FS_Init and associated code
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-10 cloudwalkCode style improvements
2020-06-03 havocFix gamedir command by removing the forced video subsys...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-24 cloudwalkFix FS_Seek for compressed file from PK3
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-07-20 divverentOOPS. Enable USE_RWOPS only on Android.
2016-07-20 divverentAdd DP_FS_USERDIR macro consistent to DP_FS_BASEDIR.
2016-07-20 divverentFile system: Android assets support.
2016-04-25 divverentSupport darkplaces.opt from local files too.
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...
next