Age | Commit message (Expand) | Author |
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 |
2013-01-10 | - Improve game_restart: * differing screen resolutions and network settings a... | Thilo Schulz |
2013-01-10 | - Don't try to load QVM/DLL files on pure servers - Fallback after failed DLL... | Thilo Schulz |
2013-01-10 | - Small change to search path order - local files not in .pk3s take precedenc... | Thilo Schulz |
2013-01-09 | Fix newlines in Com_Error, patch by Zack Middleton (#5023) | Thilo Schulz |
2013-01-09 | - Remove Q_strrchr(), replace with standard, portable strrchr() - Add strrchr... | Thilo Schulz |
2013-01-09 | Remove newlines from Com_Error message format strings, patch by DevHC | Thilo Schulz |
2013-01-03 | * Fix bad merge (DevHC) | Tim Angus |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus |
2013-01-03 | * Fix a couple of whitespace inconsistencies in fs_which that I noticed while... | Christopher Schwarz |
2013-01-03 | * Three minor cleanups (/dev/humancontroller) | Christopher Schwarz |
2013-01-03 | * Update copyright notices | Tim Angus |
2013-01-03 | * Merge ioq3-r1752 | Tim Angus |
2013-01-03 | * Merge ioq3-r1708 | Tim Angus |
2013-01-03 | * (bug 4311) Print file locations of relevant items to simplify troubleshooti... | Christopher Schwarz |