Author Topic: Nightly (Windows): 13 Jul 2015 - Revision 5f39c38  (Read 570 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 13 Jul 2015 - Revision 5f39c38
Here is the nightly for Windows on 13 Jul 2015 - Revision 5f39c38

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150713_5f39c38.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20150713_5f39c38.7z
MD5Sum

Group: AVX
fso_AVX_20150713_5f39c38.7z
MD5Sum

Group: SSE
fso_SSE_20150713_5f39c38.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 3e8278d
Author: Echelon9 <Sat Jul 11 22:47:25 2015 +1000>
Commit: Echelon9 <Sat Jul 11 22:47:25 2015 +1000>

    Fix: model/modelread.cpp: warning: variable ‘flags’ set but not used [-Wunused-but-set-variable]
 code/model/modelread.cpp | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 37cf848
Author: Echelon9 <Sat Jul 11 22:36:42 2015 +1000>
Commit: Echelon9 <Sat Jul 11 22:36:42 2015 +1000>

    Fix: model/modelrender.cpp:2898:9: warning: declaration of ‘view_pos’ shadows a previous local [-Wshadow]
 code/model/modelrender.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 95f615a
Author: Echelon9 <Sat Jul 11 22:30:12 2015 +1000>
Commit: Echelon9 <Sat Jul 11 22:30:12 2015 +1000>

    Fix: bmpman/bmpman.cpp: warning: enumeration value ‘x’ not handled in switch [-Wswitch]
 code/bmpman/bmpman.cpp | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit bae2d31
Author: Echelon9 <Sat Jul 11 22:15:49 2015 +1000>
Commit: Echelon9 <Sat Jul 11 22:15:49 2015 +1000>

    Fix: controlconfig/controlsconfig.cpp:2116:13: warning: declaration of ‘j’ shadows a previous local [-Wshadow]
 code/controlconfig/controlsconfig.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 542c794
Author: Echelon9 <Sat Jul 11 22:08:52 2015 +1000>
Commit: Echelon9 <Sat Jul 11 22:08:52 2015 +1000>

    Fix: object/collideshipship.cpp:1159:12: warning: variable ‘q’ set but not used [-Wunused-but-set-variable]
 code/object/collideshipship.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit d029b82
Author: Echelon9 <Sat Jul 11 22:04:41 2015 +1000>
Commit: Echelon9 <Sat Jul 11 22:04:41 2015 +1000>

    Fix: ai/aicode.cpp:11855:9: warning: variable ‘dist_to_f2’ set but not used [-Wunused-but-set-variable]
 code/ai/aicode.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit ad8064e
Author: Echelon9 <Sat Jul 11 21:58:07 2015 +1000>
Commit: Echelon9 <Sat Jul 11 21:58:07 2015 +1000>

    Fix warning: variable ‘dist’ set but not used [-Wunused-but-set-variable]
 code/ai/aicode.cpp   | 5 ++---
 code/hud/hudlock.cpp | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit a4e12d1
Author: Echelon9 <Sat Jul 11 21:39:49 2015 +1000>
Commit: Echelon9 <Sat Jul 11 21:39:49 2015 +1000>

    Fix: ai/aibig.cpp:1266:10: warning: variable ‘box_dist’ set but not used [-Wunused-but-set-variable]
 code/ai/aibig.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit 053ae6d
Author: Echelon9 <Sat Jul 11 21:28:01 2015 +1000>
Commit: Echelon9 <Sat Jul 11 21:28:01 2015 +1000>

    Fix: modelrender.h:86:7: warning: ‘model_render_params::Replacement_textures’ will be initialized after [-Wreorder]
 code/model/modelrender.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 08e5088
Author: Echelon9 <Sat Jul 11 20:18:34 2015 +1000>
Commit: Echelon9 <Sat Jul 11 20:18:34 2015 +1000>

    Fix: warning: ‘opengl_vertex_buffer::ibo_size’ will be initialized after [-Wreorder]
 code/graphics/gropengltnl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit e6dbb28
Author: asarium <Sat Jul 11 11:36:21 2015 +0200>
Commit: asarium <Sat Jul 11 11:36:21 2015 +0200>

    Fix for Mantis 3168: snd_load leaks cfile handles if it can't parse a file.
 code/sound/sound.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1e15186
Author: Echelon9 <Mon Jul 6 23:45:38 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:45:38 2015 +1000>

    Fix: object/collideshipweapon.cpp:67:185: warning: declaration of ‘ship_obj’ shadows a global declaration [-Wshadow]
 code/object/collideshipweapon.cpp | 20 ++++++++++----------
 code/object/objcollide.h          |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit c2a2ef5
Author: Echelon9 <Mon Jul 6 23:42:15 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:42:15 2015 +1000>

    Fix: object/collideshipweapon.cpp:39:63: warning: declaration of ‘ship_obj’ shadows a global declaration [-Wshadow]
 code/object/collideshipweapon.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 3acc777
Author: Echelon9 <Mon Jul 6 23:40:12 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:40:12 2015 +1000>

    Fix: model/modelread.cpp: warning: declaration of ‘ship_obj’ shadows a global declaration [-Wshadow]
 code/model/model.h       | 12 +++++-----
 code/model/modelread.cpp | 58 ++++++++++++++++++++++++------------------------
 2 files changed, 35 insertions(+), 35 deletions(-)

------------------------------------------------------------------------
commit aa7bd5b
Author: Echelon9 <Mon Jul 6 23:32:36 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:32:36 2015 +1000>

    Fix: asteroid/asteroid.cpp:1614:99: warning: declaration of ‘ship_obj’ shadows a global declaration [-Wshadow]
 code/asteroid/asteroid.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit ca2cd63
Author: Echelon9 <Mon Jul 6 23:30:55 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:30:55 2015 +1000>

    Fix: asteroid/asteroid.cpp:949:10: warning: declaration of ‘ship_obj’ shadows a global declaration [-Wshadow]
 code/asteroid/asteroid.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 1787b95
Author: Echelon9 <Mon Jul 6 23:28:59 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:28:59 2015 +1000>

    Fix: ai/aicode.cpp:14896:75: warning: declaration of ‘ship_obj’ shadows a global declaration [-Wshadow]
 code/ai/aicode.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 2586198
Author: Echelon9 <Mon Jul 6 23:14:38 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:14:38 2015 +1000>

    Fix: asteroid/asteroid.cpp:1653:68: warning: declaration of ‘asteroid_obj’ shadows a global declaration [-Wshadow]
 code/asteroid/asteroid.cpp | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit b7e76de
Author: Echelon9 <Mon Jul 6 23:12:27 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:12:27 2015 +1000>

    Fix: asteroid/asteroid.cpp:1614:98: warning: declaration of ‘asteroid_obj’ shadows a global declaration [-Wshadow]
 code/asteroid/asteroid.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit f656232
Author: Echelon9 <Mon Jul 6 23:10:02 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:10:02 2015 +1000>

    Fix: asteroid/asteroid.cpp:1477:50: warning: declaration of ‘asteroid_obj’ shadows a global declaration [-Wshadow]
 code/asteroid/asteroid.cpp | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

------------------------------------------------------------------------
commit e4e3064
Author: Echelon9 <Mon Jul 6 23:07:37 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:07:37 2015 +1000>

    Fix: asteroid/asteroid.cpp:1363:92: warning: declaration of ‘asteroid_obj’ shadows a global declaration [-Wshadow]
 code/asteroid/asteroid.cpp | 24 ++++++++++++------------
 code/asteroid/asteroid.h   |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit f804539
Author: Echelon9 <Mon Jul 6 23:04:25 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:04:25 2015 +1000>

    Fix: debris/debris.cpp:846:10: warning: declaration of ‘ship_obj’ shadows a global declaration [-Wshadow]
 code/debris/debris.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit ca9ae8b
Author: Echelon9 <Mon Jul 6 23:01:21 2015 +1000>
Commit: Echelon9 <Mon Jul 6 23:01:21 2015 +1000>

    Fix: nebula/neb.cpp:1422:37: warning: declaration of ‘eye’ shadows a global declaration [-Wshadow]
 code/nebula/neb.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 767b39f
Author: Echelon9 <Mon Jul 6 22:59:55 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:59:55 2015 +1000>

    Fix: nebula/neb.cpp:1416:33: warning: declaration of ‘eye’ shadows a global declaration [-Wshadow]
 code/nebula/neb.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 6d0996d
Author: Echelon9 <Mon Jul 6 22:57:12 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:57:12 2015 +1000>

    Fix: graphics/grstub.cpp:736:71: warning: declaration of ‘shader’ shadows a global declaration [-Wshadow]
 code/graphics/grstub.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 294cf79
Author: Echelon9 <Mon Jul 6 22:54:10 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:54:10 2015 +1000>

    Fix: graphics/gropenglshader.cpp: warning: declaration of ‘shader’ shadows a global declaration [-Wshadow]
 code/graphics/gropenglshader.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit b7864cd
Author: Echelon9 <Mon Jul 6 22:52:01 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:52:01 2015 +1000>

    Fix: graphics/gropenglshader.cpp:231:73: warning: declaration of ‘shader’ shadows a global declaration [-Wshadow]
 code/graphics/gropenglshader.cpp | 8 ++++----
 code/graphics/gropenglshader.h   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 4bf5f15
Author: Echelon9 <Mon Jul 6 22:49:38 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:49:38 2015 +1000>

    Fix: graphics/gropenglpostprocessing.cpp:682:79: warning: declaration of ‘shader’ shadows a global declaration [-Wshadow]
 code/graphics/gropenglpostprocessing.cpp | 8 ++++----
 code/graphics/gropenglpostprocessing.h   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 4a0e3b4
Author: Echelon9 <Mon Jul 6 22:46:23 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:46:23 2015 +1000>

    Fix: graphics/generic.cpp:35:117: warning: declaration of ‘anim’ shadows a global declaration [-Wshadow]
 code/graphics/generic.cpp | 16 ++++++++--------
 code/graphics/generic.h   |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 3860951
Author: Echelon9 <Mon Jul 6 22:36:10 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:36:10 2015 +1000>

    Fix: graphics/*.cpp warning: declaration of ‘light’ shadows a global declaration [-Wshadow]
 code/graphics/gropengldraw.cpp           | 16 ++++++++--------
 code/graphics/gropenglpostprocessing.cpp |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 54003a2
Author: Echelon9 <Mon Jul 6 22:30:50 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:30:50 2015 +1000>

    Fix: debris/debris.cpp:850:10: warning: declaration of ‘light’ shadows a global declaration [-Wshadow]
 code/debris/debris.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit b7bc607
Author: Echelon9 <Mon Jul 6 22:29:04 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:29:04 2015 +1000>

    Fix: asteroid/asteroid.cpp:953:10: warning: declaration of ‘light’ shadows a global declaration [-Wshadow]
 code/asteroid/asteroid.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit dc5651a
Author: Echelon9 <Mon Jul 6 22:26:31 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:26:31 2015 +1000>

    Fix: object/collideshipship.cpp:539:10: warning: declaration of ‘light’ shadows a global declaration [-Wshadow]
 code/object/collideshipship.cpp | 56 ++++++++++++++++++++---------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

------------------------------------------------------------------------
commit f12dc54
Author: Echelon9 <Mon Jul 6 22:19:28 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:19:28 2015 +1000>

    Fix: ai/aicode.cpp: warning: declaration of ‘color’ shadows a global declaration [-Wshadow]
 code/ai/aicode.cpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 8051bac
Author: Echelon9 <Mon Jul 6 22:15:18 2015 +1000>
Commit: Echelon9 <Mon Jul 6 22:15:18 2015 +1000>

    Fix: ai/aigoals.cpp:203:48: warning: declaration of ‘ai_goal’ shadows a global declaration [-Wshadow]
 code/ai/aigoals.cpp | 13 +++++++++----
 code/ai/aigoals.h   |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit d94823e
Author: Echelon9 <Mon Jul 6 21:47:01 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:47:01 2015 +1000>

    Fix: graphics/gropenglbmpman.cpp:561:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 code/graphics/gropenglbmpman.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit eda6f33
Author: Echelon9 <Mon Jul 6 21:41:31 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:41:31 2015 +1000>

    Fix: graphics/gropenglbmpman.cpp:561:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 code/graphics/gropengltexture.cpp | 16 +++++++++++-----
 code/graphics/gropengltexture.h   |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 9db610e
Author: Echelon9 <Mon Jul 6 21:30:27 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:30:27 2015 +1000>

    Fix: network/multiutil.cpp:692:76: warning: declaration of ‘net_player’ shadows a global declaration [-Wshadow]
 code/network/multiutil.cpp | 20 ++++++++++----------
 code/network/multiutil.h   |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 2b8ef9e
Author: Echelon9 <Mon Jul 6 21:19:56 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:19:56 2015 +1000>

    Fix: graphics/2d.cpp:2142:1: warning: declaration of ‘team_color’ shadows a global declaration [-Wshadow]
 code/graphics/2d.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 1aa858a
Author: Echelon9 <Mon Jul 6 21:17:48 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:17:48 2015 +1000>

    Fix: graphics/2d.cpp:1874:7: warning: variable ‘t0’ set but not used [-Wunused-but-set-variable]
 code/graphics/2d.cpp | 7 -------
 1 file changed, 7 deletions(-)

------------------------------------------------------------------------
commit aae7c47
Author: Echelon9 <Mon Jul 6 21:14:45 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:14:45 2015 +1000>

    Fix: lab/lab.cpp:943:9: warning: declaration of ‘j’ shadows a previous local [-Wshadow]
 code/lab/lab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 53164a1
Author: Echelon9 <Mon Jul 6 21:12:11 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:12:11 2015 +1000>

    Fix: mission/missioncampaign.cpp:1200:12: warning: declaration of ‘mission’ shadows a global declaration [-Wshadow]
 code/mission/missioncampaign.cpp | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit fe1b607
Author: Echelon9 <Mon Jul 6 21:08:00 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:08:00 2015 +1000>

    Fix: mission/missioncampaign.cpp:1012:12: warning: declaration of ‘mission’ shadows a global declaration [-Wshadow]
 code/mission/missioncampaign.cpp | 48 ++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 040d157
Author: Echelon9 <Mon Jul 6 21:03:30 2015 +1000>
Commit: Echelon9 <Mon Jul 6 21:03:30 2015 +1000>

    Fix: mission/missioncampaign.cpp:1088:12: warning: declaration of ‘mission’ shadows a global declaration [-Wshadow]
 code/mission/missioncampaign.cpp | 28 +++++-----------------------
 1 file changed, 5 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 475155d
Author: Echelon9 <Mon Jul 6 20:58:53 2015 +1000>
Commit: Echelon9 <Mon Jul 6 20:58:53 2015 +1000>

    Fix: mission/missioncampaign.cpp:1600:6: warning: declaration of ‘mission’ shadows a global declaration [-Wshadow]
 code/mission/missioncampaign.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 85a0bda
Author: Echelon9 <Mon Jul 6 20:54:14 2015 +1000>
Commit: Echelon9 <Mon Jul 6 20:54:14 2015 +1000>

    Fix: model/modelanim.cpp:536:78: warning: declaration of ‘anim’ shadows a global declaration [-Wshadow]
 code/model/modelanim.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit f2c8aa6
Author: Echelon9 <Mon Jul 6 19:51:45 2015 +1000>
Commit: Echelon9 <Mon Jul 6 19:51:45 2015 +1000>

    Fix: missionui/missionshipchoice.cpp:923:9: warning: declaration of ‘header’ shadows a global declaration [-Wshadow]
 code/missionui/missionshipchoice.cpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 6625714
Author: Echelon9 <Mon Jul 6 19:40:21 2015 +1000>
Commit: Echelon9 <Mon Jul 6 19:40:21 2015 +1000>

    Fix: model/modelcollide.cpp:1215:36: warning: declaration of ‘mc_info’ shadows a global declaration [-Wshadow]
 code/model/model.h          | 2 +-
 code/model/modelcollide.cpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 60d1234a
Author: Echelon9 <Sun Jul 5 17:13:01 2015 +1000>
Commit: Echelon9 <Sun Jul 5 17:13:01 2015 +1000>

    Fix: model/modelread.cpp:270:12: warning: declaration of ‘i’ shadows a previous local [-Wshadow]
 code/model/modelread.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2bac9ba
Author: Echelon9 <Sun Jul 5 17:07:39 2015 +1000>
Commit: Echelon9 <Sun Jul 5 17:07:39 2015 +1000>

    Fix: model/modelrender.cpp:780:55: warning: declaration of ‘color’ shadows a global declaration [-Wshadow]
 code/model/modelrender.cpp | 4 ++--
 code/model/modelrender.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 6e273cc
Author: Echelon9 <Sun Jul 5 17:01:37 2015 +1000>
Commit: Echelon9 <Sun Jul 5 17:01:37 2015 +1000>

    Fix: gamehelp/contexthelp.cpp:391:9: warning: declaration of ‘font’ shadows a global declaration [-Wshadow]
 code/gamehelp/contexthelp.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 4885807
Author: Echelon9 <Sun Jul 5 16:57:35 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:57:35 2015 +1000>

    Fix: iff_defs/iff_defs.cpp:68:4: warning: declaration of ‘temp_color_t’ shadows a previous local [-Wshadow]
 code/iff_defs/iff_defs.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 444f830
Author: Echelon9 <Sun Jul 5 16:51:16 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:51:16 2015 +1000>

    Fix: network/multi_voice.cpp: warning: parameter set but not used [-Wunused-but-set-parameter]
 code/network/multi_voice.cpp | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit e98d843
Author: Echelon9 <Sun Jul 5 16:44:48 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:44:48 2015 +1000>

    Fix: network/multimsgs.cpp:8473:70: warning: declaration of ‘bolt_type’ shadows a global declaration [-Wshadow]
 code/network/multimsgs.cpp | 4 ++--
 code/network/multimsgs.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 5e9fd26
Author: Echelon9 <Sun Jul 5 16:42:24 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:42:24 2015 +1000>

    Fix: network/multimsgs.cpp:8493:7: warning: declaration of ‘bolt_type’ shadows a global declaration [-Wshadow]
 code/network/multimsgs.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 3a3e901
Author: Echelon9 <Sun Jul 5 16:40:04 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:40:04 2015 +1000>

    Fix: network/multiteamselect.cpp:1720:7: warning: declaration of ‘wing’ shadows a global declaration [-Wshadow]
 code/network/multiteamselect.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 1f8c1dc
Author: Echelon9 <Sun Jul 5 16:35:11 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:35:11 2015 +1000>

    Fix: object/collidedebrisweapon.cpp:100:10: warning: declaration of ‘weapon’ shadows a global declaration [-Wshadow]
 code/object/collidedebrisweapon.cpp | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit 0dc48f8
Author: Echelon9 <Sun Jul 5 16:32:57 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:32:57 2015 +1000>

    Fix: object/collidedebrisweapon.cpp:45:10: warning: declaration of ‘weapon’ shadows a global declaration [-Wshadow]
 code/object/collidedebrisweapon.cpp | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit 83a8b2b
Author: Echelon9 <Sun Jul 5 16:27:21 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:27:21 2015 +1000>

    Fix: object/collideshipship.cpp:457:115: warning: declaration of ‘light’ shadows a global declaration [-Wshadow]
 code/object/collideshipship.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 2c4fb42
Author: Echelon9 <Sun Jul 5 16:19:20 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:19:20 2015 +1000>

    Fix: object/collideshipweapon.cpp:470:10: warning: declaration of ‘weapon’ shadows a global declaration [-Wshadow]
 code/object/collideshipweapon.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 570f6dd
Author: Echelon9 <Sun Jul 5 16:14:24 2015 +1000>
Commit: Echelon9 <Sun Jul 5 16:14:24 2015 +1000>

    Fix: object/collideshipship.cpp:1316:138: warning: declaration of ‘mc_info’ shadows a global declaration [-Wshadow]
 code/object/collideshipship.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit b326e77
Author: Echelon9 <Sun Jul 5 15:55:15 2015 +1000>
Commit: Echelon9 <Sun Jul 5 15:55:15 2015 +1000>

    Fix: object/collideshipweapon.cpp:543:85: warning: declaration of ‘weapon’ shadows a global declaration [-Wshadow]
 code/object/collideshipweapon.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 6d6d3e9
Author: Echelon9 <Sun Jul 5 14:25:53 2015 +1000>
Commit: Echelon9 <Sun Jul 5 14:25:53 2015 +1000>

    Fix: object/collideweaponweapon.cpp:168:10: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable]
 code/object/collideweaponweapon.cpp | 11 -----------
 1 file changed, 11 deletions(-)

------------------------------------------------------------------------
commit c704514
Author: Echelon9 <Sun Jul 5 14:17:53 2015 +1000>
Commit: Echelon9 <Sun Jul 5 14:17:53 2015 +1000>

    Fix: object/collideshipship.cpp:1316:126: warning: declaration of ‘light’ shadows a global declaration [-Wshadow]
 code/object/collideshipship.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 6618165
Author: Echelon9 <Sun Jul 5 00:59:13 2015 +1000>
Commit: Echelon9 <Sun Jul 5 00:59:13 2015 +1000>

    Fix: model/modelinterp.cpp:4342:14: warning: declaration of ‘j’ shadows a previous local [-Wshadow]
 code/model/modelinterp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6950c69
Author: Echelon9 <Sun Jul 5 00:54:29 2015 +1000>
Commit: Echelon9 <Sun Jul 5 00:54:29 2015 +1000>

    Fix: model/modelinterp.cpp:2034:44: warning: declaration of ‘gpoi’ shadows a previous local [-Wshadow]
 code/model/modelinterp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit b8ff93d
Author: Echelon9 <Sun Jul 5 00:52:39 2015 +1000>
Commit: Echelon9 <Sun Jul 5 00:52:39 2015 +1000>

    Fix: model/modelinterp.cpp:2603:43: warning: declaration of ‘gpoi’ shadows a previous local [-Wshadow]
 code/model/modelinterp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c220480
Author: Echelon9 <Sun Jul 5 00:40:13 2015 +1000>
Commit: Echelon9 <Sun Jul 5 00:40:13 2015 +1000>

    Fix: lab/lab.cpp:2497:45: warning: declaration of ‘color’ shadows a global declaration [-Wshadow]
 code/lab/lab.cpp | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 182b297
Author: Echelon9 <Sun Jul 5 00:30:34 2015 +1000>
Commit: Echelon9 <Sun Jul 5 00:30:34 2015 +1000>

    Fix: model/modelrender.cpp:2560:10: warning: variable ‘objp’ set but not used [-Wunused-but-set-variable]
 code/model/modelrender.cpp | 6 ------
 1 file changed, 6 deletions(-)

------------------------------------------------------------------------
commit a0527af
Author: Echelon9 <Sun Jul 5 00:04:05 2015 +1000>
Commit: Echelon9 <Sun Jul 5 00:04:05 2015 +1000>

    Fix: ship/ship.cpp:3132:14: warning: declaration of ‘i’ shadows a previous local [-Wshadow]
 code/ship/ship.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 9283ff8
Author: Echelon9 <Sat Jul 4 23:51:24 2015 +1000>
Commit: Echelon9 <Sat Jul 4 23:51:24 2015 +1000>

    Fix: controlconfig/controlsconfig.cpp:669:9: warning: variable ‘k’ set but not used [-Wunused-but-set-variable]
 code/controlconfig/controlsconfig.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit 769e98f
Author: Echelon9 <Sat Jul 4 23:46:38 2015 +1000>
Commit: Echelon9 <Sat Jul 4 23:46:38 2015 +1000>

    Fix: controlconfig/controlsconfig.cpp:669:9: warning: variable ‘j’ set but not used [-Wunused-but-set-variable]
 code/controlconfig/controlsconfig.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 3c48d81
Author: Echelon9 <Sat Jul 4 23:41:59 2015 +1000>
Commit: Echelon9 <Sat Jul 4 23:41:59 2015 +1000>

    Fix: controlconfig/controlsconfig.cpp:1443:27: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
 code/controlconfig/controlsconfig.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit 7f100c4
Author: Echelon9 <Sat Jul 4 23:34:40 2015 +1000>
Commit: Echelon9 <Sat Jul 4 23:34:40 2015 +1000>

    Fix: controlconfig/controlsconfig.cpp:1442:18: warning: variable ‘jptr’ set but not used [-Wunused-but-set-variable]
 code/controlconfig/controlsconfig.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit 481ec12
Author: Echelon9 <Sat Jul 4 23:29:00 2015 +1000>
Commit: Echelon9 <Sat Jul 4 23:29:00 2015 +1000>

    Fix: bmpman/bmpman.cpp:2671:12: warning: variable ‘bmp’ set but not used [-Wunused-but-set-variable]
 code/bmpman/bmpman.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 3126486
Author: Echelon9 <Sat Jul 4 23:20:18 2015 +1000>
Commit: Echelon9 <Sat Jul 4 23:20:18 2015 +1000>

    Fix: anim/animplay.cpp:257:25: warning: variable ‘render_time’ set but not used [-Wunused-but-set-variable]
 code/anim/animplay.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit f4aa493
Author: Echelon9 <Sat Jul 4 23:16:08 2015 +1000>
Commit: Echelon9 <Sat Jul 4 23:16:08 2015 +1000>

    Fix: anim/animplay.cpp:257:25: warning: variable ‘decompress_time’ set but not used [-Wunused-but-set-variable]
 code/anim/animplay.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

------------------------------------------------------------------------
commit 039ad64
Author: Echelon9 <Sat Jul 4 19:03:09 2015 +1000>
Commit: Echelon9 <Sat Jul 4 19:03:09 2015 +1000>

    Fix: ai/aicode.cpp:10715:9: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable]
 code/ai/aicode.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit c83a2ea
Author: Echelon9 <Sat Jul 4 18:58:10 2015 +1000>
Commit: Echelon9 <Sat Jul 4 18:58:10 2015 +1000>

    Fix: ai/aicode.cpp:8169:24: warning: variable ‘time_to_enemy’ set but not used [-Wunused-but-set-variable]
 code/ai/aicode.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit edbedeb
Author: Echelon9 <Sat Jul 4 17:39:44 2015 +1000>
Commit: Echelon9 <Sat Jul 4 17:39:44 2015 +1000>

    Fix: ai/aicode.cpp:8017:10: warning: variable ‘eshipp’ set but not used [-Wunused-but-set-variable]
 code/ai/aicode.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit d855154
Author: Echelon9 <Sat Jul 4 17:33:22 2015 +1000>
Commit: Echelon9 <Sat Jul 4 17:33:22 2015 +1000>

    Fix: graphics/gropenglshader.cpp:387:7: warning: variable ‘in_error’ set but not used [-Wunused-but-set-variable]
 code/graphics/gropenglshader.cpp | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

------------------------------------------------------------------------
commit 7fea629
Author: Echelon9 <Sat Jul 4 17:10:17 2015 +1000>
Commit: Echelon9 <Sat Jul 4 17:10:17 2015 +1000>

    Fix: graphics/gropengltnl.cpp:696:8: warning: variable ‘rval’ set but not used [-Wunused-but-set-variable]
 code/graphics/gropengltnl.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

------------------------------------------------------------------------
commit 183f061
Author: Echelon9 <Sat Jul 4 17:08:41 2015 +1000>
Commit: Echelon9 <Sat Jul 4 17:08:41 2015 +1000>

    Fix: graphics/gropengltnl.cpp:812:6: warning: variable ‘render_pass’ set but not used [-Wunused-but-set-variable]
 code/graphics/gropengltnl.cpp | 5 -----
 1 file changed, 5 deletions(-)

------------------------------------------------------------------------
commit e9330b4
Author: Echelon9 <Sat Jul 4 16:52:50 2015 +1000>
Commit: Echelon9 <Sat Jul 4 16:52:50 2015 +1000>

    Fix: graphics/gropengltnl.cpp:1378:6: warning: variable ‘zbuff’ set but not used [-Wunused-but-set-variable]
 code/graphics/gropengltnl.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 7853986
Author: Echelon9 <Sat Jul 4 16:22:59 2015 +1000>
Commit: Echelon9 <Sat Jul 4 16:22:59 2015 +1000>

    Fix: menuui/readyroom.cpp:1175:15: warning: variable ‘z’ set but not used [-Wunused-but-set-variable]
 code/menuui/readyroom.cpp | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

------------------------------------------------------------------------
commit fff2d52
Author: Echelon9 <Sat Jul 4 16:18:38 2015 +1000>
Commit: Echelon9 <Sat Jul 4 16:18:38 2015 +1000>

    Fix: model/modelrender.cpp:2560:8: warning: variable ‘shipp’ set but not used [-Wunused-but-set-variable]
 code/model/modelrender.cpp | 5 -----
 1 file changed, 5 deletions(-)

------------------------------------------------------------------------
commit cd503fd
Author: Echelon9 <Sat Jul 4 16:10:15 2015 +1000>
Commit: Echelon9 <Sat Jul 4 16:10:15 2015 +1000>

    Fix: object/objcollide.cpp:1247:8: warning: variable ‘max’ set but not used [-Wunused-but-set-variable]
 code/object/objcollide.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit e7e046f
Author: Echelon9 <Sat Jul 4 16:08:40 2015 +1000>
Commit: Echelon9 <Sat Jul 4 16:08:40 2015 +1000>

    Fix: object/objcollide.cpp:1248:8: warning: variable ‘overlap_min’ set but not used [-Wunused-but-set-variable]
 code/object/objcollide.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 6e6ff3c
Author: Echelon9 <Sat Jul 4 16:06:13 2015 +1000>
Commit: Echelon9 <Sat Jul 4 16:06:13 2015 +1000>

    Fix: object/objectsort.cpp: warning: variable ‘wp’ set but not used [-Wunused-but-set-variable]
 code/object/objectsort.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit 4f4fe00
Author: Echelon9 <Sat Jul 4 16:01:36 2015 +1000>
Commit: Echelon9 <Sat Jul 4 16:01:36 2015 +1000>

    Fix: ship/ship.cpp:18381:6: warning: variable ‘clip_started’ set but not used [-Wunused-but-set-variable]
 code/ship/ship.cpp | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 98d6b6c
Author: Echelon9 <Sat Jul 4 15:55:15 2015 +1000>
Commit: Echelon9 <Sat Jul 4 15:55:15 2015 +1000>

    Fix: weapons.cpp:7374:8: warning: variable ‘clip_plane’ set but not used [-Wunused-but-set-variable]
 code/weapon/weapons.cpp | 3 ---
 1 file changed, 3 deletions(-)