Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 01, 2013, 05:56:21 am

Title: Nightly (Windows): 01 Dec 2013 - Revision 10178
Post by: SirKnightly on December 01, 2013, 05:56:21 am
Here is the nightly for Windows on 01 Dec 2013 - Revision 10178

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

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

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

Code: [Select]
------------------------------------------------------------------------
r10175 | Echelon9 | 2013-11-30 21:27:57 -0600 (Sat, 30 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Fix Mantis 2968: AddressSanitizer: global-buffer-overflow in shield_info_reset() - relates to hud_target_change_check()
------------------------------------------------------------------------
r10176 | niffiwan | 2013-12-01 03:38:17 -0600 (Sun, 01 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp

Fix mantis 2967: use Medals array instead of Ranks (from Yarn)
------------------------------------------------------------------------
r10177 | zookeeper | 2013-12-01 04:03:45 -0600 (Sun, 01 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/model.h

Added initialization of render box and sphere offsets.
------------------------------------------------------------------------
r10178 | niffiwan | 2013-12-01 04:45:20 -0600 (Sun, 01 Dec 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/network/multi_voice.cpp

Fix Coverity 1093549: Negative array index write

(practically impossible to occur, but lets be safe in case multi_voice_get_stream() changes in future)
------------------------------------------------------------------------