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, 10:35:23 am
-
Here is the nightly for OS X on 16 Dec 2013 - Revision 10238
Group: Standard
fso-OSX-Standard-20131216_r10238.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20131216_r10238.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20131216_r10238.md5)
------------------------------------------------------------------------
r10224 | niffiwan | 2013-12-14 20:13:42 -0600 (Sat, 14 Dec 2013) | 5 lines
Changed paths:
M /trunk/fs2_open/.gitignore
M /trunk/fs2_open/Makefile.am
D /trunk/fs2_open/acinclude.m4
M /trunk/fs2_open/autogen.sh
M /trunk/fs2_open/configure.ac
A /trunk/fs2_open/m4
A /trunk/fs2_open/m4/fso.m4
A /trunk/fs2_open/m4/wxwin.m4 (from /trunk/fs2_open/acinclude.m4:10223)
autotools: use autoreconf & m4 dir to make it easier to add/manage macros
add m4/wxwin.m4 macro file from wxWidgets 2.9.5 (previously pasted into acinclude.m4)
remove obsolete WX* macros from acinclude.m4
move acinclude to m4/fso.m4
------------------------------------------------------------------------
r10225 | niffiwan | 2013-12-14 20:21:58 -0600 (Sat, 14 Dec 2013) | 1 line
Changed paths:
M /trunk/fs2_open/.gitignore
add wxfred2 execs to .gitignore
------------------------------------------------------------------------
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
------------------------------------------------------------------------