Author Topic: Nightly (Windows): 15 Nov 2015 - Revision 96ede6f  (Read 891 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 15 Nov 2015 - Revision 96ede6f
Here is the nightly for Windows on 15 Nov 2015 - Revision 96ede6f

Open non-feature issues in Mantis: 124

Group: NO-SSE
fso_NO-SSE_20151115_96ede6f.7z
MD5Sum

Group: SSE
fso_SSE_20151115_96ede6f.7z
MD5Sum

Group: AVX
fso_AVX_20151115_96ede6f.7z
MD5Sum

Group: Standard
fso_Standard_20151115_96ede6f.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit f790b3b
Author: The E <Sat Nov 14 23:13:32 2015 +0100>
Commit: The E <Sat Nov 14 23:13:32 2015 +0100>

    small error correction
 code/mission/missionmessage.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 9d6b373
Author: Yarn366 <Tue Nov 10 23:22:34 2015 -0500>
Commit: Yarn366 <Tue Nov 10 23:22:34 2015 -0500>

    Undid the function name changes
 code/fred2/bgbitmapdlg.cpp    | 2 +-
 code/mission/missionparse.cpp | 2 +-
 code/starfield/starfield.cpp  | 6 +++---
 code/starfield/starfield.h    | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 320fd33
Author: Yarn366 <Tue Nov 10 19:48:54 2015 -0500>
Commit: Yarn366 <Tue Nov 10 19:48:54 2015 -0500>

    If even one element in the first mission background is missing, fall back to the second background if it exists
 code/fred2/bgbitmapdlg.cpp    |  2 +-
 code/mission/missionparse.cpp |  2 +-
 code/starfield/starfield.cpp  | 65 ++++++++++++++++++-------------------------
 code/starfield/starfield.h    |  4 +--
 4 files changed, 31 insertions(+), 42 deletions(-)

------------------------------------------------------------------------
commit 4849f44
Author: niffiwan <Sun Nov 8 14:51:04 2015 +1000>
Commit: niffiwan <Sun Nov 8 14:51:04 2015 +1000>

    Missed two places to use killer_infop
 code/weapon/weapons.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit aff81fe
Author: niffiwan <Sun Nov 8 14:38:05 2015 +1000>
Commit: niffiwan <Sun Nov 8 14:42:29 2015 +1000>

    Countermeasures can detonate a single missile
 code/weapon/weapon.h    |  1 +
 code/weapon/weapons.cpp | 33 +++++++++++++++++++++++----------
 2 files changed, 24 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 26d4055
Author: niffiwan <Sun Nov 8 12:33:02 2015 +1000>
Commit: niffiwan <Sun Nov 8 14:41:40 2015 +1000>

    Allow countermeasure kill-distance to be moddable
 code/cmeasure/cmeasure.cpp |  1 +
 code/cmeasure/cmeasure.h   |  1 +
 code/weapon/weapon.h       |  1 +
 code/weapon/weapons.cpp    | 23 ++++++++++++++++-------
 4 files changed, 19 insertions(+), 7 deletions(-)