Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 24, 2013, 12:48:56 pm

Title: Nightly (Windows): 24 Oct 2013 - Revision 9974
Post by: SirKnightly on October 24, 2013, 12:48:56 pm
Here is the nightly for Windows on 24 Oct 2013 - Revision 9974

Group: SSE2
fso-WIN-SSE2-20131024_r9974.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE2-20131024_r9974.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE2-20131024_r9974.md5)

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

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

Code: [Select]
------------------------------------------------------------------------
r9962 | niffiwan | 2013-10-19 05:48:33 -0500 (Sat, 19 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/configure.ac

And tweak it again, for some reason 2.4 != 2.4.0 :rolleyes:
------------------------------------------------------------------------
r9963 | chief1983 | 2013-10-19 11:27:10 -0500 (Sat, 19 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/configure.ac

Ubuntu LTS still uses jansson 2.2.1 in their repo and the code does in fact support 2.2.  The libs change was definitely my fault though, I forgot all about r7939.
------------------------------------------------------------------------
r9964 | chief1983 | 2013-10-19 12:05:15 -0500 (Sat, 19 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp

This will actually fix the webui code to support jansson 2.2.
------------------------------------------------------------------------
r9965 | niffiwan | 2013-10-20 02:51:01 -0500 (Sun, 20 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/systemvars.cpp

Coverity 1107314: Buffer not null terminated
------------------------------------------------------------------------
r9966 | niffiwan | 2013-10-20 02:51:07 -0500 (Sun, 20 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

Coverity 1107315: Buffer not null terminated
------------------------------------------------------------------------
r9967 | The_E | 2013-10-20 03:59:30 -0500 (Sun, 20 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2013/Fred2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2013/Freespace2.sln
   M /trunk/fs2_open/projects/MSVC_2013/Freespace2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2013/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2013/code.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_2013/libjpeg.vcxproj
   M /trunk/fs2_open/projects/MSVC_2013/liblua.vcxproj
   M /trunk/fs2_open/projects/MSVC_2013/libpng.vcxproj
   M /trunk/fs2_open/projects/MSVC_2013/zlib.vcxproj

Updated for released version of VS2013. Note that FRED building is currently not supported on this platform due to MS deprecating Multibyte Charset for MFC, and haven't provided a workaround at this time.
------------------------------------------------------------------------
r9968 | zookeeper | 2013-10-20 12:40:40 -0500 (Sun, 20 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Port r9959 from zookeeper branch.
------------------------------------------------------------------------
r9970 | niffiwan | 2013-10-21 02:08:05 -0500 (Mon, 21 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fs2netd/tcp_client.cpp

Coverity 1093668: Out-of-bounds access in fs2netd/tcp_client.cpp
------------------------------------------------------------------------
r9971 | niffiwan | 2013-10-22 04:39:49 -0500 (Tue, 22 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudbrackets.cpp
   M /trunk/fs2_open/code/hud/hudbrackets.h

Remove 2 unused hudbrackets functions (only with "#if 0" for now)
------------------------------------------------------------------------
r9972 | chief1983 | 2013-10-22 11:08:32 -0500 (Tue, 22 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp
   M /trunk/fs2_open/configure.ac

Fix Unix building on several platforms breaking from the new WebUI standalone code.  See http://www.hard-light.net/forums/index.php?topic=85859
------------------------------------------------------------------------
r9973 | chief1983 | 2013-10-23 17:32:30 -0500 (Wed, 23 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/configure.ac

Fix FreeBSD since it doesn't have libdl and doesn't need to include it to build currently.  May break Solaris but it doesn't work yet anyway.
------------------------------------------------------------------------


Title: Re: Nightly (Windows): 24 Oct 2013 - Revision 9974
Post by: Macfie on October 24, 2013, 06:51:53 pm
Wasn't SSE2 listed as the standard build before?
Title: Re: Nightly (Windows): 24 Oct 2013 - Revision 9974
Post by: AdmiralRalwood on October 24, 2013, 08:48:35 pm
Is the new "standard" AVX or what?
Title: Re: Nightly (Windows): 24 Oct 2013 - Revision 9974
Post by: niffiwan on October 24, 2013, 09:51:55 pm
I think chief1983 had a HDD failure in the box doing the nightly windows builds so it's probably just an oversight / old data. 

AFAIK AVX is not the new standard build yet.
Title: Re: Nightly (Windows): 24 Oct 2013 - Revision 9974
Post by: chief1983 on October 25, 2013, 11:58:06 am
Ok yeah, I still must have some config names messed up, I'll get the config right in a day or two probably :P