Author Topic: Nightly (FreeBSD): 15 Nov 2015 - Revision 96ede6f  (Read 657 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151115_96ede6f.tar.bz2
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 cbad1cf
Author: The E <Sat Nov 14 13:30:51 2015 +0100>
Commit: The E <Sat Nov 14 13:30:51 2015 +0100>

    Addressing style comments
 code/mission/missionmessage.cpp | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 56343f0
Author: Peter Mitsis <Sat Nov 14 07:08:52 2015 -0500>
Commit: Peter Mitsis <Sat Nov 14 07:08:52 2015 -0500>

    lighting: remove void keyword from empty argument list
 code/lighting/lighting.cpp | 20 ++++++++++----------
 code/lighting/lighting.h   | 14 +++++++-------
 2 files changed, 17 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 67d5103
Author: The E <Sat Nov 14 12:55:41 2015 +0100>
Commit: The E <Sat Nov 14 12:55:41 2015 +0100>

    Adds Persona flag "$Allow substitution of missing messages:"
 code/mission/missionmessage.cpp | 60 ++++++++++++++++++++++++++++++++---------
 code/mission/missionmessage.h   |  1 +
 2 files changed, 48 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit f5ccad9
Author: Peter Mitsis <Sun Nov 1 10:20:58 2015 -0500>
Commit: Peter Mitsis <Wed Nov 11 11:20:01 2015 -0500>

    lighting: Apply keywords
 code/lighting/lighting.cpp | 74 ++++++++++++++++++++++++----------------------
 code/lighting/lighting.h   | 53 ++++++++++++++++-----------------
 2 files changed, 63 insertions(+), 64 deletions(-)

------------------------------------------------------------------------
commit b10de88
Author: Peter Mitsis <Mon Nov 9 21:33:16 2015 -0500>
Commit: Peter Mitsis <Wed Nov 11 11:20:01 2015 -0500>

    lighting: Remove unused global variables
 code/lighting/lighting.cpp | 3 ---
 1 file changed, 3 deletions(-)

------------------------------------------------------------------------
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(-)