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 07, 2012, 03:52:32 pm
-
Here is the nightly for OS X on 07 Dec 2012 - Revision 9405
Group: Inferno
fso-OSX-Inferno-20121207_r9405.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20121207_r9405.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20121207_r9405.md5)
------------------------------------------------------------------------
r9385 | karajorma | 2012-12-01 01:11:29 -0600 (Sat, 01 Dec 2012) | 2 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Update SEXP help for ai goal SEXPs to reflect that priorities over 89 are allowed now.
------------------------------------------------------------------------
r9386 | The_E | 2012-12-01 12:12:50 -0600 (Sat, 01 Dec 2012) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
I am just going to assume that this was a hasty application of Ctrl-C Ctrl-V, not some kind of intentional cast of a boolean to a float
------------------------------------------------------------------------
r9388 | The_E | 2012-12-02 04:23:23 -0600 (Sun, 02 Dec 2012) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
And another fix for Mantis 2326.
------------------------------------------------------------------------
r9389 | Valathil | 2012-12-02 18:59:45 -0600 (Sun, 02 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/ai/aicode.cpp
M /trunk/fs2_open/code/graphics/gropengltnl.cpp
M /trunk/fs2_open/code/math/vecmat.cpp
M /trunk/fs2_open/code/object/collideshipship.cpp
Fix for Mantis 2736: abs is int in Linux and Mac; change to fl_abs in all instances where floats were used in the codebase.
------------------------------------------------------------------------
r9391 | Valathil | 2012-12-03 14:45:14 -0600 (Mon, 03 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelinterp.cpp
Fix for Mantis 2727: Add Autocenter for debris rendering
------------------------------------------------------------------------
r9392 | Goober5000 | 2012-12-03 23:12:48 -0600 (Mon, 03 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/cmdline/cmdline.cpp
CommanderDJ's patch for #2730
------------------------------------------------------------------------
r9393 | Valathil | 2012-12-04 11:19:05 -0600 (Tue, 04 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/pngutils/pngutils.cpp
Fix for Mantis 2743: Strip down 16 Bit files to 8 Bit by adding PNG_TRANSFORM_STRIP_16 to png_read_png
------------------------------------------------------------------------
r9394 | Valathil | 2012-12-04 14:25:55 -0600 (Tue, 04 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
From Mantis 1129: Spit out a Warning if a model has a docking port with identical slot positions.
------------------------------------------------------------------------
r9395 | Valathil | 2012-12-04 17:02:02 -0600 (Tue, 04 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
From Mantis 2346: Spit out a warning if the two docking slots lie on the same axis as the docking normal.
------------------------------------------------------------------------
r9396 | Goober5000 | 2012-12-04 22:20:45 -0600 (Tue, 04 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
for Mantis #2346 and #1129 -- munge the data if it runs afoul of the warnings
------------------------------------------------------------------------
r9397 | Goober5000 | 2012-12-05 01:45:47 -0600 (Wed, 05 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/mission/missionparse.cpp
M /trunk/fs2_open/code/parse/sexp.cpp
bulletproof the activation and deactivation of shields; this should fix Mantis #2747
------------------------------------------------------------------------
r9398 | niffiwan | 2012-12-05 03:02:48 -0600 (Wed, 05 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudtargetbox.cpp
Fix for mantis 1922: set glowmaps on/off in the hud target box
------------------------------------------------------------------------
r9399 | niffiwan | 2012-12-05 03:23:29 -0600 (Wed, 05 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/mission/missionparse.cpp
Goober!!! :) Fix parentheses in r9397
------------------------------------------------------------------------
r9400 | FUBAR-BDHR | 2012-12-05 12:09:32 -0600 (Wed, 05 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/fred2/wing.cpp
Fix for mantis 2748: Wing delay values not reset when using file->new
------------------------------------------------------------------------
r9401 | The_E | 2012-12-05 13:06:49 -0600 (Wed, 05 Dec 2012) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
Fix for Mantis 1616: Texture replacement data is not copied over when changing ship classes that share models
------------------------------------------------------------------------
r9402 | Goober5000 | 2012-12-05 22:20:54 -0600 (Wed, 05 Dec 2012) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
1) don't actually copy the ship object, because it has classes
2) fix Mantis #1616 by re-applying the original parsed texture replacements
------------------------------------------------------------------------
r9403 | Goober5000 | 2012-12-06 00:14:24 -0600 (Thu, 06 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
fix Mantis #1975
------------------------------------------------------------------------
r9404 | Goober5000 | 2012-12-06 00:50:43 -0600 (Thu, 06 Dec 2012) | 3 lines
Changed paths:
M /trunk/fs2_open/code/fred2/sexp_tree.cpp
set the mini help text to blank if we select an operator
make sure special lists of arguments are checked for mini help text
(Mantis #2020)
------------------------------------------------------------------------
r9405 | Valathil | 2012-12-06 14:44:29 -0600 (Thu, 06 Dec 2012) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
M /trunk/fs2_open/code/object/collideshipship.cpp
Fix for Mantis 2693: Fix rotating submodels still colliding even if $no_collision or $no_collision_this_only is set. Also fix ships that have $no_collision on detail0 set colliding with bigger ships.
------------------------------------------------------------------------