Author Topic: Nightly: 25 July 2018 - Revision 6939403  (Read 871 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 25 July 2018 - Revision 6939403
Here is the nightly for 25 July 2018 - Revision 6939403

At least one of the nightly builds failed!


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


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

Code: [Select]
------------------------------------------------------------------------
commit 54bd7e3
Author: David Gibson <Tue Jul 24 19:36:17 2018 -0500>
Commit: David Gibson <Tue Jul 24 19:38:44 2018 -0500>

    Corrected faulty lifetime randomization for weapons in weapons.cpp
 code/weapon/weapons.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit b2230f7
Author: plieblang <Tue Jul 24 11:59:13 2018 -0700>
Commit: plieblang <Tue Jul 24 11:59:13 2018 -0700>

    Undo reformatting
 qtfred/src/mission/Editor.cpp | 1224 +++++++++++++++++++++--------------------
 1 file changed, 622 insertions(+), 602 deletions(-)

------------------------------------------------------------------------
commit d7e042b
Author: plieblang <Mon Jul 23 17:52:37 2018 -0700>
Commit: plieblang <Mon Jul 23 17:52:37 2018 -0700>

    Dumb copy/paste mistake
 qtfred/src/mission/dialogs/CustomWingNamesDialogModel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 941a0c3
Author: plieblang <Mon Jul 23 17:47:42 2018 -0700>
Commit: plieblang <Mon Jul 23 17:47:42 2018 -0700>

    PR feedback and make methods static
 qtfred/src/mission/Editor.cpp                      | 1227 ++++++++++----------
 qtfred/src/mission/Editor.h                        |    6 +-
 .../mission/dialogs/CustomWingNamesDialogModel.cpp |   13 +-
 3 files changed, 614 insertions(+), 632 deletions(-)

------------------------------------------------------------------------
commit edc6b94
Author: plieblang <Mon Jul 23 13:38:34 2018 -0700>
Commit: plieblang <Mon Jul 23 13:38:34 2018 -0700>

    Namespace resolution and size_type vs int mismatch
 qtfred/src/mission/Editor.cpp                             |  2 +-
 qtfred/src/mission/Editor.h                               |  2 +-
 qtfred/src/mission/dialogs/CustomWingNamesDialogModel.cpp |  6 +++---
 qtfred/src/mission/dialogs/MissionSpecDialogModel.cpp     | 12 ++++++------
 4 files changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 1182a48
Author: plieblang <Mon Jul 23 12:18:07 2018 -0700>
Commit: plieblang <Mon Jul 23 12:18:07 2018 -0700>

    Strip quotes from text and improve mission notes handling
 fred2/customwingnames.cpp                          |  15 +-
 fred2/management.cpp                               |  12 ++
 fred2/management.h                                 | 175 ++++++++++-----------
 fred2/missionnotesdlg.cpp                          |  12 ++
 fred2/missionsave.cpp                              |   2 +-
 qtfred/src/mission/Editor.cpp                      |  13 ++
 qtfred/src/mission/Editor.h                        |   3 +
 .../mission/dialogs/CustomWingNamesDialogModel.cpp |  12 ++
 .../src/mission/dialogs/MissionSpecDialogModel.cpp |  12 ++
 qtfred/src/mission/missionsave.cpp                 |   2 +-
 10 files changed, 167 insertions(+), 91 deletions(-)

------------------------------------------------------------------------
commit 3cd2c40
Author: asarium <Mon Jul 23 19:19:58 2018 +0200>
Commit: asarium <Mon Jul 23 19:21:16 2018 +0200>

    Clear objects on game close
 code/object/object.cpp   | 7 +++++++
 code/object/object.h     | 2 ++
 freespace2/freespace.cpp | 2 ++
 3 files changed, 11 insertions(+)

------------------------------------------------------------------------
commit c13cb44
Author: asarium <Sun Jun 3 12:26:22 2018 +0200>
Commit: asarium <Sun Jul 22 23:16:00 2018 +0200>

    Add ship display name feature
 code/hud/hudescort.cpp             |   2 +-
 code/hud/hudmessage.cpp            |   2 +-
 code/hud/hudobserver.cpp           |   1 +
 code/hud/hudsquadmsg.cpp           |   2 +-
 code/hud/hudtarget.cpp             |   2 +-
 code/hud/hudtargetbox.cpp          |  24 +++--
 code/io/keycontrol.cpp             |   9 +-
 code/mission/missionhotkey.cpp     |  16 ++--
 code/mission/missionlog.cpp        |  55 +++++++-----
 code/mission/missionlog.h          |  78 ++++++++--------
 code/mission/missionparse.cpp      |  16 ++++
 code/mission/missionparse.h        |   4 +
 code/network/multi_pmsg.cpp        |  12 +--
 code/network/multimsgs.cpp         |   6 +-
 code/network/multimsgs.h           |   3 +-
 code/scripting/api/objs/ship.cpp   |  36 +++++++-
 code/ship/ship.cpp                 | 176 +++++++++++++++++++++++--------------
 code/ship/ship.h                   |   7 +-
 fred2/missionsave.cpp              |   8 ++
 freespace2/freespace.cpp           |   2 +-
 qtfred/src/mission/missionsave.cpp |   8 ++
 21 files changed, 302 insertions(+), 167 deletions(-)

------------------------------------------------------------------------
commit b434776
Author: asarium <Tue Jul 17 17:15:29 2018 +0200>
Commit: asarium <Tue Jul 17 17:20:55 2018 +0200>

    Fix clang-tidy issues
 code/cfile/cfile.cpp           | 2 +-
 code/cfile/cfile.h             | 6 +++---
 code/cfile/cfilesystem.cpp     | 4 ++--
 code/cfile/cfilesystem.h       | 4 ++--
 code/pilotfile/csg_convert.cpp | 2 +-
 code/pilotfile/plr_convert.cpp | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 20925f2
Author: asarium <Tue Jul 17 16:10:44 2018 +0200>
Commit: asarium <Tue Jul 17 17:20:55 2018 +0200>

    Use new cfile location feature for pilot files
 code/cfile/cfile.h                   |  7 ++--
 code/cfile/cfilesystem.cpp           | 63 +++++++++++++++++-------------------
 code/hud/hudconfig.cpp               |  6 ++--
 code/menuui/barracks.cpp             |  4 ++-
 code/menuui/playermenu.cpp           |  8 +++--
 code/mission/missioncampaign.cpp     |  7 ++--
 code/pilotfile/csg.cpp               |  9 ++++--
 code/pilotfile/csg_convert.cpp       |  6 ++--
 code/pilotfile/pilotfile_convert.cpp | 12 ++++---
 code/pilotfile/plr.cpp               |  9 ++++--
 code/pilotfile/plr_convert.cpp       |  6 ++--
 code/playerman/managepilot.cpp       |  3 +-
 12 files changed, 82 insertions(+), 58 deletions(-)

------------------------------------------------------------------------
commit 64a9e3d
Author: asarium <Tue Jul 17 15:48:32 2018 +0200>
Commit: asarium <Tue Jul 17 17:20:55 2018 +0200>

    Use location API for specifying shader cache location
 code/graphics/opengl/gropenglshader.cpp | 35 ++++++++++++++++++++++++---------
 1 file changed, 26 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit fe01372
Author: asarium <Tue Jul 17 14:08:49 2018 +0200>
Commit: asarium <Tue Jul 17 17:20:55 2018 +0200>

    Add CFile API for specifying location
 code/cfile/cfile.cpp       |  21 ++++---
 code/cfile/cfile.h         |  73 ++++++++++++++++++++---
 code/cfile/cfilesystem.cpp | 141 +++++++++++++++++++++++++++++++++++++++------
 code/cfile/cfilesystem.h   |   8 ++-
 test/src/cfile/cfile.cpp   |  17 +++++-
 5 files changed, 224 insertions(+), 36 deletions(-)

------------------------------------------------------------------------
commit 7134e22
Author: asarium <Mon Jul 16 16:09:45 2018 +0200>
Commit: asarium <Tue Jul 17 17:20:55 2018 +0200>

    Convert cfile find_location functions to return structs
 code/bmpman/bmpman.cpp         |  13 +-
 code/cfile/cfile.cpp           |  32 ++---
 code/cfile/cfile.h             |  24 +++-
 code/cfile/cfilesystem.cpp     | 270 +++++++++++++++++------------------------
 code/graphics/generic.cpp      |  14 +--
 code/lab/lab.cpp               |  15 +--
 code/sound/ffmpeg/WaveFile.cpp |  44 +++----
 fred2/campaigneditordlg.cpp    |   9 +-
 fred2/mainfrm.cpp              |  15 +--
 qtfred/src/mission/Editor.cpp  |   9 +-
 10 files changed, 193 insertions(+), 252 deletions(-)

------------------------------------------------------------------------
commit 2ee5d21
Author: asarium <Sun Jul 8 10:11:20 2018 +0200>
Commit: asarium <Sun Jul 15 19:37:24 2018 +0200>

    Add discord Rich Presence support
 code/CMakeLists.txt                                |    2 +
 code/events/events.cpp                             |   15 +
 code/events/events.h                               |   16 +
 code/libs/discord/discord.cpp                      |  238 ++
 code/libs/discord/discord.h                        |    8 +
 code/mission/missioncampaign.cpp                   |   28 +-
 code/mission/missioncampaign.h                     |    2 +
 code/mission/missionload.cpp                       |    2 +
 code/source_groups.cmake                           |   10 +
 freespace2/freespace.cpp                           |   42 +-
 lib/CMakeLists.txt                                 |    2 +
 lib/discord/CMakeLists.txt                         |    1 +
 lib/discord/LICENSE                                |   19 +
 lib/discord/include/discord_register.h             |   26 +
 lib/discord/include/discord_rpc.h                  |   87 +
 lib/discord/src/CMakeLists.txt                     |   63 +
 lib/discord/src/backoff.h                          |   40 +
 lib/discord/src/connection.h                       |   19 +
 lib/discord/src/connection_unix.cpp                |  122 +
 lib/discord/src/connection_win.cpp                 |  128 +
 lib/discord/src/discord_register_linux.cpp         |   99 +
 lib/discord/src/discord_register_osx.m             |   80 +
 lib/discord/src/discord_register_win.cpp           |  176 ++
 lib/discord/src/discord_rpc.cpp                    |  487 ++++
 lib/discord/src/msg_queue.h                        |   36 +
 lib/discord/src/rpc_connection.cpp                 |  141 ++
 lib/discord/src/rpc_connection.h                   |   59 +
 lib/discord/src/serialization.cpp                  |  246 ++
 lib/discord/src/serialization.h                    |  215 ++
 lib/discord/thirdparty/rapidjson/allocators.h      |  271 ++
 lib/discord/thirdparty/rapidjson/document.h        | 2575 ++++++++++++++++++++
 lib/discord/thirdparty/rapidjson/encodedstream.h   |  299 +++
 lib/discord/thirdparty/rapidjson/encodings.h       |  716 ++++++
 lib/discord/thirdparty/rapidjson/error/en.h        |   74 +
 lib/discord/thirdparty/rapidjson/error/error.h     |  155 ++
 lib/discord/thirdparty/rapidjson/filereadstream.h  |   99 +
 lib/discord/thirdparty/rapidjson/filewritestream.h |  104 +
 lib/discord/thirdparty/rapidjson/fwd.h             |  151 ++
 .../thirdparty/rapidjson/internal/biginteger.h     |  290 +++
 lib/discord/thirdparty/rapidjson/internal/diyfp.h  |  258 ++
 lib/discord/thirdparty/rapidjson/internal/dtoa.h   |  245 ++
 .../thirdparty/rapidjson/internal/ieee754.h        |   78 +
 lib/discord/thirdparty/rapidjson/internal/itoa.h   |  304 +++
 lib/discord/thirdparty/rapidjson/internal/meta.h   |  181 ++
 lib/discord/thirdparty/rapidjson/internal/pow10.h  |   55 +
 lib/discord/thirdparty/rapidjson/internal/regex.h  |  701 ++++++
 lib/discord/thirdparty/rapidjson/internal/stack.h  |  230 ++
 .../thirdparty/rapidjson/internal/strfunc.h        |   55 +
 lib/discord/thirdparty/rapidjson/internal/strtod.h |  269 ++
 lib/discord/thirdparty/rapidjson/internal/swap.h   |   46 +
 lib/discord/thirdparty/rapidjson/istreamwrapper.h  |  115 +
 lib/discord/thirdparty/rapidjson/memorybuffer.h    |   70 +
 lib/discord/thirdparty/rapidjson/memorystream.h    |   71 +
 .../thirdparty/rapidjson/msinttypes/inttypes.h     |  316 +++
 .../thirdparty/rapidjson/msinttypes/stdint.h       |  300 +++
 lib/discord/thirdparty/rapidjson/ostreamwrapper.h  |   81 +
 lib/discord/thirdparty/rapidjson/pointer.h         | 1358 +++++++++++
 lib/discord/thirdparty/rapidjson/prettywriter.h    |  255 ++
 lib/discord/thirdparty/rapidjson/rapidjson.h       |  615 +++++
 lib/discord/thirdparty/rapidjson/reader.h          | 1879 ++++++++++++++
 lib/discord/thirdparty/rapidjson/schema.h          | 2006 +++++++++++++++
 lib/discord/thirdparty/rapidjson/stream.h          |  179 ++
 lib/discord/thirdparty/rapidjson/stringbuffer.h    |  117 +
 lib/discord/thirdparty/rapidjson/writer.h          |  610 +++++
 64 files changed, 17521 insertions(+), 16 deletions(-)