Author Topic: Nightly: 04 March 2019 - Revision 62963d2  (Read 789 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 04 March 2019 - Revision 62963d2
Here is the nightly for 04 March 2019 - Revision 62963d2

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit dc71bb4
Author: asarium <Sat Oct 20 17:35:36 2018 +0200>
Commit: asarium <Wed Feb 27 21:16:30 2019 +0100>

    Add scripting file handle auto-closing and error message
 code/cfile/cfile.h                | 16 ++++++-
 code/scripting/api/libs/cfile.cpp | 10 ++---
 code/scripting/api/objs/file.cpp  | 91 +++++++++++++++++++++------------------
 code/scripting/api/objs/file.h    | 27 ++++++++++--
 4 files changed, 93 insertions(+), 51 deletions(-)

------------------------------------------------------------------------
commit dfac2e9
Author: asarium <Sat Feb 23 15:50:46 2019 +0100>
Commit: asarium <Tue Feb 26 19:53:11 2019 +0100>

    Add CircleCI config file
 .circleci/config.yml                 | 182 +++++++++++++++++++++++++++++++++++
 code/cutscene/cutscenes.h            |   8 --
 code/gamesnd/gamesnd.h               |   2 +-
 code/pilotfile/csg_convert.cpp       |   2 +-
 code/pilotfile/pilotfile_convert.cpp |   2 +-
 code/pilotfile/pilotfile_convert.h   |  34 +++----
 6 files changed, 201 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit f1f784f
Author: niffiwan <Sat Feb 16 16:17:10 2019 +1000>
Commit: niffiwan <Sun Feb 17 19:19:03 2019 +1000>

    make is-docked work with a single argument
 code/parse/sexp.cpp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6f24d8d
Author: Goober5000 <Tue Feb 5 02:23:58 2019 -0500>
Commit: Goober5000 <Tue Feb 5 02:23:58 2019 -0500>

    never mind, this is handled in the preloader
 code/parse/sexp.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 9fc94ab
Author: Goober5000 <Tue Feb 5 02:21:20 2019 -0500>
Commit: Goober5000 <Tue Feb 5 02:21:20 2019 -0500>

    reconcile script and sexp
 code/parse/sexp.cpp                 |  2 ++
 code/scripting/api/libs/mission.cpp | 17 ++++++++++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 728ee29
Author: Goober5000 <Tue Feb 5 02:14:05 2019 -0500>
Commit: Goober5000 <Tue Feb 5 02:14:05 2019 -0500>

    move ship_assign_sound into ship_create. also only assign sounds on change_ship_type if Fred is not running
 code/mission/missionparse.cpp |  5 -----
 code/parse/sexp.cpp           |  2 --
 code/ship/ship.cpp            | 21 +++++++++++++--------
 3 files changed, 13 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 74c4075
Author: Goober5000 <Tue Jan 29 23:43:28 2019 -0500>
Commit: Goober5000 <Tue Jan 29 23:43:28 2019 -0500>

    address clang complaint
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1c38590
Author: Goober5000 <Sun Jan 27 22:27:31 2019 -0500>
Commit: Goober5000 <Sun Jan 27 22:27:31 2019 -0500>

    prune a bit
 code/parse/sexp.cpp | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 5b9b06a
Author: Goober5000 <Sun Jan 27 22:13:14 2019 -0500>
Commit: Goober5000 <Sun Jan 27 22:13:14 2019 -0500>

    some tweaks and minor improvements to ship initialization
 code/ai/aicode.cpp            |   1 +
 code/mission/missionparse.cpp | 152 ++++++++++++++++++++----------------------
 code/parse/sexp.cpp           |  28 +++++++-
 code/ship/ship.cpp            |  58 ----------------
 code/ship/shipfx.cpp          |  58 ++++++++++++++++
 code/ship/shipfx.h            |   2 +
 6 files changed, 160 insertions(+), 139 deletions(-)