summaryrefslogtreecommitdiff
path: root/src/qcommon/files.c
AgeCommit message (Expand)Author
2017-03-09add a crappy hack to allow the game DLL/SO to be reloaded when running a serv.../dev/humancontroller
2017-03-09fix changing of the WRONG cvar: fs_basepath instead of fs_basegame/dev/humancontroller
2017-02-07load libraries only, and load VMs additionally, from the path specified by th.../dev/humancontroller
2017-02-07stop embedding the architecture in the filenames of binaries and libraries; c.../dev/humancontroller
2017-02-07fix crashing when an fs_*path is relative, but does not have an initial "." c.../dev/humancontroller
2017-02-06use system libraries more properly; introduce a dependency on Minizip/dev/humancontroller
2016-04-09Merge branch 'master' into gppTim Angus
2016-04-07Make it compileTim Angus
2016-04-07Search for mods in steam path as well as home and base paths.SmileTheory
2016-04-07Better language, less tenseZachary J. Slater
2016-04-07more helpful error messageZachary J. Slater
2016-04-07Don't segfault in FS_CreatePath when there are no path seperatorsZack Middleton
2015-06-18let fs_basegame default to gpp/dev/humancontroller
2015-06-08merge some changes from the old "gpp" branch: edit version tags and the set t.../dev/humancontroller
2014-06-17Fix FS_FOpenFileReadDir non-zero file handle when file not found in pk3Zack Middleton
2014-06-17Support FS_SEEK_END and negative offset for zipped files in FS_SeekZack Middleton
2014-06-17Remove unused variable baseOffset from fsh[]Zack Middleton
2014-06-17Fix VM FOpenFile( FS_READ ) files seeking twice in FS_SeekZack Middleton
2013-05-31fix some OOB enumerator usages/dev/humancontroller
2013-05-31drop some useless return statements/dev/humancontroller
2013-05-03Rename FS_CheckFilenameIsNotImmutable to ..IsMutableHarley Laue
2013-05-03Rename FS_CheckFilenameIsNotExecutable to ..NotImmutableZack Middleton
2013-05-03Don't allow modifying qvms or pk3sZack Middleton
2013-05-03Fix referencing pk3 with only qagame QVMZack Middleton
2013-05-03Add fallback for __func__ (ioq3 isn't compiled as c99 by default)Zack Middleton
2013-03-27Fix some of the things clang --analyze flaggedTim Angus
2013-03-19Use PATH_SEP for a debug message in FS_FOpenFileReadDirEnsiform
2013-02-16Update copyright noticesTim Angus
2013-02-165717 - Gamecode can open file "" for readingZack Middleton
2013-02-16Don't add pk3dirs if connecting to a pure serverZack Middleton
2013-02-16Change pk3dir README / comments to fit in betterZack Middleton
2013-02-165289 - Support for .pk3dirAndrew Browne
2013-01-13Fix screwed up whitespace in files.cTim Angus
2013-01-13Fix FS_FOpenFileRead corner caseTim Angus
2013-01-12Fix some "> MAX_*" to be ">= MAX_*".Zack Middleton
2013-01-12Fix restoring fs_game when default.cfg is missing.Zack Middleton
2013-01-12Revert pk3dir patch because some users report the code gets stuck in an infin...Thilo Schulz
2013-01-12Support for .pk3dir (#5298) - Patch by Andrew (dersaidin@gmail.com)Thilo Schulz
2013-01-12REFACTOR [reletive -> relative]Zack Middleton
2013-01-12#5462 - do not require clients to have a matching qagame.qvm (adapted from Op...Zack Middleton
2013-01-12* (bug #5283) Changes to the Makefile to make building standalone games easie...Tim Angus
2013-01-10Allow VM_Restart to load unpure qagame.qvm so that local server won't crash a...Thilo Schulz
2013-01-10Use correct variable for getting buffer length, reported by Ensiform.Zack Middleton
2013-01-10Use platform's path separator in FS_Path_f (for consistent output on Windows)...Zack Middleton
2013-01-10Fix auto game-restart when disconnecting from a server that explicitly set fs...Thilo Schulz
2013-01-10Don't do game_restart if game directory changed from "" to "baseq3" or "baseq...Thilo Schulz
2013-01-10Fix pak order when reconnecting to a server. When /connect to the same server...Thilo Schulz
2013-01-10Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-...Thilo Schulz
2013-01-10Fix extension name comparison for DLL filesThilo Schulz
2013-01-10- Automatically reset fs_game to "" if it was supplied by the user and is equ...Thilo Schulz