Author Topic: Nightly: 18 June 2018 - Revision 0325799  (Read 887 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 June 2018 - Revision 0325799
Here is the nightly for 18 June 2018 - Revision 0325799



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 8c1e753
Author: asarium <Sun Jun 17 13:25:13 2018 +0200>
Commit: asarium <Sun Jun 17 20:51:11 2018 +0200>

    Add log output for legacy mode reason
 code/osapi/osapi.cpp  | 16 ++++++++++++++++
 code/osapi/outwnd.cpp |  4 ++++
 2 files changed, 20 insertions(+)

------------------------------------------------------------------------
commit 3799ce7
Author: asarium <Wed Jun 13 11:05:35 2018 +0200>
Commit: asarium <Sun Jun 17 12:56:42 2018 +0200>

    Write full log path to log file
 code/osapi/outwnd.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 357cd76
Author: asarium <Wed Mar 29 19:28:52 2017 +0200>
Commit: asarium <Thu Jun 7 16:44:41 2018 +0200>

    Render hardpoint model outlines using geometry shaders
 code/def_files/data/effects/main-f.sdr  |   3 +-
 code/def_files/data/effects/main-g.sdr  |  80 ++++-
 code/def_files/data/effects/main-v.sdr  |   5 +-
 code/graphics/2d.h                      |   2 +-
 code/graphics/material.cpp              |  35 +-
 code/graphics/material.h                |  13 +-
 code/graphics/opengl/gropengl.cpp       |   4 +
 code/graphics/opengl/gropenglshader.cpp |  21 +-
 code/graphics/uniforms.cpp              |   8 +-
 code/graphics/util/uniform_structs.h    |   2 +-
 code/hud/hudtarget.cpp                  |   4 +-
 code/libs/renderdoc/renderdoc.cpp       |  83 +++++
 code/libs/renderdoc/renderdoc.h         |  15 +
 code/libs/renderdoc/renderdoc_app.h     | 617 ++++++++++++++++++++++++++++++++
 code/model/modelrender.cpp              |  25 +-
 code/model/modelrender.h                |   9 +-
 code/source_groups.cmake                |   8 +
 17 files changed, 861 insertions(+), 73 deletions(-)

------------------------------------------------------------------------
commit 1448277
Author: asarium <Thu May 3 19:16:22 2018 +0200>
Commit: asarium <Sat Jun 2 12:09:21 2018 +0200>

    Enable legacy config mode if legacy config is newer
 code/cfile/cfile.cpp       |   9 ----
 code/cfile/cfile.h         |   3 --
 code/cfile/cfilesystem.cpp |   4 +-
 code/osapi/osapi.cpp       |  98 +++++++++++++++++++++++++++++++--------
 code/osapi/osapi.h         |   4 ++
 code/osapi/osregistry.cpp  | 111 +++++++++++++++++++++++++++++++++------------
 code/osapi/osregistry.h    |   3 ++
 freespace2/freespace.cpp   |   5 +-
 8 files changed, 171 insertions(+), 66 deletions(-)

------------------------------------------------------------------------
commit 61c5335
Author: Fabian Woltermann <Sat Jun 2 11:58:01 2018 +0200>
Commit: Fabian Woltermann <Sat Jun 2 11:58:01 2018 +0200>

    Removes an assert in object.cpp that was commented out and sets the number of retail stars to 0 when resetting the background in the lab
 code/lab/lab.cpp       | 1 +
 code/object/object.cpp | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f7b0f93
Author: asarium <Fri Apr 13 09:52:36 2018 +0200>
Commit: asarium <Sun Apr 22 21:43:01 2018 +0200>

    Port goal editor dialog code to qtFRED
 qtfred/source_groups.cmake                         |   2 +
 .../mission/dialogs/MissionGoalsDialogModel.cpp    | 235 ++++++++
 .../src/mission/dialogs/MissionGoalsDialogModel.h  |  68 +++
 qtfred/src/ui/FredView.cpp                         |   5 +
 qtfred/src/ui/FredView.h                           |   1 +
 qtfred/src/ui/dialogs/MissionGoalsDialog.cpp       | 220 +++++++-
 qtfred/src/ui/dialogs/MissionGoalsDialog.h         |  29 +-
 qtfred/src/ui/widgets/sexp_tree.cpp                |   6 +
 qtfred/src/ui/widgets/sexp_tree.h                  |   1 +
 qtfred/ui/EventEditorDialog.ui                     |   8 +-
 qtfred/ui/FredView.ui                              |  11 +-
 qtfred/ui/MissionGoalsDialog.ui                    | 611 ++++++++-------------
 12 files changed, 811 insertions(+), 386 deletions(-)

------------------------------------------------------------------------
commit 758ca86
Author: Fabian Woltermann <Fri Mar 16 20:10:21 2018 +0100>
Commit: Fabian Woltermann <Fri Mar 16 20:10:21 2018 +0100>

    And fix the other one too
 code/object/object.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6406e2f
Author: Fabian Woltermann <Fri Mar 16 15:53:19 2018 +0100>
Commit: Fabian Woltermann <Fri Mar 16 15:53:19 2018 +0100>

    fix variable conversion warning
 code/object/object.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 18c2dbb
Author: Fabian Woltermann <Fri Mar 16 12:59:43 2018 +0100>
Commit: Fabian Woltermann <Fri Mar 16 12:59:43 2018 +0100>

    WIP fix for #1653.
 code/lab/lab.cpp         | 19 ++++++++++++++++++-
 code/object/object.cpp   | 16 +++++++++++++++-
 code/object/object.h     |  2 ++
 freespace2/freespace.cpp |  1 +
 4 files changed, 36 insertions(+), 2 deletions(-)