[quake3-commits] [ioquake/ioq3] 90c98c: Fix VM FOpenFile( FS_READ ) files seeking twice in...
Zack Middleton
zturtleman at gmail.com
Fri Nov 8 19:47:23 EST 2013
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 90c98c90a3768411cf27f0b92734d0e016f9053d
https://github.com/ioquake/ioq3/commit/90c98c90a3768411cf27f0b92734d0e016f9053d
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M code/qcommon/files.c
Log Message:
-----------
Fix VM FOpenFile( FS_READ ) files seeking twice in FS_Seek
Commit: c69db4a4002bd640c638f7314381c5d3b3a6864a
https://github.com/ioquake/ioq3/commit/c69db4a4002bd640c638f7314381c5d3b3a6864a
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M code/qcommon/files.c
Log Message:
-----------
Remove unused variable baseOffset from fsh[]
Commit: 2d45e57068866cf0bc778e5c747bae74de163fa0
https://github.com/ioquake/ioq3/commit/2d45e57068866cf0bc778e5c747bae74de163fa0
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M code/client/snd_codec_ogg.c
M code/client/snd_codec_opus.c
M code/qcommon/files.c
Log Message:
-----------
Support FS_SEEK_END and negative offset for zipped files in FS_Seek
Use FS_SEEK_END in sound code instead of working around it.
If FS_SEEK_SET and going to current position, just return.
Commit: 028f0f1ac4cb41a68caef4c230fdabab577aa8a7
https://github.com/ioquake/ioq3/commit/028f0f1ac4cb41a68caef4c230fdabab577aa8a7
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M code/qcommon/qcommon.h
Log Message:
-----------
Remove old comment that FS_Seek doesn't work on zipped files
Commit: baf5737779467b2f3e55a751b5bd44bff663fd0a
https://github.com/ioquake/ioq3/commit/baf5737779467b2f3e55a751b5bd44bff663fd0a
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M code/qcommon/qcommon.h
Log Message:
-----------
Remove function prototypes for non-existant Sys_* DLL functions
Compare: https://github.com/ioquake/ioq3/compare/ef9fe17dd5a7...baf573777946
More information about the quake3-commits
mailing list