Author Topic: Nightly: 13 October 2016 - Revision 7e35461  (Read 798 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 13 October 2016 - Revision 7e35461
Here is the nightly for 13 October 2016 - Revision 7e35461


Group: Linux
nightly_20161013_7e35461-builds-Linux.tar.gz
SHA1: 335539f80af3e1997e6919ea7bde4986308617b1


Group: MacOSX
nightly_20161013_7e35461-builds-MacOSX.tar.gz
SHA1: 4f631de07173d429de765274e77fe6cfad63e15b


Group: Win32
nightly_20161013_7e35461-builds-Win32.zip
SHA1: ed795aea878f1245fe6969b2acbe39ec1e75c4ae


Group: Win64
nightly_20161013_7e35461-builds-Win64.zip
SHA1: 9573d1f1e3d01af4872759b5fc3d57efa1afe26d


Code: [Select]
------------------------------------------------------------------------
commit 0a22d60
Author: DahBlount <Wed Oct 12 18:59:02 2016 -0600>
Commit: DahBlount <Wed Oct 12 18:59:02 2016 -0600>

    Fix isWeaponUsed Description
 code/scripting/lua.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 214b2dc
Author: DahBlount <Wed Oct 12 15:10:42 2016 -0600>
Commit: DahBlount <Wed Oct 12 15:10:42 2016 -0600>

    Fix comments, arguments, and initialize some vars
 code/scripting/lua.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit c323917
Author: DahBlount <Wed Oct 12 14:17:42 2016 -0600>
Commit: DahBlount <Wed Oct 12 14:18:08 2016 -0600>

    Splits up isWeaponUsed into two functions
 code/scripting/lua.cpp  | 24 ++++++++++++++++++------
 code/weapon/weapon.h    |  2 +-
 code/weapon/weapons.cpp |  8 +++++---
 3 files changed, 24 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 5575e65
Author: DahBlount <Mon Oct 10 20:21:44 2016 -0600>
Commit: DahBlount <Wed Oct 12 14:18:08 2016 -0600>

    Add isWeaponUsed scripting function
 code/scripting/lua.cpp  |  22 ++++++++
 code/weapon/weapon.h    |   4 ++
 code/weapon/weapons.cpp | 130 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 156 insertions(+)

------------------------------------------------------------------------
commit ea17916
Author: asarium <Wed Oct 12 17:45:01 2016 +0200>
Commit: asarium <Wed Oct 12 17:45:01 2016 +0200>

    Fix video cutscene timing
 code/cutscene/player.cpp | 67 ++++++++++++++++++++++++++++++------------------
 1 file changed, 42 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit db8abec
Author: asarium <Wed Oct 12 17:44:19 2016 +0200>
Commit: asarium <Wed Oct 12 17:44:19 2016 +0200>

    Log FFmpeg warnings in debug builds instead of only errors
 code/libs/ffmpeg/FFmpeg.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 621e169
Author: asarium <Wed Oct 12 17:44:02 2016 +0200>
Commit: asarium <Wed Oct 12 17:44:02 2016 +0200>

    Improve FFmpeg error handling
 code/cutscene/ffmpeg/FFMPEGDecoder.cpp | 38 +++++++++++++++++++++++++++++++---
 1 file changed, 35 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit aa5447c
Author: asarium <Wed Oct 12 17:43:17 2016 +0200>
Commit: asarium <Wed Oct 12 17:43:17 2016 +0200>

    Actually do what the comment says
 code/cutscene/ffmpeg/AudioDecoder.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit a614a8e
Author: asarium <Wed Oct 12 11:42:54 2016 +0200>
Commit: asarium <Wed Oct 12 11:53:25 2016 +0200>

    Remove extension from a filename passed to WaveFile::Open
 code/sound/ffmpeg/WaveFile.cpp | 61 ++++++++++++++++++++++--------------------
 1 file changed, 32 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit 5a25de0
Author: SamuelCho <Wed Oct 12 01:56:40 2016 -0700>
Commit: SamuelCho <Wed Oct 12 01:56:40 2016 -0700>

    Removed extra brace from the ambient map fix attempt.
 code/graphics/material.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4c4d5c2
Author: SamuelCho <Tue Oct 11 23:42:46 2016 -0700>
Commit: SamuelCho <Tue Oct 11 23:42:46 2016 -0700>

    Fixed reflectance maps not being used if no shine map isn't available. Fixed ambient/cavity maps not being used.
 code/graphics/material.cpp           | 6 +++++-
 code/graphics/opengl/gropengltnl.cpp | 8 ++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit e99b471
Author: asarium <Tue Oct 11 17:15:58 2016 +0200>
Commit: asarium <Tue Oct 11 17:18:12 2016 +0200>

    Disable xcpretty travis since it's broken
 ci/travis/install.sh | 2 +-
 ci/travis/release.sh | 2 +-
 ci/travis/script.sh  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit e7a79cf
Author: Fabian Woltermann <Tue Oct 11 14:19:20 2016 +0200>
Commit: Fabian Woltermann <Tue Oct 11 14:19:20 2016 +0200>

    Fixes a few instances of using the wrong overload for sexp_deal_with_ship_flag
 code/parse/sexp.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)