Author Topic: Nightly: 06 January 2017 - Revision 9d92d27  (Read 651 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 06 January 2017 - Revision 9d92d27
Here is the nightly for 06 January 2017 - Revision 9d92d27


Group: Linux
nightly_20170106_9d92d27-builds-Linux.tar.gz
SHA1: d299a21806489271f68daff403af6a5fb00131ea


Group: MacOSX
nightly_20170106_9d92d27-builds-MacOSX.tar.gz
SHA1: 7e931f3956509107c70af68ec204eaafcf24c1bf


Group: Win32
nightly_20170106_9d92d27-builds-Win32.zip
SHA1: 5f7a483b7879feb3c0491d9124d38f6fc1c17737


Group: Win64
nightly_20170106_9d92d27-builds-Win64.zip
SHA1: 572542ef7a1e8c79e6788def355451c30ef9d649


Code: [Select]
------------------------------------------------------------------------
commit 609cca7
Author: asarium <Thu Jan 5 00:15:32 2017 +0100>
Commit: asarium <Thu Jan 5 00:16:11 2017 +0100>

    Enable write-strings warning
 cmake/toolchain-clang.cmake | 3 ---
 cmake/toolchain-gcc.cmake   | 3 ---
 2 files changed, 6 deletions(-)

------------------------------------------------------------------------
commit 4a9f1a2
Author: asarium <Thu Jan 5 00:15:01 2017 +0100>
Commit: asarium <Thu Jan 5 00:15:01 2017 +0100>

    Fix the rest of the string conversion warnings
 code/fs2netd/fs2netd_client.cpp       |  2 +-
 code/hud/hudgauges.h                  |  2 +-
 code/lab/wmcgui.cpp                   |  2 +-
 code/lab/wmcgui.h                     |  2 +-
 code/network/multi_pmsg.cpp           |  6 ++---
 code/network/multi_pxo.cpp            | 26 +++++++++----------
 code/network/multimsgs.cpp            |  4 +--
 code/network/multimsgs.h              |  2 +-
 code/network/multiteamselect.cpp      |  6 ++---
 code/network/multiui.cpp              | 48 +++++++++++++++++------------------
 code/network/stand_gui-unix.cpp       |  4 +--
 code/object/object.cpp                |  2 +-
 code/object/object.h                  |  2 +-
 code/osapi/outwnd.cpp                 |  2 +-
 code/parse/parselo.cpp                |  2 +-
 code/parse/parselo.h                  |  2 +-
 code/parse/sexp.cpp                   | 20 +++++++--------
 code/parse/sexp.h                     | 18 ++++++-------
 code/playerman/managepilot.cpp        |  2 +-
 code/playerman/player.h               |  2 +-
 code/popup/popup.cpp                  | 12 ++++-----
 code/popup/popupdead.cpp              |  4 +--
 code/scripting/api/libs/cfile.cpp     | 10 ++++----
 code/scripting/api/objs/graphics.cpp  |  4 +--
 code/scripting/api/objs/ship.cpp      |  4 +--
 code/scripting/api/objs/subsystem.cpp |  2 +-
 code/scripting/scripting.cpp          |  2 +-
 code/scripting/scripting.h            |  2 +-
 code/ship/ship.cpp                    | 20 +++++++--------
 code/ship/ship.h                      |  2 +-
 code/sound/ds.h                       |  4 +--
 code/stats/medals.cpp                 | 25 +++---------------
 code/stats/medals.h                   |  2 +-
 code/stats/scoring.cpp                |  7 +----
 code/stats/scoring.h                  |  2 +-
 code/ui/scroll.cpp                    |  4 +--
 code/ui/ui.h                          |  2 +-
 code/ui/uidefs.h                      |  2 +-
 code/ui/uidraw.cpp                    |  2 +-
 code/ui/window.cpp                    |  2 +-
 code/weapon/shockwave.cpp             |  6 ++---
 code/weapon/shockwave.h               |  2 +-
 code/weapon/weapon.h                  |  2 +-
 code/weapon/weapons.cpp               |  6 ++---
 freespace2/freespace.cpp              | 10 ++++----
 45 files changed, 136 insertions(+), 160 deletions(-)