Author Topic: Nightly: 11 November 2018 - Revision 45559c1  (Read 865 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 November 2018 - Revision 45559c1
Here is the nightly for 11 November 2018 - Revision 45559c1

At least one of the nightly builds failed!


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


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

Code: [Select]
------------------------------------------------------------------------
commit 49b5c10
Author: Fabian Woltermann <Wed Nov 7 17:13:11 2018 +0100>
Commit: Fabian Woltermann <Wed Nov 7 17:13:11 2018 +0100>

    Addresses feedback, switches default rotation mode to "Both"
 code/lab/lab.cpp | 134 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 70 insertions(+), 64 deletions(-)

------------------------------------------------------------------------
commit 4d0703a
Author: Fabian Woltermann <Sun Nov 4 12:06:00 2018 +0100>
Commit: Fabian Woltermann <Sun Nov 4 12:06:00 2018 +0100>

    Remove the "disabled" rotation mode
 code/lab/lab.cpp | 68 ++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 37 deletions(-)

------------------------------------------------------------------------
commit 27e91d8
Author: asarium <Sat Nov 3 14:48:08 2018 +0100>
Commit: asarium <Sat Nov 3 14:54:29 2018 +0100>

    Cleanup the speech API code a bit
 code/cmdline/cmdline.cpp |  6 ------
 code/cmdline/cmdline.h   |  1 -
 code/sound/fsspeech.cpp  | 15 +--------------
 code/sound/fsspeech.h    | 24 ------------------------
 code/sound/speech.h      | 18 +++++++++---------
 freespace2/freespace.cpp | 14 +-------------
 6 files changed, 11 insertions(+), 67 deletions(-)

------------------------------------------------------------------------
commit 3c4ab2e
Author: Fabian Woltermann <Sat Nov 3 10:08:30 2018 +0100>
Commit: Fabian Woltermann <Sat Nov 3 10:34:17 2018 +0100>

    Add roll controls
 code/lab/lab.cpp | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 4e7f29e
Author: Fabian Woltermann <Thu Nov 1 16:45:19 2018 +0100>
Commit: Fabian Woltermann <Sat Nov 3 10:34:17 2018 +0100>

    MORE CI fixes
 code/lab/lab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 793a3d8
Author: Fabian Woltermann <Thu Nov 1 15:49:52 2018 +0100>
Commit: Fabian Woltermann <Sat Nov 3 10:34:16 2018 +0100>

    Even more CI fixes
 code/lab/lab.cpp | 156 +++++++++++++++++++++++++++----------------------------
 1 file changed, 78 insertions(+), 78 deletions(-)

------------------------------------------------------------------------
commit 49abb88
Author: Fabian Woltermann <Thu Nov 1 14:06:27 2018 +0100>
Commit: Fabian Woltermann <Sat Nov 3 10:33:06 2018 +0100>

    Avoid CI errors
 code/lab/lab.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 4c2ed15
Author: Fabian Woltermann <Thu Nov 1 13:24:00 2018 +0100>
Commit: Fabian Woltermann <Sat Nov 3 10:33:06 2018 +0100>

    Switch the model rotation controls to a "turntable" model, add constraints, make speed configurable
 code/lab/lab.cpp | 910 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 486 insertions(+), 424 deletions(-)

------------------------------------------------------------------------
commit 15dc45c
Author: asarium <Sun Oct 21 18:33:27 2018 +0200>
Commit: asarium <Sun Oct 21 18:36:59 2018 +0200>

    Remove -old_collision command line option
 code/autopilot/autopilot.cpp  |   6 +-
 code/cmdline/cmdline.cpp      |   6 --
 code/cmdline/cmdline.h        |   1 -
 code/debris/debris.cpp        |  17 +---
 code/mission/missionparse.cpp |   6 +-
 code/model/modelcollide.cpp   |  27 +++---
 code/model/modelread.cpp      |  16 ++--
 code/object/objcollide.cpp    | 212 +++---------------------------------------
 code/object/objcollide.h      |  10 --
 code/object/object.cpp        |  58 +++---------
 code/parse/sexp.cpp           |  12 +--
 code/ship/ship.cpp            |  21 +----
 code/ship/shipfx.cpp          |  21 +----
 code/starfield/supernova.cpp  |   6 +-
 code/weapon/beam.cpp          |   6 +-
 freespace2/freespace.cpp      |   6 +-
 16 files changed, 64 insertions(+), 367 deletions(-)