Author Topic: Nightly (Linux): 09 Mar 2015 - Revision 11278  (Read 730 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 09 Mar 2015 - Revision 11278
Here is the nightly for Linux on 09 Mar 2015 - Revision 11278

Open non-feature issues in Mantis: 129

Group: Standard
fso_Standard_20150309_r11278.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r11245 | MageKing17 | 2015-02-11 20:30:42 -0600 (Wed, 11 Feb 2015) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/alphacolors.cpp
   M /trunk/fs2_open/code/globalincs/alphacolors.h
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

Adding a "$Briefing Grid:" interface color to colors.tbl.

Requested by Axem.
------------------------------------------------------------------------
r11247 | MageKing17 | 2015-02-11 22:26:18 -0600 (Wed, 11 Feb 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Fixes hardpoint gauge not rendering outline.
------------------------------------------------------------------------
r11257 | zookeeper | 2015-02-20 12:13:10 -0600 (Fri, 20 Feb 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionmessage.cpp

Ported r11232 from zookeeper branch: Set the Sender hook variable to nil in On Message Received hooks if message not coming from a ship.
------------------------------------------------------------------------
r11261 | niffiwan | 2015-02-28 16:58:27 -0600 (Sat, 28 Feb 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Coverity 1093495+1093498 Missing break in switch
------------------------------------------------------------------------
r11262 | niffiwan | 2015-02-28 18:14:31 -0600 (Sat, 28 Feb 2015) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Coverity 1093705 Negative array index read

Probably not an issue, but to be safe removing the unused pointer anyway
i.e. the check that instance >= 0 suggests there's a possiblilty that the
pointer could contains a negative array index read
------------------------------------------------------------------------
r11263 | niffiwan | 2015-02-28 18:25:59 -0600 (Sat, 28 Feb 2015) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Coverity 1093718 Negative array index read

Create swip after checking that its index is > -1
------------------------------------------------------------------------
r11264 | niffiwan | 2015-02-28 18:39:14 -0600 (Sat, 28 Feb 2015) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Coverity 1093719 Negative array index read

Check current_bank is > -1 before using it
Note: did not alter indentation in this commit in order to make
relevant changes easier to see
------------------------------------------------------------------------
r11265 | niffiwan | 2015-02-28 18:39:19 -0600 (Sat, 28 Feb 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Add indentation for previous commit
------------------------------------------------------------------------
r11266 | niffiwan | 2015-02-28 18:50:32 -0600 (Sat, 28 Feb 2015) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

Coverity 1244962 Uninitialized scalar variable

Set default DRADIS coords to 0,0
------------------------------------------------------------------------
r11270 | zookeeper | 2015-03-01 17:17:24 -0600 (Sun, 01 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fixed shield handle not returning correct quads when indexing with the SHIELD_* enums.
------------------------------------------------------------------------
r11272 | zookeeper | 2015-03-02 07:54:48 -0600 (Mon, 02 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Tweaks to the argument documentation of a bunch of scripting functions.
------------------------------------------------------------------------
r11273 | MageKing17 | 2015-03-03 21:08:07 -0600 (Tue, 03 Mar 2015) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

Followup to r11266; let code use hardcoded defaults.

Presumably, the use of use_default_pos in load_gauge_radar_dradis() is the result of a copy&paste job, but removing it allows the default values to be used to compute coords.
------------------------------------------------------------------------
r11274 | MageKing17 | 2015-03-03 21:12:04 -0600 (Tue, 03 Mar 2015) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/shiptexturesdlg.cpp

Fix mantis #1929.

Makes the IDC_OLD_TEXTURE_LIST dropdown list use the same sorting as the old_texture_name[] array, and should also so that multiple old texture replacements for the same ship are properly erased.
------------------------------------------------------------------------
r11276 | zookeeper | 2015-03-06 06:50:33 -0600 (Fri, 06 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Slightly clarified variable use.
------------------------------------------------------------------------