[quake3-commits] [ioquake/ioq3] 5e575a: Apply greyscaling to fog blocks
Zack Middleton
zturtleman at gmail.com
Sat Jul 4 22:01:35 EDT 2015
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 5e575ae82e456f4f648f4516f1b71df8f17658cf
https://github.com/ioquake/ioq3/commit/5e575ae82e456f4f648f4516f1b71df8f17658cf
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
M code/renderergl1/tr_shader.c
M code/renderergl2/tr_shader.c
Log Message:
-----------
Apply greyscaling to fog blocks
Commit: b152cf14239db262fd483c43c49844f76f25636d
https://github.com/ioquake/ioq3/commit/b152cf14239db262fd483c43c49844f76f25636d
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
M code/renderergl1/tr_main.c
M code/renderergl2/tr_main.c
Log Message:
-----------
Don't fog 3D crosshair sprite
Commit: 993b838f2766c49d176793b15d9464a4e51fc9c8
https://github.com/ioquake/ioq3/commit/993b838f2766c49d176793b15d9464a4e51fc9c8
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
M code/sys/sys_win32.c
Log Message:
-----------
Fix Windows file list extension check
Windows' Sys_ListFiles would add files that contain the extension anywhere,
not only at the end of the file name.
Example: "word.pk3omghacks" use to be loaded as a pk3 file.
Compare: https://github.com/ioquake/ioq3/compare/386a00fc2b7d...993b838f2766
More information about the quake3-commits
mailing list