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 05, 2008, 08:43:35 am

Title: Nightly (OS X): 05 Oct 2008 - Revision 4855
Post by: SirKnightly on October 05, 2008, 08:43:35 am
Here is the nightly for OS X on 05 Oct 2008 - Revision 4855

fso-OSX-20081005_r4855.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-20081005_r4855.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-20081005_r4855.md5)

Code: [Select]
------------------------------------------------------------------------
r4854 | taylor | 2008-10-04 15:48:07 -0500 (Sat, 04 Oct 2008) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

you are never guaranteed a valid class_type (fixes Mantis #1742)

------------------------------------------------------------------------
r4855 | taylor | 2008-10-04 20:17:45 -0500 (Sat, 04 Oct 2008) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/network/multi.cpp
   M /trunk/fs2_open/code/network/psnet2.cpp
   M /trunk/fs2_open/code/network/psnet2.h
   M /trunk/fs2_open/code/windows_stub/config.h

better error handling for when TCP socket is already in use (Mantis #1626)
fix missing protocol XSTR that used the wrong tstring for display

------------------------------------------------------------------------