]> git.xonotic.org Git - xonotic/darkplaces.git/history - fs.c
build: minor adjustments
[xonotic/darkplaces.git] / fs.c
2024-04-01 bones_was_hereClarify documentation of gamedirs, add to README.md
2024-04-01 bones_was_hereRevert "fs: save files in the correct place when gamedi...
2024-02-09 bones_was_hereserver: always use correct case for map names
2024-02-06 bones_was_herefs: save files in the correct place when gamedir(s...
2024-02-05 bones_was_herecvar: fix many bugs in gamedir, loadconfig, unset,...
2024-01-21 bones_was_hereFix uses of strlcpy on unterminated source strings
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2023-11-03 bones_was_hereMerge MR 'off-switch cvar for dlcache unload on server...
2023-11-03 Dr. Jaskaoff-switch cvar for dlcache unload on server/map change
2023-10-28 bones_was_hereMerge PR 'Small fixes (indices out of bounds)'
2023-10-28 bones_was_hereMerge PR 'Fix some UB'
2023-10-02 bones_was_hereMerge PR 'Fix a bug on FreeBSD caused by assuming that...
2023-10-02 cancernameFix a bug on FreeBSD caused by assuming that short...
2023-07-21 bones_was_hereMerge MR 'Fix inability to access non-ascii path under...
2023-07-17 bones_was_herededicated server: don't register client-only cvars
2023-07-10 NaitLee(non-ascii path) fix an Win32 API annotation, fix ...
2023-07-10 NaitLeeFix inability to access non-ascii path under Windows...
2023-03-24 Cloudwalkfs: Use unsigned short for filename size
2023-03-24 Cloudwalkfs: Use unsigned short for extra field and file comment...
2023-01-12 bones_was_hereUnload dlcache packs when changing map or disconnecting 134/head
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)
next