Author Topic: Nightly: 12 December 2019 - Revision da1634c  (Read 631 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 12 December 2019 - Revision da1634c
Here is the nightly for 12 December 2019 - Revision da1634c



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 2e3f0e2
Author: wookieejedi
Commit: wookieejedi

    Add Extra, Empty Controls for Modders to Use
 code/controlconfig/controlsconfig.h         |  9 +++++++++
 code/controlconfig/controlsconfigcommon.cpp |  5 +++++
 code/io/keycontrol.cpp                      | 19 +++++++++++++++++--
 3 files changed, 31 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit f8bdfa2
Author: Goober5000
Commit: GitHub

    Update code/cutscene/cutscenes.cpp
 code/cutscene/cutscenes.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7552b50
Author: Taylor Richards
Commit: Taylor Richards

    address clang-tidy issues
 code/inetfile/chttpget.cpp | 2 +-
 code/inetfile/chttpget.h   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit f488340
Author: Taylor Richards
Commit: Taylor Richards

    const all the chars
 code/inetfile/cftp.cpp        | 10 +++++-----
 code/inetfile/cftp.h          |  4 ++--
 code/inetfile/chttpget.cpp    | 18 +++++++++---------
 code/inetfile/chttpget.h      |  8 ++++----
 code/inetfile/inetgetfile.cpp |  2 +-
 code/inetfile/inetgetfile.h   |  2 +-
 6 files changed, 22 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit d223aee
Author: Taylor Richards
Commit: Taylor Richards

    fix PXO banners (and inetgetfile stuff)
 code/cfile/cfile.h            |   4 ++
 code/inetfile/cftp.cpp        |  51 ++++++++++------
 code/inetfile/chttpget.cpp    | 137 +++++++++++++++++++++---------------------
 code/inetfile/inetgetfile.cpp |  74 ++++++-----------------
 code/inetfile/inetgetfile.h   |   2 +-
 code/network/multi_pxo.cpp    |  15 +++--
 code/windows_stub/config.h    |   8 +++
 7 files changed, 142 insertions(+), 149 deletions(-)

------------------------------------------------------------------------
commit 0f020ab
Author: Goober5000
Commit: Goober5000

    use a flagset
 code/cutscene/cutscenes.cpp    | 14 ++++++--------
 code/cutscene/cutscenes.h      | 17 +++++++++++++----
 code/pilotfile/csg.cpp         |  4 ++--
 code/pilotfile/csg_convert.cpp |  4 ++--
 4 files changed, 23 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit c01e30e
Author: Goober5000
Commit: Goober5000

    address CI complaint
 code/cutscene/cutscenes.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 52f709a
Author: Goober5000
Commit: Goober5000

    address feedback
 code/cutscene/cutscenes.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 425a6e6
Author: Goober5000
Commit: Goober5000

    add $Never Viewable flag for cutscenes
 code/cutscene/cutscenes.cpp    | 29 ++++++++++++++++++++---------
 code/cutscene/cutscenes.h      |  6 +++++-
 code/pilotfile/csg.cpp         | 12 +++++++-----
 code/pilotfile/csg_convert.cpp |  9 +++++----
 4 files changed, 37 insertions(+), 19 deletions(-)