Author Topic: Nightly: 05 February 2017 - Revision ce519f0  (Read 718 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 05 February 2017 - Revision ce519f0
Here is the nightly for 05 February 2017 - Revision ce519f0



Group: Linux
nightly_20170205_ce519f0-builds-Linux.tar.gz
SHA1: 594ed4347c69dc28f341d39da0f0ee9ae0fbac1d


Group: MacOSX
nightly_20170205_ce519f0-builds-MacOSX.tar.gz
SHA1: fa7a0ddb6eae497d9530d0367e6bc7a78f3edf87


Group: Win32
nightly_20170205_ce519f0-builds-Win32.zip
SHA1: 97694197201801e5857e47e11c178bad54066087


Group: Win64
nightly_20170205_ce519f0-builds-Win64.zip
SHA1: e530bfdbf282088395daa362fd721e9674c02b70


Code: [Select]
------------------------------------------------------------------------
commit 4129551
Author: z64555 <Sat Feb 4 22:09:50 2017 -0600>
Commit: z64555 <Sat Feb 4 22:12:14 2017 -0600>

    Fixes pointer access violation when docked ships warp out by moving dock_undock_all call to red_alert_delete.
 code/missionui/redalert.cpp | 1 +
 code/object/objectdock.h    | 1 +
 code/ship/ship.cpp          | 2 --
 3 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ca2f9b7
Author: asarium <Sat Feb 4 19:12:34 2017 +0100>
Commit: asarium <Sat Feb 4 19:12:34 2017 +0100>

    Fix new/vm_free mismatch reported by AddressSanitizer
 code/hud/hud.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9a1eb4e
Author: Fabian Woltermann <Sat Feb 4 13:38:01 2017 +0100>
Commit: GitHub <Sat Feb 4 13:38:01 2017 +0100>

    Update .gitignore
 .gitignore | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit e6bff4f
Author: niffiwan <Sat Feb 4 16:16:18 2017 +1000>
Commit: niffiwan <Sat Feb 4 16:16:18 2017 +1000>

    Fix Coverity 1370830
 code/scripting/scripting.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1f35296
Author: Fabian Woltermann <Fri Feb 3 15:49:20 2017 +0100>
Commit: Fabian Woltermann <Fri Feb 3 15:49:20 2017 +0100>

    Updates the gitignore for files that VS2017 writes when opening the repository
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit 5725562
Author: asarium <Mon Oct 10 14:29:40 2016 +0200>
Commit: asarium <Tue Dec 20 17:59:41 2016 +0100>

    Improve logic for determining legacy mode
 code/osapi/osapi.cpp | 37 ++++++++++++++++++++++++++-----------
 1 file changed, 26 insertions(+), 11 deletions(-)