Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 23, 2014, 12:15:39 pm

Title: Nightly (OS X): 23 Jun 2014 - Revision 10833
Post by: SirKnightly on June 23, 2014, 12:15:39 pm
Here is the nightly for OS X on 23 Jun 2014 - Revision 10833

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 147

Group: Standard
fso_Standard_20140623_r10833.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140623_r10833.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140623_r10833.md5)

Code: [Select]
------------------------------------------------------------------------
r10832 | niffiwan | 2014-06-23 04:08:33 -0500 (Mon, 23 Jun 2014) | 6 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/missionnotesdlg.cpp
   M /trunk/fs2_open/code/fred2/missionnotesdlg.h
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/missionui/missionbrief.cpp
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

Allow missions to exit to mainhall on successful completion

Activate with either a mission flag, or the 3rd parameter to the
end-mission sexp. Covers ending via the debrief, skipped from dying
5x times or skipped training mission
Does NOT work for redalert missions or multi (yet)
------------------------------------------------------------------------
r10833 | zookeeper | 2014-06-23 12:06:40 -0500 (Mon, 23 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Fixed a bug in normal maps caused by a redundant and float-inaccurate calculation.
------------------------------------------------------------------------