Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 17, 2014, 05:54:55 am

Title: Nightly (Windows): 17 Aug 2014 - Revision 11007
Post by: SirKnightly on August 17, 2014, 05:54:55 am
Here is the nightly for Windows on 17 Aug 2014 - Revision 11007

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 128

Group: Standard
fso_Standard_20140817_r11007.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140817_r11007.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140817_r11007.md5)

Group: NO-SSE
fso_NO-SSE_20140817_r11007.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140817_r11007.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140817_r11007.md5)

Group: SSE
fso_SSE_20140817_r11007.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140817_r11007.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140817_r11007.md5)

Code: [Select]
------------------------------------------------------------------------
r11001 | niffiwan | 2014-08-16 23:39:19 -0500 (Sat, 16 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/fredrender.cpp

Followup fix for mantis 3016 (FRED Briefing window FOV)

Make FRED icons & labels respect the Briefing_window_FOV
------------------------------------------------------------------------
r11002 | Echelon9 | 2014-08-17 00:48:59 -0500 (Sun, 17 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudsquadmsg.cpp

Fix Coverity 1093599 Negative array index read in hud_query_order_issued()
------------------------------------------------------------------------
r11003 | Echelon9 | 2014-08-17 01:07:25 -0500 (Sun, 17 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Fix Coverity 1093613 Negative array index read in stuff_loadout_list()
------------------------------------------------------------------------
r11004 | Echelon9 | 2014-08-17 02:09:58 -0500 (Sun, 17 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiutil.cpp

Fix Coverity 1093619 Array compared against 0 in delete_player()
------------------------------------------------------------------------
r11005 | Echelon9 | 2014-08-17 02:17:33 -0500 (Sun, 17 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multimsgs.cpp

Fix Coverity 1093621 Array compared against 0 in send_accept_packet()
------------------------------------------------------------------------
r11006 | Echelon9 | 2014-08-17 02:19:17 -0500 (Sun, 17 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multimsgs.cpp

Fix Coverity 1093622 Array compared against 0 in process_new_player_packet()
------------------------------------------------------------------------
r11007 | niffiwan | 2014-08-17 03:46:20 -0500 (Sun, 17 Aug 2014) | 7 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/missionui/redalert.cpp
   M /trunk/fs2_open/code/missionui/redalert.h
   M /trunk/fs2_open/code/pilotfile/csg.cpp

Fix mantis 3065 (clear RA data)

Clear red alert data when resetting campaign progress, changing
campaigns and switching pilots
In CSG read, move RA data clear from the read RA section to the data
reset function (i.e. clear if CSG is valid, not if section contains
data)
------------------------------------------------------------------------