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 21, 2013, 10:36:26 am
-
Here is the nightly for OS X on 21 Oct 2013 - Revision 9970
Group: Standard
fso-OSX-Standard-20131021_r9970.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20131021_r9970.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20131021_r9970.md5)
------------------------------------------------------------------------
r9957 | chief1983 | 2013-10-18 12:18:15 -0500 (Fri, 18 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/Makefile.am
M /trunk/fs2_open/code/Makefile.am
M /trunk/fs2_open/code/network/multi_options.cpp
M /trunk/fs2_open/code/network/multi_options.h
M /trunk/fs2_open/code/network/stand_gui-unix.cpp
M /trunk/fs2_open/code/network/stand_gui.h
M /trunk/fs2_open/configure.ac
A /trunk/fs2_open/jansson
A /trunk/fs2_open/jansson/LICENSE
A /trunk/fs2_open/jansson/dump.c
A /trunk/fs2_open/jansson/error.c
A /trunk/fs2_open/jansson/hashtable.c
A /trunk/fs2_open/jansson/hashtable.h
A /trunk/fs2_open/jansson/jansson.h
A /trunk/fs2_open/jansson/jansson_config.h
A /trunk/fs2_open/jansson/jansson_private.h
A /trunk/fs2_open/jansson/load.c
A /trunk/fs2_open/jansson/memory.c
A /trunk/fs2_open/jansson/pack_unpack.c
A /trunk/fs2_open/jansson/strbuffer.c
A /trunk/fs2_open/jansson/strbuffer.h
A /trunk/fs2_open/jansson/strconv.c
A /trunk/fs2_open/jansson/utf.c
A /trunk/fs2_open/jansson/utf.h
A /trunk/fs2_open/jansson/value.c
A /trunk/fs2_open/mongoose
A /trunk/fs2_open/mongoose/LICENSE
A /trunk/fs2_open/mongoose/Makefile.am
A /trunk/fs2_open/mongoose/mongoose.c
A /trunk/fs2_open/mongoose/mongoose.h
M /trunk/fs2_open/projects/Eclipse/Freespace2/.cproject
M /trunk/fs2_open/projects/Eclipse/Freespace2/.project
M /trunk/fs2_open/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.codan.core.prefs
A /trunk/fs2_open/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.core.prefs
A /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_client.launch
A /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_client_host.launch
A /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_standalone.launch
M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
From Eli2: WebUI-based standalone/dedicated server code for all supported non-Windows platforms. See WIP documentation at http://www.hard-light.net/wiki/index.php/FS2_WebUI_Standalone.
------------------------------------------------------------------------
r9960 | niffiwan | 2013-10-19 00:00:01 -0500 (Sat, 19 Oct 2013) | 3 lines
Changed paths:
M /trunk/fs2_open/configure.ac
Fix new standalone builds
Bumped jansson required version to 2.4.0 since that's the version included with our source
------------------------------------------------------------------------
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
------------------------------------------------------------------------