Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 29, 2013, 10:28:32 am

Title: Nightly (Windows): 29 Apr 2013 - Revision 9659
Post by: SirKnightly on April 29, 2013, 10:28:32 am
Here is the nightly for Windows on 29 Apr 2013 - Revision 9659

Group: Standard
fso-WIN-Standard-20130429_r9659.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20130429_r9659.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20130429_r9659.md5)

Group: NO-SSE
fso-WIN-NO-SSE-20130429_r9659.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20130429_r9659.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20130429_r9659.md5)

Group: SSE
fso-WIN-SSE-20130429_r9659.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20130429_r9659.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20130429_r9659.md5)

Code: [Select]
------------------------------------------------------------------------
r9656 | Zacam | 2013-04-28 18:16:50 -0500 (Sun, 28 Apr 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc

Fix for Mantis 2841: From CommanderDJ, Allows FRED to select/set Main Hall by string input, not just integers.
------------------------------------------------------------------------
r9657 | niffiwan | 2013-04-29 04:01:24 -0500 (Mon, 29 Apr 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.h
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/pilotfile/csg.cpp

Fix mantis 2753: save csg just before mission starts
read loadout indexes into int instead of uint & ensure -1 is not used as array index
initialise Player_loadout struct during FSO start
------------------------------------------------------------------------
r9658 | niffiwan | 2013-04-29 07:15:07 -0500 (Mon, 29 Apr 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp

Remove a duplicate line in r9657 - thanks to Echelon9 for noticing this
------------------------------------------------------------------------
r9659 | Echelon9 | 2013-04-29 07:55:53 -0500 (Mon, 29 Apr 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/font.cpp

Fix for Mantis 2833: AddressSanitizer: heap-buffer-overflow in get_char_width()
------------------------------------------------------------------------