Author Topic: Nightly: 09 October 2016 - Revision 62efff7  (Read 1076 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 09 October 2016 - Revision 62efff7
Here is the nightly for 09 October 2016 - Revision 62efff7


Group: Linux
nightly_20161009_62efff7-builds-Linux.tar.gz
SHA1: 4de00b8f2f5a5ce3a395d0c5aee69760f979911d


Group: MacOSX
nightly_20161009_62efff7-builds-MacOSX.tar.gz
SHA1: dcf7f0fcbb477f6d37d7063ec5d2b3c07a9329fc


Group: Win32
nightly_20161009_62efff7-builds-Win32.zip
SHA1: 3f14fd1f44ad852882319282960d88e6686c4187


Group: Win64
nightly_20161009_62efff7-builds-Win64.zip
SHA1: f033b4c088efc1688367a6057b765b4ae18827f3


Code: [Select]
------------------------------------------------------------------------
commit 033402c
Author: asarium <Sat Oct 8 21:27:28 2016 +0200>
Commit: asarium <Sat Oct 8 21:27:28 2016 +0200>

    Fix Cross-compilation
 code/sound/rtvoice.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 43ceefd
Author: asarium <Sat Oct 8 21:27:17 2016 +0200>
Commit: asarium <Sat Oct 8 21:27:17 2016 +0200>

    Cleanup config.h a bit more
 code/inetfile/cftp.cpp     |  4 ++--
 code/windows_stub/config.h | 17 -----------------
 2 files changed, 2 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 3220600
Author: asarium <Sat Oct 8 13:22:05 2016 +0200>
Commit: asarium <Sat Oct 8 15:55:49 2016 +0200>

    Suppress 3D sound warning for retail sounds
 code/sound/sound.cpp | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit d96a8d0
Author: niffiwan <Sat Oct 8 21:42:32 2016 +1000>
Commit: niffiwan <Sat Oct 8 21:42:32 2016 +1000>

    Add alternate pof for use in techroom
 code/missionui/missionweaponchoice.cpp | 16 +++++++++++++---
 code/ship/ship.cpp                     | 23 +++++++++++++++++++++++
 code/ship/ship.h                       |  1 +
 3 files changed, 37 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 31ebefe
Author: niffiwan <Sat Oct 8 11:40:16 2016 +1000>
Commit: niffiwan <Sat Oct 8 11:40:16 2016 +1000>

    Fix coverity 1364083
 code/sound/sound.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 62226e7
Author: asarium <Fri Oct 7 10:41:02 2016 +0200>
Commit: asarium <Fri Oct 7 11:27:43 2016 +0200>

    Remove Ogg/Theora/Vorbis and ACM library files
 .travis.yml                               |    3 -
 code/CMakeLists.txt                       |    2 -
 code/cutscene/ogg/OggDecoder.cpp          |  439 ------
 code/cutscene/ogg/OggDecoder.h            |   78 -
 code/cutscene/player.cpp                  |    8 -
 code/mm/mmreg.h                           | 2330 -----------------------------
 code/mm/msacm.h                           | 1892 -----------------------
 code/sound/acm.cpp                        |  652 --------
 code/sound/acm.h                          |   36 -
 code/sound/ds.cpp                         |    1 -
 code/sound/ogg/ogg.cpp                    |   48 -
 code/sound/ogg/ogg.h                      |   16 -
 code/sound/sound.cpp                      |   16 +-
 code/source_groups.cmake                  |   20 +-
 code/windows_stub/config.h                |   30 -
 lib/CMakeLists.txt                        |    2 -
 lib/oggvorbis/CMakeLists.txt              |  110 --
 lib/oggvorbis/include/ogg/config_types.h  |   11 -
 lib/oggvorbis/include/ogg/ogg.h           |  202 ---
 lib/oggvorbis/include/ogg/os_types.h      |  106 --
 lib/oggvorbis/include/theora/theora.h     |  539 -------
 lib/oggvorbis/include/vorbis/codec.h      |  240 ---
 lib/oggvorbis/include/vorbis/vorbisenc.h  |   93 --
 lib/oggvorbis/include/vorbis/vorbisfile.h |  143 --
 lib/oggvorbis/lib/x64/libogg.a            |  Bin 68140 -> 0 bytes
 lib/oggvorbis/lib/x64/libogg.dll          |  Bin 372736 -> 0 bytes
 lib/oggvorbis/lib/x64/libogg.lib          |  Bin 14516 -> 0 bytes
 lib/oggvorbis/lib/x64/libtheora.a         |  Bin 410500 -> 0 bytes
 lib/oggvorbis/lib/x64/libtheora.dll       |  Bin 495616 -> 0 bytes
 lib/oggvorbis/lib/x64/libtheora.lib       |  Bin 10670 -> 0 bytes
 lib/oggvorbis/lib/x64/libvorbis.a         |  Bin 251764 -> 0 bytes
 lib/oggvorbis/lib/x64/libvorbis.dll       |  Bin 849408 -> 0 bytes
 lib/oggvorbis/lib/x64/libvorbis.lib       |  Bin 12148 -> 0 bytes
 lib/oggvorbis/lib/x64/libvorbisfile.a     |  Bin 38366 -> 0 bytes
 lib/oggvorbis/lib/x64/libvorbisfile.dll   |  Bin 127488 -> 0 bytes
 lib/oggvorbis/lib/x64/libvorbisfile.lib   |  Bin 8464 -> 0 bytes
 lib/oggvorbis/lib/x86/libogg.a            |  Bin 52866 -> 0 bytes
 lib/oggvorbis/lib/x86/libogg.lib          |  Bin 29444 -> 0 bytes
 lib/oggvorbis/lib/x86/libtheora.a         |  Bin 372652 -> 0 bytes
 lib/oggvorbis/lib/x86/libtheora.lib       |  Bin 260528 -> 0 bytes
 lib/oggvorbis/lib/x86/libvorbis.a         |  Bin 189116 -> 0 bytes
 lib/oggvorbis/lib/x86/libvorbis.lib       |  Bin 235482 -> 0 bytes
 lib/oggvorbis/lib/x86/libvorbisfile.a     |  Bin 34040 -> 0 bytes
 lib/oggvorbis/lib/x86/libvorbisfile.lib   |  Bin 35106 -> 0 bytes
 44 files changed, 7 insertions(+), 7010 deletions(-)

 

Offline Makhpella

  • 27
  • Kharak is burning!
Re: Nightly: 09 October 2016 - Revision 62efff7
Hello. A couple questions, if I may.

What dlls should I have in my Freespace folder? And is the music issue supposed to be fixed?
'I'm from the marksman school of conversation.' -Kovacs

 

Offline m!m

  • 211
Re: Nightly: 09 October 2016 - Revision 62efff7
You need to extract the whole package into your FreeSpace folder. What music issue are you referring to? I have fixed a few music issues in the last few days.

 

Offline Makhpella

  • 27
  • Kharak is burning!
Re: Nightly: 09 October 2016 - Revision 62efff7
https://www.youtube.com/watch?v=Dywzc7HRMLw only plays for 3 seconds, and repeats them over and over. I think it only plays correctly once per mission.
Also, Battle C skips to 4 different parts of it, which then repeat, same as above.
'I'm from the marksman school of conversation.' -Kovacs

 

Offline m!m

  • 211
Re: Nightly: 09 October 2016 - Revision 62efff7
In which mission does that happen and does it happen with retail or MediaVPs data? That behavior was reported before but I could not reproduce it.

 
Re: Nightly: 09 October 2016 - Revision 62efff7
I hear these weird music loops too.
FS2 - mission "Proving Grounds", time 1:34+. It doesn't matter if with mediavps or without.
BP AoA - mission "...With Vast Seas", time 1:34+.
« Last Edit: October 09, 2016, 12:38:38 pm by tomimaki »

 

Offline Makhpella

  • 27
  • Kharak is burning!
Re: Nightly: 09 October 2016 - Revision 62efff7
MVPs, playing Freespace Blue.

The Battle C bit happened while the Colossus waited to be rammed by the Repulse.
The first occurs whenever. That track only plays right once, I think, then it loops. Only caught it during Mystery of the Trinity, FPR (again) and The Great Hunt.
'I'm from the marksman school of conversation.' -Kovacs

 

Offline m!m

  • 211
Re: Nightly: 09 October 2016 - Revision 62efff7
I hear these weird music loops too.
FS2 - mission "Proving Grounds", time 1:34+. It doesn't matter if with mediavps or without.
BP AoA - mission "...With Vast Seas", time 1:34+.
Thank you for this information. I can definitely reproduce this now and I'll try to find a fix ASAP.

EDIT: I found the issue and a fix has been submitted: https://github.com/scp-fs2open/fs2open.github.com/pull/1022
« Last Edit: October 09, 2016, 02:47:47 pm by m!m »