Author Topic: Nightly: 20 August 2016 - Revision bf93beb  (Read 694 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 20 August 2016 - Revision bf93beb
Here is the nightly for 20 August 2016 - Revision bf93beb


Group: Linux
nightly_20160820_bf93beb-builds-Linux.tar.gz
SHA1: c2c0e62236326641c966724101554f00b0a7a957


Group: MacOSX
nightly_20160820_bf93beb-builds-MacOSX.tar.gz
SHA1: 84192412338ce8b71beb973e99565365ef5ce314


Group: Win32
nightly_20160820_bf93beb-builds-Win32.zip
SHA1: 91699b4956b0848729322d6e71d8e240f6de3ba2


Code: [Select]
------------------------------------------------------------------------
commit 69f33c5
Author: Fabian Woltermann <Fri Aug 19 22:45:35 2016 +0200>
Commit: Fabian Woltermann <Fri Aug 19 22:45:35 2016 +0200>

    Fixes an assert that got inadvertently inverted
 code/mission/missionmessage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c1307fc
Author: Risto Toijala <Fri Aug 19 20:45:39 2016 +0300>
Commit: Risto Toijala <Fri Aug 19 20:45:39 2016 +0300>

    Fix _mkdir on non-Windows
 code/windows_stub/stubs.cpp | 31 +++----------------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

------------------------------------------------------------------------
commit 41e370f
Author: asarium <Fri Aug 19 16:05:37 2016 +0200>
Commit: asarium <Fri Aug 19 18:48:29 2016 +0200>

    Add option for writing pilot files in JSON format
 code/CMakeLists.txt                  |   3 +-
 code/cmdline/cmdline.cpp             |   8 +
 code/cmdline/cmdline.h               |   1 +
 code/cutscene/cutscenes.h            |   8 +
 code/globalincs/vmallocator.h        |  14 +-
 code/pilotfile/BinaryFileHandler.cpp |  89 +++++++++
 code/pilotfile/BinaryFileHandler.h   |  53 +++++
 code/pilotfile/FileHandler.h         |  68 +++++++
 code/pilotfile/JSONFileHandler.cpp   | 146 ++++++++++++++
 code/pilotfile/JSONFileHandler.h     |  56 ++++++
 code/pilotfile/csg.cpp               |   4 +-
 code/pilotfile/pilotfile.cpp         |   2 +-
 code/pilotfile/pilotfile.h           |  26 +--
 code/pilotfile/plr.cpp               | 375 +++++++++++++++++++----------------
 code/source_groups.cmake             |   5 +
 lib/CMakeLists.txt                   |   3 +-
 lib/jansson/CMakeLists.txt           |   4 +-
 17 files changed, 653 insertions(+), 212 deletions(-)

------------------------------------------------------------------------
commit 5d96e49
Author: Risto Toijala <Fri Aug 19 18:17:45 2016 +0300>
Commit: Risto Toijala <Fri Aug 19 19:19:46 2016 +0300>

    Fix weapon flag parsing
 code/weapon/weapons.cpp | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)