Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 27, 2016, 05:20:11 am

Title: Nightly (FreeBSD): 27 Feb 2016 - Revision c049e73
Post by: SirKnightly on February 27, 2016, 05:20:11 am
Here is the nightly for FreeBSD on 27 Feb 2016 - Revision c049e73

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124

Group: Standard
fso_Standard_20160227_c049e73.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20160227_c049e73.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20160227_c049e73.md5)

Code: [Select]
------------------------------------------------------------------------
commit a05d19d
Author: jg18 <Fri Feb 19 18:18:02 2016 -0800>
Commit: jg18 <Thu Feb 25 10:28:50 2016 -0800>

    Re-enable TCP/IPX selector buttons.
 code/menuui/optionsmenumulti.cpp | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit cb65ca8
Author: jg18 <Fri Feb 19 17:52:28 2016 -0800>
Commit: jg18 <Thu Feb 25 10:28:49 2016 -0800>

    Revert changes to net_addr struct format.
 code/network/psnet2.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1adb64e
Author: jg18 <Tue Feb 9 15:09:22 2016 -0800>
Commit: jg18 <Thu Feb 25 10:28:49 2016 -0800>

    Remove IPX support.
 code/menuui/mainhallmenu.cpp     |   8 -
 code/menuui/optionsmenumulti.cpp |  23 +--
 code/network/multi.cpp           |  24 +--
 code/network/multi.h             |   6 +-
 code/network/multi_voice.cpp     |  10 +-
 code/network/multilag.cpp        |  24 +--
 code/network/multimsgs.cpp       |  22 ++-
 code/network/multimsgs.h         |   2 +-
 code/network/multiui.cpp         |  17 +-
 code/network/multiutil.cpp       |  24 +--
 code/network/multiutil.h         |   2 +-
 code/network/psnet2.cpp          | 339 ++-------------------------------------
 code/network/psnet2.h            |   6 +-
 code/pilotfile/plr.cpp           |   4 +-
 14 files changed, 59 insertions(+), 452 deletions(-)