Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 07, 2013, 10:38:08 am
-
Here is the nightly for OS X on 07 Jan 2013 - Revision 9492
Group: Inferno
fso-OSX-Inferno-20130107_r9492.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20130107_r9492.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20130107_r9492.md5)
------------------------------------------------------------------------
r9461 | FUBAR-BDHR | 2012-12-22 17:45:15 -0600 (Sat, 22 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/cmdline/cmdline.cpp
add -tbp and -jpgtga to the depreciated flags
------------------------------------------------------------------------
r9462 | Valathil | 2012-12-23 17:58:58 -0600 (Sun, 23 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/fred2/fredview.cpp
M /trunk/fs2_open/code/fred2/reinforcementeditordlg.cpp
M /trunk/fs2_open/code/fred2/shipflagsdlg.cpp
M /trunk/fs2_open/code/mission/missionparse.cpp
Fix for Mantis 2745: Make it impossible in FRED to select individual ships for reinforcements when in a wing. From FUBAR: Check at mission parse and spit out warnings.
------------------------------------------------------------------------
r9463 | FUBAR-BDHR | 2012-12-24 00:23:56 -0600 (Mon, 24 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
Mantis 2759 - Add Warning for null normals on docking points
------------------------------------------------------------------------
r9464 | Valathil | 2012-12-25 12:44:09 -0600 (Tue, 25 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/network/multiteamselect.cpp
M /trunk/fs2_open/code/network/multiteamselect.h
M /trunk/fs2_open/code/object/object.cpp
Followup to 9454. Only check in the one instance where the crash happened. Ticket 2757
------------------------------------------------------------------------
r9470 | niffiwan | 2012-12-27 03:47:35 -0600 (Thu, 27 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/Makefile.am
GCC: make install now installs fs2_open_x.y.z - helps Linux packaging tools
------------------------------------------------------------------------
r9471 | The_E | 2012-12-29 17:19:51 -0600 (Sat, 29 Dec 2012) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
Fixes issue with the "no primary linking" weapon flag not working correctly
------------------------------------------------------------------------
r9472 | niffiwan | 2012-12-29 21:36:13 -0600 (Sat, 29 Dec 2012) | 2 lines
Changed paths:
M /trunk/fs2_open/configure.ac
Linux/GCC compilation: -march=athlon64 could cause issues on non-AMD CPUs. Use mtune for more widely compatible binaries.
Also enable SSE/SSE2
------------------------------------------------------------------------
r9475 | Goober5000 | 2012-12-30 12:01:02 -0600 (Sun, 30 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/iff_defs/iff_defs.cpp
allow alternate spelling
------------------------------------------------------------------------
r9477 | niffiwan | 2012-12-31 03:34:27 -0600 (Mon, 31 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/configure.ac
autotools: exclude lua5.2 because it's not (yet) compatible with FSO
------------------------------------------------------------------------
r9479 | Goober5000 | 2013-01-01 16:22:11 -0600 (Tue, 01 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/mission/missionparse.cpp
be mindful of sending ship-create packets for docked ships in multiplayer -- should fix Mantis #2761
------------------------------------------------------------------------
r9480 | niffiwan | 2013-01-03 00:57:53 -0600 (Thu, 03 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudshield.h
Workaround for mantis 2760: re-order struct shield_hit_info to avoid segfault with gcc & -ftree-vectorize
------------------------------------------------------------------------
r9484 | niffiwan | 2013-01-05 22:14:01 -0600 (Sat, 05 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/configure.ac
Autotools: check for alternate libpng package name (specifically for opensuse)
------------------------------------------------------------------------
r9485 | niffiwan | 2013-01-05 23:03:33 -0600 (Sat, 05 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/configure.ac
autotools: remove extra -lpng that will break compiles if libpng12 is being used
------------------------------------------------------------------------
r9486 | chief1983 | 2013-01-06 13:24:49 -0600 (Sun, 06 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
Change output filenames to match those used for 3.6.14 releases.
------------------------------------------------------------------------
r9488 | Goober5000 | 2013-01-06 21:31:46 -0600 (Sun, 06 Jan 2013) | 2 lines
Changed paths:
M /trunk/fs2_open/code/model/modelcollide.cpp
M /trunk/fs2_open/code/model/modelread.cpp
FUBAR's fix for Mantis #2770
see http://www.hard-light.net/forums/index.php?topic=83122.0
------------------------------------------------------------------------
r9489 | Goober5000 | 2013-01-06 22:07:28 -0600 (Sun, 06 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/fred2/management.cpp
strncpy_s wasn't specified quite right (Mantis #2765)
------------------------------------------------------------------------
r9490 | Goober5000 | 2013-01-06 22:35:36 -0600 (Sun, 06 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
change from 1 meter to 0.1 meter
------------------------------------------------------------------------
r9491 | Echelon9 | 2013-01-07 08:20:24 -0600 (Mon, 07 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/globalincs/version.h
M /trunk/fs2_open/projects/Xcode4/English.lproj/InfoPlist.strings
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Updated Mac Xcode 4 project for the 3.6.16 RC phase
------------------------------------------------------------------------
r9492 | chief1983 | 2013-01-07 10:33:42 -0600 (Mon, 07 Jan 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/globalincs/version.h
M /trunk/fs2_open/projects/Xcode4/English.lproj/InfoPlist.strings
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Reverting 9491.
------------------------------------------------------------------------