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 16, 2013, 05:56:37 am

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
r10232 | chief1983 | 2013-12-15 11:38:14 -0600 (Sun, 15 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Fix a warning when copying the webapi port token int into its destination ushort.
------------------------------------------------------------------------
r10233 | chief1983 | 2013-12-15 12:19:08 -0600 (Sun, 15 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Saner parsing all around for webapi port number.
------------------------------------------------------------------------
r10235 | chief1983 | 2013-12-15 12:42:45 -0600 (Sun, 15 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Found the constant USHRT_MAX I was looking for just a little too late.
------------------------------------------------------------------------
r10236 | Goober5000 | 2013-12-15 23:51:33 -0600 (Sun, 15 Dec 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

when new subsystem entries are inserted, make sure the blank subsystem gets saved and inserted at the proper spot so that we don't use stale data
(fixes Mantis #2979)
------------------------------------------------------------------------
r10237 | Goober5000 | 2013-12-16 03:46:39 -0600 (Mon, 16 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

just minor tweaks
------------------------------------------------------------------------