Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 17, 2012, 11:15:23 am

Title: Nightly (OS X): 17 Dec 2012 - Revision 9446
Post by: SirKnightly on December 17, 2012, 11:15:23 am
Here is the nightly for OS X on 17 Dec 2012 - Revision 9446

Group: Inferno
fso-OSX-Inferno-20121217_r9446.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20121217_r9446.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20121217_r9446.md5)

Code: [Select]
------------------------------------------------------------------------
r9432 | Valathil | 2012-12-14 16:18:45 -0600 (Fri, 14 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/camera/camera.cpp
   M /trunk/fs2_open/code/camera/camera.h
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix for Mantis 1978: Add eyepoint directions to cameras; Add guncam view for cameras that are bound to turrets
------------------------------------------------------------------------
r9433 | Goober5000 | 2012-12-14 22:36:27 -0600 (Fri, 14 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/shipeditordlg.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h

fix Mantis #2319 (alt names and callsigns aren't properly removed)
------------------------------------------------------------------------
r9434 | Goober5000 | 2012-12-14 22:41:52 -0600 (Fri, 14 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/shiptexturesdlg.cpp

allow saving of invisible textures for replacements (Mantis #2340)
------------------------------------------------------------------------
r9435 | The_E | 2012-12-15 04:33:35 -0600 (Sat, 15 Dec 2012) | 2 lines
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2011/Fred2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2011/Freespace2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2011/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2011/libjpeg.vcxproj
   M /trunk/fs2_open/projects/MSVC_2011/liblua.vcxproj
   M /trunk/fs2_open/projects/MSVC_2011/libpng.vcxproj
   M /trunk/fs2_open/projects/MSVC_2011/zlib.vcxproj

Change the default toolset for MSVC2012 to "110-XP", to make builds made with VS2012 XP-compatible.

------------------------------------------------------------------------
r9438 | Valathil | 2012-12-15 13:51:40 -0600 (Sat, 15 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Fix for Mantis 2737: Recreate the entire orientation matrix not just the forward vector when ships spawn from docking bays.
------------------------------------------------------------------------
r9439 | Valathil | 2012-12-15 15:47:51 -0600 (Sat, 15 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Fix for Mantis 2707: Pass the firing turret to weapon_create so it knows where to look for when using $Substitute.
------------------------------------------------------------------------
r9440 | Valathil | 2012-12-15 16:11:57 -0600 (Sat, 15 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/gamesnd/gamesnd.cpp

Set the 3D flag in the new sounds.tbl parsing.
------------------------------------------------------------------------
r9441 | Valathil | 2012-12-16 08:25:21 -0600 (Sun, 16 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for Mantis 2755: Update weapon_info references after weapon_create to get updates from possible substitution
------------------------------------------------------------------------
r9442 | Valathil | 2012-12-16 19:17:19 -0600 (Sun, 16 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fredrender.cpp

Fix for Mantis 2199: Reject objects from being clicked on when selection lock is active.
------------------------------------------------------------------------
r9443 | Goober5000 | 2012-12-16 23:54:18 -0600 (Sun, 16 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/gamesnd/gamesnd.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/parse/parselo.h

there is actually a way to check for extra sound values per Mantis #2048, and here it is
------------------------------------------------------------------------
r9444 | Goober5000 | 2012-12-17 02:00:17 -0600 (Mon, 17 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelinterp.cpp

since invisible textures were loaded as -1, they have to be flagged specially to actually replace real textures (Mantis #2340)
------------------------------------------------------------------------
r9445 | Goober5000 | 2012-12-17 02:59:55 -0600 (Mon, 17 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/particle/particle.cpp

revert revision 9411 in preparation for fixing particles (Mantis #2165)
------------------------------------------------------------------------
r9446 | Goober5000 | 2012-12-17 03:36:40 -0600 (Mon, 17 Dec 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/particle/particle.cpp

properly fix the removal of particles (Mantis #2165)
------------------------------------------------------------------------