Author Topic: Nightly: 28 October 2018 - Revision f975edd  (Read 3717 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 October 2018 - Revision f975edd
Here is the nightly for 28 October 2018 - Revision f975edd



Group: Linux
nightly_20181028_f975edd-builds-Linux.tar.gz (Mirror)


Group: MacOSX
nightly_20181028_f975edd-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20181028_f975edd-builds-Win64.zip (Mirror)


Group: Win32
nightly_20181028_f975edd-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 9219712
Author: asarium <Sun Oct 21 19:58:24 2018 +0200>
Commit: asarium <Sat Oct 27 16:37:42 2018 +0200>

    Add option for disabling impact debris spawning
 code/model/model_flags.h | 1 +
 code/ship/ship.cpp       | 1 +
 code/ship/shiphit.cpp    | 9 ++++++---
 3 files changed, 8 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 3c41b56
Author: asarium <Sun Oct 21 17:55:36 2018 +0200>
Commit: asarium <Sun Oct 21 18:03:48 2018 +0200>

    Add option for disabling spark spawning for subsystem
 code/model/model_flags.h | 13 +++++++------
 code/ship/ship.cpp       | 21 ++++++++++++++++++++-
 code/ship/ship.h         |  2 ++
 code/ship/shiphit.cpp    |  9 +++++++++
 4 files changed, 38 insertions(+), 7 deletions(-)