Author Topic: Nightly (FreeBSD): 23 Aug 2015 - Revision 545287c  (Read 632 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 23 Aug 2015 - Revision 545287c
Here is the nightly for FreeBSD on 23 Aug 2015 - Revision 545287c

Open non-feature issues in Mantis: 126

Group: Standard
fso_Standard_20150823_545287c.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 7fdfdc6
Author: niffiwan <Sun Aug 23 13:53:13 2015 +1000>
Commit: niffiwan <Sun Aug 23 13:53:13 2015 +1000>

    We need sudo; force it on
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 6a69b02
Author: MageKing17 <Sat Aug 22 18:33:22 2015 -0700>
Commit: MageKing17 <Sat Aug 22 18:33:22 2015 -0700>

    Replaces a reference to MAX_SHIP_CLASSES with Ship_info.size().
 code/fred2/management.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 91d25a8
Author: MageKing17 <Sat Aug 22 14:29:27 2015 -0700>
Commit: MageKing17 <Sat Aug 22 14:29:27 2015 -0700>

    Fix null pointer dereference with swarm turrets and "$On Turret Fired:".
 code/ai/aiturret.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit 0d8f6f2
Author: Lari Nieminen <Sat Aug 22 22:18:07 2015 +0300>
Commit: Lari Nieminen <Sat Aug 22 22:18:07 2015 +0300>

    Supplement +Disable with +Disable: <bool>, to allow the table to enable binds disabled by default
 code/controlconfig/controlsconfigcommon.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit 00fa839
Author: Lari Nieminen <Sat Aug 22 21:55:37 2015 +0300>
Commit: Lari Nieminen <Sat Aug 22 21:55:37 2015 +0300>

    Added a few comments and fixed typos in some others
 code/model/model.h          | 2 +-
 code/model/modelcollide.cpp | 2 +-
 code/ship/ship.h            | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit b76bccb
Author: asarium <Sat Aug 22 15:33:00 2015 +0200>
Commit: asarium <Sat Aug 22 17:16:42 2015 +0200>

    Actually set the bounds of the drawn subsystem
 code/hud/hudbrackets.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

------------------------------------------------------------------------
commit 07fcd05
Author: asarium <Fri Aug 21 18:08:41 2015 +0200>
Commit: asarium <Sat Aug 22 12:59:49 2015 +0200>

    Add CI support for MacOSX
 .travis.yml                 | 44 ++++++++++++++++++++++++++++++++------------
 ci/travis/before_install.sh |  8 ++++++++
 ci/travis/before_script.sh  | 14 ++++++++++++++
 ci/travis/install.sh        |  7 +++++++
 ci/travis/script.sh         |  8 ++++++++
 5 files changed, 69 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 9737994
Author: niffiwan <Sat Aug 22 20:45:45 2015 +1000>
Commit: niffiwan <Sat Aug 22 20:45:45 2015 +1000>

    Fix gcc warning in ship/ship.cpp
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit fe1db37
Author: MageKing17 <Sat Aug 22 03:40:27 2015 -0700>
Commit: MageKing17 <Sat Aug 22 03:40:27 2015 -0700>

    Makes FRED call glowpoint_init().
 code/fred2/management.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 238dbc5
Author: MageKing17 <Sat Aug 22 03:38:16 2015 -0700>
Commit: MageKing17 <Sat Aug 22 03:38:16 2015 -0700>

    Makes vsprintf() stop chopping off the last character. Fixes issue #298.
 code/parse/parselo.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit cd3b543
Author: MageKing17 <Sat Aug 22 03:36:26 2015 -0700>
Commit: MageKing17 <Sat Aug 22 03:36:26 2015 -0700>

    Add null pointer checks throughout lua.cpp.
 code/parse/lua.cpp | 174 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 91 insertions(+), 83 deletions(-)

------------------------------------------------------------------------
commit fb8ffca
Author: MageKing17 <Fri Aug 21 21:12:03 2015 -0700>
Commit: MageKing17 <Fri Aug 21 21:12:03 2015 -0700>

    Fixes call-ssm-strike resulting in a Warning about a null vec3d.
 code/parse/sexp.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)