From tim at ngus.net Mon Sep 1 06:36:03 2014 From: tim at ngus.net (Tim Angus) Date: Mon, 01 Sep 2014 03:36:03 -0700 Subject: [quake3-commits] [ioquake/ioq3] 444420: Fix cgame warnings Message-ID: <54044c136080b_7e143fedee6052b829390@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 4444202a412f3926e1f167b55d921498c2673184 https://github.com/ioquake/ioq3/commit/4444202a412f3926e1f167b55d921498c2673184 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/cgame/cg_draw.c M code/cgame/cg_ents.c M code/cgame/cg_info.c M code/cgame/cg_marks.c M code/cgame/cg_newdraw.c M code/cgame/cg_snapshot.c M code/cgame/cg_weapons.c Log Message: ----------- Fix cgame warnings Commit: b55809b925cdc56b41b087c0dbd1ee089f7d38cc https://github.com/ioquake/ioq3/commit/b55809b925cdc56b41b087c0dbd1ee089f7d38cc Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/q3_ui/ui_gameinfo.c M code/q3_ui/ui_players.c M code/q3_ui/ui_preferences.c M code/q3_ui/ui_team.c M code/q3_ui/ui_video.c M code/ui/ui_shared.c Log Message: ----------- Fix ui warnings Commit: fbdb3e08754725d0c837e4d9c6ec77f5ff5652d9 https://github.com/ioquake/ioq3/commit/fbdb3e08754725d0c837e4d9c6ec77f5ff5652d9 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/game/ai_main.c M code/game/ai_team.c Log Message: ----------- Fix game warnings Commit: 4f3c95c5895e84a98d6fb0804e989c4c1d18d14e https://github.com/ioquake/ioq3/commit/4f3c95c5895e84a98d6fb0804e989c4c1d18d14e Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/client/snd_mix.c M code/client/snd_wavelet.c Log Message: ----------- Fix client warnings Commit: eeaf0227f703531cc3d71f743b090edb2b38bf35 https://github.com/ioquake/ioq3/commit/eeaf0227f703531cc3d71f743b090edb2b38bf35 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/qcommon/common.c Log Message: ----------- Suppress warning of (deliberate) null pointer deference Commit: d38039f975d8c8d052d05d1d43e406860b3ee2ee https://github.com/ioquake/ioq3/commit/d38039f975d8c8d052d05d1d43e406860b3ee2ee Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/renderergl1/tr_bsp.c M code/renderergl1/tr_model_iqm.c M code/renderergl1/tr_shade_calc.c Log Message: ----------- Fix renderergl1 warnings Commit: 6665ea4a49eec0ec3b55fe7080c058d1c5c65352 https://github.com/ioquake/ioq3/commit/6665ea4a49eec0ec3b55fe7080c058d1c5c65352 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/renderergl2/tr_bsp.c M code/renderergl2/tr_model_iqm.c M code/renderergl2/tr_shade_calc.c M code/renderergl2/tr_shader.c Log Message: ----------- Fix renderergl2 warnings Compare: https://github.com/ioquake/ioq3/compare/621a72e69877...6665ea4a49ee From tim at ngus.net Mon Sep 1 08:07:12 2014 From: tim at ngus.net (Tim Angus) Date: Mon, 01 Sep 2014 05:07:12 -0700 Subject: [quake3-commits] [ioquake/ioq3] 7277d8: Fix more warnings Message-ID: <5404617036331_31c43fa41e0092c0822e7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 7277d8d6e7a5873cf5694e58a1be8cb7bcea0248 https://github.com/ioquake/ioq3/commit/7277d8d6e7a5873cf5694e58a1be8cb7bcea0248 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/game/ai_vcmd.c M code/game/g_items.c M code/renderergl2/tr_bsp.c Log Message: ----------- Fix more warnings Commit: 43b21055b89b005edf0d9cf4100fc98c4607fb08 https://github.com/ioquake/ioq3/commit/43b21055b89b005edf0d9cf4100fc98c4607fb08 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M code/qcommon/common.c Log Message: ----------- Actually, that's not suppressing, that's changing behaviour Compare: https://github.com/ioquake/ioq3/compare/6665ea4a49ee...43b21055b89b From tim at ngus.net Mon Sep 1 16:16:41 2014 From: tim at ngus.net (Tim Angus) Date: Mon, 01 Sep 2014 13:16:41 -0700 Subject: [quake3-commits] [ioquake/ioq3] 28fa7c: Coverity travis integration experiment Message-ID: <5404d429d68f1_74893ffc55dc729c744d0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 28fa7c639fa21971c1e051767341af7a94bb48f3 https://github.com/ioquake/ioq3/commit/28fa7c639fa21971c1e051767341af7a94bb48f3 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M .travis.yml Log Message: ----------- Coverity travis integration experiment From tim at ngus.net Mon Sep 1 16:35:39 2014 From: tim at ngus.net (Tim Angus) Date: Mon, 01 Sep 2014 13:35:39 -0700 Subject: [quake3-commits] [ioquake/ioq3] 2dc7c5: Fix .travis.yml indentation Message-ID: <5404d89b9d72a_6b123f94086b52c01138e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 2dc7c5a7d0232e2d5f8173c7d6545e7417b19e31 https://github.com/ioquake/ioq3/commit/2dc7c5a7d0232e2d5f8173c7d6545e7417b19e31 Author: Tim Angus Date: 2014-09-01 (Mon, 01 Sep 2014) Changed paths: M .travis.yml Log Message: ----------- Fix .travis.yml indentation From tim at ngus.net Fri Sep 5 05:26:29 2014 From: tim at ngus.net (Tim Angus) Date: Fri, 05 Sep 2014 02:26:29 -0700 Subject: [quake3-commits] [ioquake/ioq3] 441fa1: Add USE_RENDERER_DLOPEN note to README Message-ID: <540981c5cefdc_9993fc2a749f29c702d3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 441fa1dd7189ad6cfb25dd6a89b4d467838eb0d4 https://github.com/ioquake/ioq3/commit/441fa1dd7189ad6cfb25dd6a89b4d467838eb0d4 Author: Tim Angus Date: 2014-09-05 (Fri, 05 Sep 2014) Changed paths: M README.md Log Message: ----------- Add USE_RENDERER_DLOPEN note to README From tim at ngus.net Fri Sep 5 05:30:33 2014 From: tim at ngus.net (Tim Angus) Date: Fri, 05 Sep 2014 02:30:33 -0700 Subject: [quake3-commits] [ioquake/ioq3] 494aa4: Fix screwed up whitespace in README Message-ID: <540982b9a40f6_21dc3f89756032c0803f9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 494aa4100ebed69b344cd550f0f2f738a962e714 https://github.com/ioquake/ioq3/commit/494aa4100ebed69b344cd550f0f2f738a962e714 Author: Tim Angus Date: 2014-09-05 (Fri, 05 Sep 2014) Changed paths: M README.md Log Message: ----------- Fix screwed up whitespace in README From tim at ngus.net Tue Sep 9 11:39:43 2014 From: tim at ngus.net (Tim Angus) Date: Tue, 09 Sep 2014 08:39:43 -0700 Subject: [quake3-commits] [ioquake/ioq3] dd83cb: Fix possible division by zero in S_PaintChannelFro... Message-ID: <540f1f3f75803_2e793fb52186129c980bd@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: dd83cbdc25c1b373d5541ac763f258f1673df266 https://github.com/ioquake/ioq3/commit/dd83cbdc25c1b373d5541ac763f258f1673df266 Author: MAN-AT-ARMS Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M code/client/snd_mix.c Log Message: ----------- Fix possible division by zero in S_PaintChannelFrom16_altivec Commit: 36f65fd7c536056007d9b0c0b6507f172e077fd3 https://github.com/ioquake/ioq3/commit/36f65fd7c536056007d9b0c0b6507f172e077fd3 Author: Tim Angus Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M code/client/snd_mix.c Log Message: ----------- Merge pull request #81 from MAN-AT-ARMS/sndmix_altivec Fix possible division by zero in S_PaintChannelFrom16_altivec Compare: https://github.com/ioquake/ioq3/compare/494aa4100ebe...36f65fd7c536 From zturtleman at gmail.com Tue Sep 9 19:03:37 2014 From: zturtleman at gmail.com (Zack Middleton) Date: Tue, 09 Sep 2014 16:03:37 -0700 Subject: [quake3-commits] [ioquake/ioq3] dd6957: Fix building with curl on Linux PPC and Sparc Message-ID: <540f8749acf09_b6a3f93fb2212c092865@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: dd69576dc1324720ad099de1baa1bc215d3f6864 https://github.com/ioquake/ioq3/commit/dd69576dc1324720ad099de1baa1bc215d3f6864 Author: MAN-AT-ARMS Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M code/libcurl-7.35.0/curl/curlbuild.h Log Message: ----------- Fix building with curl on Linux PPC and Sparc Commit: d5ddb7250236d9ce819fa3d184aab3e42cf856d6 https://github.com/ioquake/ioq3/commit/d5ddb7250236d9ce819fa3d184aab3e42cf856d6 Author: Zack Middleton Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M code/libcurl-7.35.0/curl/curlbuild.h Log Message: ----------- Merge pull request #85 from MAN-AT-ARMS/curl_fixes Fix building with curl on Linux PPC and Sparc Compare: https://github.com/ioquake/ioq3/compare/36f65fd7c536...d5ddb7250236 From zturtleman at gmail.com Tue Sep 9 19:05:11 2014 From: zturtleman at gmail.com (Zack Middleton) Date: Tue, 09 Sep 2014 16:05:11 -0700 Subject: [quake3-commits] [ioquake/ioq3] a3653e: Change default value for s_alDopplerSpeed Message-ID: <540f87a712d64_11293ff49074b2a0172fb@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: a3653e475e256750bc7451bd6252c0d84ac51869 https://github.com/ioquake/ioq3/commit/a3653e475e256750bc7451bd6252c0d84ac51869 Author: MAN-AT-ARMS Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M code/client/snd_openal.c Log Message: ----------- Change default value for s_alDopplerSpeed Commit: a5d641b3d03cc63a4e0dc19359a6e172008004a4 https://github.com/ioquake/ioq3/commit/a5d641b3d03cc63a4e0dc19359a6e172008004a4 Author: Zack Middleton Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M code/client/snd_openal.c Log Message: ----------- Merge pull request #84 from MAN-AT-ARMS/openal_speedsound Change default value for s_alDopplerSpeed Compare: https://github.com/ioquake/ioq3/compare/d5ddb7250236...a5d641b3d03c From zturtleman at gmail.com Tue Sep 9 20:18:59 2014 From: zturtleman at gmail.com (Zack Middleton) Date: Tue, 09 Sep 2014 17:18:59 -0700 Subject: [quake3-commits] [ioquake/ioq3] 25bde4: fixed formatting of a few GLSL float constants Message-ID: <540f98f3e83ad_78343fe76dc972c063816@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 25bde423b545c8c97db58c64d4ec5861e726d576 https://github.com/ioquake/ioq3/commit/25bde423b545c8c97db58c64d4ec5861e726d576 Author: Anthony Pesch Date: 2014-01-11 (Sat, 11 Jan 2014) Changed paths: M code/renderergl2/glsl/lightall_fp.glsl M code/renderergl2/glsl/texturecolor_fp.glsl M code/renderergl2/glsl/texturecolor_vp.glsl M code/renderergl2/tr_glsl.c Log Message: ----------- fixed formatting of a few GLSL float constants remove unneeded version number from texturecolor shader call GLSL_VertexAttribPointers after attribute arrays have been enabled Commit: 4529f124d610d5eb13cf0c13713a5694a1a14328 https://github.com/ioquake/ioq3/commit/4529f124d610d5eb13cf0c13713a5694a1a14328 Author: Zack Middleton Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M code/renderergl2/glsl/lightall_fp.glsl M code/renderergl2/glsl/texturecolor_fp.glsl M code/renderergl2/glsl/texturecolor_vp.glsl M code/renderergl2/tr_glsl.c Log Message: ----------- Merge pull request #29 from inolen/shader_tidying misc shader fixes Compare: https://github.com/ioquake/ioq3/compare/a5d641b3d03c...4529f124d610 From zturtleman at gmail.com Thu Sep 11 22:07:32 2014 From: zturtleman at gmail.com (Zack Middleton) Date: Thu, 11 Sep 2014 19:07:32 -0700 Subject: [quake3-commits] [ioquake/ioq3] 878cda: Fix binding 'context menu' key using SDL2 Message-ID: <5412556441e8a_61e83fbec8b472bc10345d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 878cda6a20f81fd499f4749374bd8a6138983ad5 https://github.com/ioquake/ioq3/commit/878cda6a20f81fd499f4749374bd8a6138983ad5 Author: Zack Middleton Date: 2014-09-11 (Thu, 11 Sep 2014) Changed paths: M code/sdl/sdl_input.c Log Message: ----------- Fix binding 'context menu' key using SDL2 SDL 1.2 converted Windows' VK_APPS and X11 XK_Hyper_R to SDLK_MENU. SDL2 has it as a separate SDLK_APPLICATION key, so convert it to K_MENU too. Commit: 9fbbf4214dd28b43479e6a4ffe79f2f56625772d https://github.com/ioquake/ioq3/commit/9fbbf4214dd28b43479e6a4ffe79f2f56625772d Author: Zack Middleton Date: 2014-09-11 (Thu, 11 Sep 2014) Changed paths: M code/sdl/sdl_input.c Log Message: ----------- Fix Windows key bind name on non-Mac using SDL2 SDL 1.2 sends SDKL_*META (command) and SDLK_*SUPER (windows key). SDL2 sends SDLK_*GUI for both. Compare: https://github.com/ioquake/ioq3/compare/4529f124d610...9fbbf4214dd2 From zturtleman at gmail.com Sat Sep 20 20:27:07 2014 From: zturtleman at gmail.com (Zack Middleton) Date: Sat, 20 Sep 2014 17:27:07 -0700 Subject: [quake3-commits] [ioquake/ioq3] 249236: Don't add duplicate resolutions to r_availableMode... Message-ID: <541e1b5bcf47a_2ae93f9410d0d2a09446d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 24923615b7b381a10b5c734790d7bf8b02a144cd https://github.com/ioquake/ioq3/commit/24923615b7b381a10b5c734790d7bf8b02a144cd Author: Zack Middleton Date: 2014-09-20 (Sat, 20 Sep 2014) Changed paths: M code/sdl/sdl_glimp.c Log Message: ----------- Don't add duplicate resolutions to r_availableModes SDL can give the same resolution with different refresh rates. The refresh rate isn't used, so only add resolution to mode list once. From tim at ngus.net Fri Sep 26 09:29:57 2014 From: tim at ngus.net (Tim Angus) Date: Fri, 26 Sep 2014 06:29:57 -0700 Subject: [quake3-commits] [ioquake/ioq3] f9c202: Use correct type for thinktime Message-ID: <54256a55e9b4f_180f3fe00f3eb2bc1891e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: f9c202f83e811623729f71c929461afd5fedaa74 https://github.com/ioquake/ioq3/commit/f9c202f83e811623729f71c929461afd5fedaa74 Author: Tim Angus Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: M code/game/g_main.c Log Message: ----------- Use correct type for thinktime Commit: f83334d81b6f7cc651d33d2f448e46e71bb6a946 https://github.com/ioquake/ioq3/commit/f83334d81b6f7cc651d33d2f448e46e71bb6a946 Author: Tim Angus Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: M code/client/cl_main.c M code/qcommon/common.c M code/qcommon/cvar.c M code/qcommon/q_shared.h M code/qcommon/qcommon.h M code/renderercommon/tr_public.h Log Message: ----------- Add facility to describe cvars Compare: https://github.com/ioquake/ioq3/compare/24923615b7b3...f83334d81b6f From zturtleman at gmail.com Sat Sep 27 17:44:46 2014 From: zturtleman at gmail.com (Zack Middleton) Date: Sat, 27 Sep 2014 14:44:46 -0700 Subject: [quake3-commits] [ioquake/ioq3] a955d9: Add function for clearing global shader instead of... Message-ID: <54272fcecc81c_39023fbb766d32bc36595@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: a955d975b78c60e73dcab050a51ebaffa4c68369 https://github.com/ioquake/ioq3/commit/a955d975b78c60e73dcab050a51ebaffa4c68369 Author: Zack Middleton Date: 2014-09-27 (Sat, 27 Sep 2014) Changed paths: M code/renderergl1/tr_shader.c M code/renderergl2/tr_shader.c Log Message: ----------- Add function for clearing global shader instead of duplicating the code From zturtleman at gmail.com Mon Sep 29 03:07:19 2014 From: zturtleman at gmail.com (Zack Middleton) Date: Mon, 29 Sep 2014 00:07:19 -0700 Subject: [quake3-commits] [ioquake/ioq3] 0e5835: Remove r_softOverbright from opengl2-readme.txt Message-ID: <54290527579fa_4a5a3ff778fe12bc11567@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/ioquake/ioq3 Commit: 0e5835a86ee91e0698fefb1604848535b6ae926c https://github.com/ioquake/ioq3/commit/0e5835a86ee91e0698fefb1604848535b6ae926c Author: Zack Middleton Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M opengl2-readme.txt Log Message: ----------- Remove r_softOverbright from opengl2-readme.txt The cvar was removed and forced enabled. Commit: 918eed92958b3545c0e0cc3717c09c6c45d66775 https://github.com/ioquake/ioq3/commit/918eed92958b3545c0e0cc3717c09c6c45d66775 Author: Zack Middleton Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M code/renderergl2/tr_backend.c M code/renderergl2/tr_shader.c Log Message: ----------- OpenGL2: Don't segfault if r_ext_multitexture is disabled Compare: https://github.com/ioquake/ioq3/compare/a955d975b78c...918eed92958b