Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 09, 2009, 04:42:41 am

Title: Nightly (OS X): 09 Mar 2009 - Revision 5094
Post by: SirKnightly on March 09, 2009, 04:42:41 am
Here is the nightly for OS X on 09 Mar 2009 - Revision 5094

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

Code: [Select]
------------------------------------------------------------------------
r5084 | karajorma | 2009-03-05 14:43:34 -0600 (Thu, 05 Mar 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai.h
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix a warning where ai_do_objects_docked_stuff was being called twice on clients during multiplayer mission load.
------------------------------------------------------------------------
r5088 | Wanderer | 2009-03-06 09:08:16 -0600 (Fri, 06 Mar 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/camera/camera.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/network/multi.cpp
   M /trunk/fs2_open/code/network/multi_log.cpp
   M /trunk/fs2_open/code/network/multiutil.cpp
   M /trunk/fs2_open/code/sound/sound.cpp

add 'missing' casts
------------------------------------------------------------------------
r5089 | karajorma | 2009-03-06 13:03:51 -0600 (Fri, 06 Mar 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Fix Mantis 1861 (Texture Replacements don't initialise properly in FRED).
------------------------------------------------------------------------
r5090 | karajorma | 2009-03-06 14:53:26 -0600 (Fri, 06 Mar 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h

On reflection Mantis 1861 is also going to affect creating a new mission as well. Might as well fix that too.
------------------------------------------------------------------------
r5094 | karajorma | 2009-03-07 16:53:07 -0600 (Sat, 07 Mar 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp

Fix Mantis 1872 (Fiction Viewer crashes/locks up.)
Allow FRED to save fiction if the mission file already has some.
------------------------------------------------------------------------