Hard Light Productions Forums

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

Title: Nightly (Windows): 27 Jan 2013 - Revision 9514
Post by: SirKnightly on January 27, 2013, 10:10:49 am
Here is the nightly for Windows on 27 Jan 2013 - Revision 9514

Group: Inferno
fso-WIN-Inferno-20130127_r9514.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20130127_r9514.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20130127_r9514.md5)

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20130127_r9514.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20130127_r9514.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20130127_r9514.md5)

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20130127_r9514.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20130127_r9514.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20130127_r9514.md5)

Code: [Select]
------------------------------------------------------------------------
r9510 | The_E | 2013-01-26 17:37:25 -0600 (Sat, 26 Jan 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Prevent the hud-set-frame sexp from accidentally causing badness by setting an invalid frame offset

------------------------------------------------------------------------
r9512 | Goober5000 | 2013-01-27 04:28:35 -0600 (Sun, 27 Jan 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

apply m!m's fix for Mantis #2780
also correct the off-by-one error in the range check (path_num must < n_paths, not <=)
------------------------------------------------------------------------
r9513 | Goober5000 | 2013-01-27 04:29:19 -0600 (Sun, 27 Jan 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

flip these around so that they're less confusing
------------------------------------------------------------------------
r9514 | Goober5000 | 2013-01-27 04:29:39 -0600 (Sun, 27 Jan 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

correct the sexp help for string-to-int
------------------------------------------------------------------------