index
:
zittrig-4
master
The server software used for the Der Bunker Tremulous servers.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qcommon
/
files.c
Age
Commit message (
Expand
)
Author
2017-03-09
add a crappy hack to allow the game DLL/SO to be reloaded when running a serv...
/dev/humancontroller
2017-03-09
fix changing of the WRONG cvar: fs_basepath instead of fs_basegame
/dev/humancontroller
2017-02-07
load libraries only, and load VMs additionally, from the path specified by th...
/dev/humancontroller
2017-02-07
stop embedding the architecture in the filenames of binaries and libraries; c...
/dev/humancontroller
2017-02-07
fix crashing when an fs_*path is relative, but does not have an initial "." c...
/dev/humancontroller
2017-02-06
use system libraries more properly; introduce a dependency on Minizip
/dev/humancontroller
2016-04-09
Merge branch 'master' into gpp
Tim Angus
2016-04-07
Make it compile
Tim Angus
2016-04-07
Search for mods in steam path as well as home and base paths.
SmileTheory
2016-04-07
Better language, less tense
Zachary J. Slater
2016-04-07
more helpful error message
Zachary J. Slater
2016-04-07
Don't segfault in FS_CreatePath when there are no path seperators
Zack Middleton
2015-06-18
let fs_basegame default to gpp
/dev/humancontroller
2015-06-08
merge some changes from the old "gpp" branch: edit version tags and the set t...
/dev/humancontroller
2014-06-17
Fix FS_FOpenFileReadDir non-zero file handle when file not found in pk3
Zack Middleton
2014-06-17
Support FS_SEEK_END and negative offset for zipped files in FS_Seek
Zack Middleton
2014-06-17
Remove unused variable baseOffset from fsh[]
Zack Middleton
2014-06-17
Fix VM FOpenFile( FS_READ ) files seeking twice in FS_Seek
Zack Middleton
2013-05-31
fix some OOB enumerator usages
/dev/humancontroller
2013-05-31
drop some useless return statements
/dev/humancontroller
2013-05-03
Rename FS_CheckFilenameIsNotImmutable to ..IsMutable
Harley Laue
2013-05-03
Rename FS_CheckFilenameIsNotExecutable to ..NotImmutable
Zack Middleton
2013-05-03
Don't allow modifying qvms or pk3s
Zack Middleton
2013-05-03
Fix referencing pk3 with only qagame QVM
Zack Middleton
2013-05-03
Add fallback for __func__ (ioq3 isn't compiled as c99 by default)
Zack Middleton
2013-03-27
Fix some of the things clang --analyze flagged
Tim Angus
2013-03-19
Use PATH_SEP for a debug message in FS_FOpenFileReadDir
Ensiform
2013-02-16
Update copyright notices
Tim Angus
2013-02-16
5717 - Gamecode can open file "" for reading
Zack Middleton
2013-02-16
Don't add pk3dirs if connecting to a pure server
Zack Middleton
2013-02-16
Change pk3dir README / comments to fit in better
Zack Middleton
2013-02-16
5289 - Support for .pk3dir
Andrew Browne
2013-01-13
Fix screwed up whitespace in files.c
Tim Angus
2013-01-13
Fix FS_FOpenFileRead corner case
Tim Angus
2013-01-12
Fix some "> MAX_*" to be ">= MAX_*".
Zack Middleton
2013-01-12
Fix restoring fs_game when default.cfg is missing.
Zack Middleton
2013-01-12
Revert pk3dir patch because some users report the code gets stuck in an infin...
Thilo Schulz
2013-01-12
Support for .pk3dir (#5298) - Patch by Andrew (dersaidin@gmail.com)
Thilo Schulz
2013-01-12
REFACTOR [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-10
Allow VM_Restart to load unpure qagame.qvm so that local server won't crash a...
Thilo Schulz
2013-01-10
Use correct variable for getting buffer length, reported by Ensiform.
Zack Middleton
2013-01-10
Use platform's path separator in FS_Path_f (for consistent output on Windows)...
Zack Middleton
2013-01-10
Fix auto game-restart when disconnecting from a server that explicitly set fs...
Thilo Schulz
2013-01-10
Don't do game_restart if game directory changed from "" to "baseq3" or "baseq...
Thilo Schulz
2013-01-10
Fix pak order when reconnecting to a server. When /connect to the same server...
Thilo Schulz
2013-01-10
Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-...
Thilo Schulz
2013-01-10
Fix extension name comparison for DLL files
Thilo Schulz
2013-01-10
- Automatically reset fs_game to "" if it was supplied by the user and is equ...
Thilo Schulz
[next]