Author Topic: Nightly (OS X): 29 Feb 2016 - Revision dc708cc  (Read 584 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 29 Feb 2016 - Revision dc708cc
Here is the nightly for OS X on 29 Feb 2016 - Revision dc708cc

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20160229_dc708cc.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 5206220
Author: Goober5000 <Sat Feb 27 13:25:48 2016 -0500>
Commit: Goober5000 <Sat Feb 27 13:25:48 2016 -0500>

    simplify the random number seeding; don't seed the RNG for every mission in single player
 code/fred2/fredstubs.cpp      |  2 +-
 code/freespace2/freespace.cpp | 34 ++++++++++------------------------
 code/freespace2/freespace.h   |  2 +-
 3 files changed, 12 insertions(+), 26 deletions(-)

------------------------------------------------------------------------
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(-)