Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 03, 2010, 03:01:31 pm

Title: Nightly (Linux): 03 Aug 2010 - Revision 6346
Post by: SirKnightly on August 03, 2010, 03:01:31 pm
Here is the nightly for Linux on 03 Aug 2010 - Revision 6346

Group: Standard
fso-LINUX-Standard-20100803_r6346.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Standard-20100803_r6346.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Standard-20100803_r6346.md5)

Group: Inferno
fso-LINUX-Inferno-20100803_r6346.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20100803_r6346.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20100803_r6346.md5)

Code: [Select]
------------------------------------------------------------------------
r6324 | Goober5000 | 2010-07-22 02:51:32 -0500 (Thu, 22 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/fred2/voiceactingmanager.cpp
   M /trunk/fs2_open/code/fred2/voiceactingmanager.h

add feature requested by BWO: group send-message-list messages at beginning of script
------------------------------------------------------------------------
r6325 | Echelon9 | 2010-07-25 00:04:14 -0500 (Sun, 25 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudsquadmsg.cpp

Fix for reinforcement menu bug - Mantis 2246
------------------------------------------------------------------------
r6328 | The_E | 2010-07-25 18:30:18 -0500 (Sun, 25 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/model.h

Change short to ushort to avoid issues with high-poly models.
------------------------------------------------------------------------
r6329 | The_E | 2010-07-27 10:28:09 -0500 (Tue, 27 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Fix/Workaround for Mantis 2272 (Int3() in hudtarget.cpp)
------------------------------------------------------------------------
r6330 | Sushi | 2010-07-28 19:30:57 -0500 (Wed, 28 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp
   M /trunk/fs2_open/code/ai/ai_profiles.h
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Changed "big ships manage shields" to "all ships manage shields." No difference in behavior, just named more accurately.
------------------------------------------------------------------------
r6334 | The_E | 2010-07-29 17:30:02 -0500 (Thu, 29 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Patch for issue with ai-waypoints not working correctly. The ship's goals were accidentally cleared after a single run through the waypoint path.
------------------------------------------------------------------------
r6335 | Zacam | 2010-07-30 11:13:46 -0500 (Fri, 30 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/Freespace2.vcxproj

Removes /DEBUG from the Linker Properties, no longer Generating PDB files for Release builds. This should also resolve the "no disk in drive" issues. MSVC 2008 and 2010.
------------------------------------------------------------------------
r6336 | Zacam | 2010-07-30 11:21:21 -0500 (Fri, 30 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj

This is the same as 6335, but for FRED. 2008 and 2010.
------------------------------------------------------------------------
r6341 | Goober5000 | 2010-08-01 22:52:16 -0500 (Sun, 01 Aug 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.cpp

revert using motion debris in asteroid fields
------------------------------------------------------------------------
r6342 | Goober5000 | 2010-08-01 23:07:28 -0500 (Sun, 01 Aug 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_6/Fred2.dsp
   M /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/MSVC_6/wxFRED2.dsp

don't generate debug/pdb/map info for release builds on VC6
------------------------------------------------------------------------
r6343 | taylor | 2010-08-03 03:21:59 -0500 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiui.cpp

fix debug message
------------------------------------------------------------------------
r6344 | taylor | 2010-08-03 03:22:02 -0500 (Tue, 03 Aug 2010) | 11 lines
Changed paths:
   M /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp
   M /trunk/fs2_open/code/fs2netd/fs2netd_client.h
   M /trunk/fs2_open/code/fs2netd/tcp_client.cpp
   M /trunk/fs2_open/code/network/multi.cpp

various FS2NetD fixes:

 - increase sleep time during reconnect
 - better handling of disconnects from connection errors
 - proper disconnect in case of login failure
 - log stats request calls
 - don't try to read stats from packet when there aren't any to read
 - allow proper connection resetting with standalone
 - change auto-reconnect timeout from 30 minutes to 5
 - count server traffic among activity instead of just client traffic
 - reduce uneccessary client->server traffic
------------------------------------------------------------------------