Author Topic: Nightly (OS X): 03 Aug 2010 - Revision 6346  (Read 1114 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 03 Aug 2010 - Revision 6346
Here is the nightly for OS X on 03 Aug 2010 - Revision 6346

Group: Standard
fso-OSX-Standard-20100803_r6346.tgz
MD5Sum

Group: Inferno
fso-OSX-Inferno-20100803_r6346.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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
------------------------------------------------------------------------