Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 27, 2017, 02:24:27 am

Title: Nightly: 27 February 2017 - Revision 989c010
Post by: SirKnightly on February 27, 2017, 02:24:27 am
Here is the nightly for 27 February 2017 - Revision 989c010

At least one of the nightly builds failed!


Group: Linux
nightly_20170227_989c010-builds-Linux.tar.gz (https://dl.bintray.com/scp-fs2open/FSO/nightly_20170227_989c010-builds-Linux.tar.gz)
SHA1: ce9b57402f46bd3a7ddb397d37ce7b4402a83350


Group: MacOSX
nightly_20170227_989c010-builds-MacOSX.tar.gz (https://dl.bintray.com/scp-fs2open/FSO/nightly_20170227_989c010-builds-MacOSX.tar.gz)
SHA1: 6873b8933b5ff7572ccbf4e96f68019f507aad7b


Group: Win32
nightly_20170227_989c010-builds-Win32.zip (https://dl.bintray.com/scp-fs2open/FSO/nightly_20170227_989c010-builds-Win32.zip)
SHA1: 649a16eb08452ba523fa102a84b305fbc6f00d28


Code: [Select]
------------------------------------------------------------------------
commit 8774f04
Author: Fabian Woltermann <Sun Feb 26 14:03:08 2017 +0100>
Commit: Fabian Woltermann <Sun Feb 26 14:03:08 2017 +0100>

    Delete the = operator as well
 code/model/modelrender.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 17b3331
Author: Fabian Woltermann <Sun Feb 26 13:45:03 2017 +0100>
Commit: Fabian Woltermann <Sun Feb 26 13:45:03 2017 +0100>

    Addressing feedback. This disables the copy operator for model_render_params and changes the one place where it was actually used.
 code/model/modelrender.cpp |  6 +++---
 code/model/modelrender.h   |  4 +++-
 code/ship/ship.cpp         | 21 +++++++++------------
 3 files changed, 15 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit db4fbe8
Author: asarium <Sun Feb 26 12:53:59 2017 +0100>
Commit: asarium <Sun Feb 26 12:58:19 2017 +0100>

    Enable GCC and Clang warning for missing return
 cmake/toolchain-clang.cmake | 3 +++
 cmake/toolchain-gcc.cmake   | 3 +++
 2 files changed, 6 insertions(+)

------------------------------------------------------------------------
commit 9e4c6df
Author: Fabian Woltermann <Sat Feb 25 21:38:58 2017 +0100>
Commit: Fabian Woltermann <Sat Feb 25 21:38:58 2017 +0100>

    Applies table-based texture replacement settings in the lab, techroom and the weapon/ship select screens
 code/lab/lab.cpp                       |  6 ++++++
 code/menuui/techmenu.cpp               |  5 +++++
 code/missionui/missionscreencommon.cpp |  5 +++++
 code/missionui/missionshipchoice.cpp   |  5 +++++
 code/missionui/missionweaponchoice.cpp |  5 +++++
 code/model/modelrender.cpp             | 29 ++++++++++++++++++++++++++++-
 code/model/modelrender.h               |  6 ++++++
 7 files changed, 60 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit df5679c
Author: asarium <Fri Feb 24 22:58:01 2017 +0100>
Commit: asarium <Sat Feb 25 12:20:05 2017 +0100>

    Make Skip_packfile_search restrict search to actual files
 code/cfile/cfilesystem.cpp                         |  38 +++++++++++++--
 test/src/cfile/cfile.cpp                           |  49 +++++++++++++++++--
 test/src/menuui/test_intel_parse.cpp               |   2 +-
 test/src/parse/test_parselo.cpp                    |   4 +-
 test/src/scripting/api/base.cpp                    |   2 +-
 test/src/scripting/api/bitops.cpp                  |   4 +-
 test/src/scripting/api/enums.cpp                   |   2 +-
 test/src/util/FSTestFixture.cpp                    |  52 +++++++++++----------
 test/src/util/FSTestFixture.h                      |   7 +--
 .../list_files_in_vps_and_dirs/data/tables/dir.tbl |   1 +
 .../data/tables/dir2.tbl                           |   1 +
 .../cfile/list_files_in_vps_and_dirs/test.vp       | Bin 0 -> 290 bytes
 12 files changed, 120 insertions(+), 42 deletions(-)
Title: Re: Nightly: 27 February 2017 - Revision 989c010
Post by: Trivial Psychic on February 27, 2017, 10:15:07 pm
No Win64 I see.
Title: Re: Nightly: 27 February 2017 - Revision 989c010
Post by: niffiwan on February 27, 2017, 10:22:42 pm
should be fixed now (https://github.com/scp-fs2open/fs2open.github.com/pull/1268), i.e. next nightly should be OK