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 25, 2015, 05:18:08 am

Title: Nightly (Linux): 25 Jun 2015 - Revision 911f3d6
Post by: SirKnightly on June 25, 2015, 05:18:08 am
Here is the nightly for Linux on 25 Jun 2015 - Revision 911f3d6

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

Group: Standard
fso_Standard_20150625_911f3d6.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150625_911f3d6.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150625_911f3d6.md5)

Code: [Select]
------------------------------------------------------------------------
commit 2ca1f40
Author: Echelon9 <Thu Jun 25 17:20:10 2015 +1200>
Commit: Echelon9 <Thu Jun 25 17:20:10 2015 +1200>

    Avoid shadowed declaration of previous local 'gpoi'
 code/model/modelrender.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 7f673c8
Author: Echelon9 <Thu Jun 25 16:25:35 2015 +1200>
Commit: Echelon9 <Thu Jun 25 16:25:35 2015 +1200>

    Goober5000 code review: consistency change.
 code/object/objectsort.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ce6179a
Author: Echelon9 <Tue Jun 23 20:27:31 2015 +1000>
Commit: Echelon9 <Thu Jun 25 14:27:31 2015 +1200>

    Resolve order of precedence compiler warning.
 code/object/objectsort.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8c73f39
Author: Cliff Gordon (chief1983) <Wed Jun 24 00:06:29 2015 -0500>
Commit: Cliff Gordon (chief1983) <Wed Jun 24 00:06:29 2015 -0500>

    Remove the files from PR 205 via IDE.
 projects/MSVC_2010/code.vcxproj         |   17 +-
 projects/MSVC_2010/code.vcxproj.filters |   21 +-
 projects/MSVC_2012/code.vcxproj         |    5 -
 projects/MSVC_2012/code.vcxproj.filters |   15 -
 projects/MSVC_2013/code.vcxproj         | 2183 +++++++++---------
 projects/MSVC_2013/code.vcxproj.filters | 3783 +++++++++++++++----------------
 projects/MSVC_2015/code.vcxproj         |    5 -
 projects/MSVC_2015/code.vcxproj.filters |   15 -
 8 files changed, 2982 insertions(+), 3062 deletions(-)

------------------------------------------------------------------------
commit 8efaf28
Author: Cliff Gordon (chief1983) <Tue Jun 23 22:37:35 2015 -0500>
Commit: Cliff Gordon (chief1983) <Tue Jun 23 22:37:35 2015 -0500>

    Revert "Fixed project files for all MSVS versions that support vcxproj"
 projects/MSVC_2010/code.vcxproj         | 25 +++++++-----
 projects/MSVC_2010/code.vcxproj.filters | 71 ++++++++++++++++++++-------------
 projects/MSVC_2012/code.vcxproj         | 27 ++++++++-----
 projects/MSVC_2012/code.vcxproj.filters | 47 ++++++++++++++--------
 projects/MSVC_2013/code.vcxproj         | 29 ++++++++------
 projects/MSVC_2013/code.vcxproj.filters | 35 +++++++++++-----
 projects/MSVC_2015/code.vcxproj         |  5 +++
 projects/MSVC_2015/code.vcxproj.filters | 15 +++++++
 8 files changed, 166 insertions(+), 88 deletions(-)

------------------------------------------------------------------------
commit 8a3cc22
Author: Cliff Gordon (chief1983) <Tue Jun 23 22:37:15 2015 -0500>
Commit: Cliff Gordon (chief1983) <Tue Jun 23 22:37:15 2015 -0500>

    Revert "Remove references to AVX from VS2010 project"
 projects/MSVC_2010/code.vcxproj | 2 ++
 1 file changed, 2 insertions(+)