Author Topic: Nightly: 30 December 2016 - Revision ac2b864  (Read 690 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 30 December 2016 - Revision ac2b864
Here is the nightly for 30 December 2016 - Revision ac2b864


Group: Linux
nightly_20161230_ac2b864-builds-Linux.tar.gz
SHA1: 2e8593b2a0798535b0d1f93769cb2d9334465817


Group: MacOSX
nightly_20161230_ac2b864-builds-MacOSX.tar.gz
SHA1: 7553e642e85ccd82e6dd102d702eb8e15c3f3e3b


Group: Win32
nightly_20161230_ac2b864-builds-Win32.zip
SHA1: 32a251f916500330c32b40baa81862f51ef8c891


Group: Win64
nightly_20161230_ac2b864-builds-Win64.zip
SHA1: 5fb19904a551bf14cd4a95a994f315c7221ae73d


Code: [Select]
------------------------------------------------------------------------
commit 876922c
Author: Fabian Woltermann <Thu Dec 29 21:17:36 2016 +0100>
Commit: Fabian Woltermann <Thu Dec 29 21:17:36 2016 +0100>

    Don't do autorepair if we're already dead
 code/ship/ship.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit b258a1d
Author: Fabian Woltermann <Thu Dec 29 16:54:59 2016 +0100>
Commit: GitHub <Thu Dec 29 16:54:59 2016 +0100>

    this needs to be an underscore
 code/mission/missionparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit df33974
Author: Fabian Woltermann <Thu Dec 29 16:30:55 2016 +0100>
Commit: Fabian Woltermann <Thu Dec 29 16:30:55 2016 +0100>

    The "no collide" parse object flag needs to be written as "no_collide" in the flags list, and the "no-disabled-self-destruct" flag needs to be parsed
 code/mission/missionparse.cpp | 3 ++-
 fred2/missionsave.cpp         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit df80f64
Author: asarium <Wed Dec 28 17:47:46 2016 +0100>
Commit: asarium <Wed Dec 28 17:47:46 2016 +0100>

    Add const specifiers where possible
 code/missionui/fictionviewer.cpp |  3 ++-
 code/parse/parselo.cpp           | 14 +++++++-------
 code/parse/parselo.h             |  6 +++---
 3 files changed, 12 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit bff6525
Author: Yarn366 <Thu Dec 1 03:26:35 2016 -0500>
Commit: Yarn366 <Thu Dec 1 03:43:59 2016 -0500>

    Added character conversion to fiction viewer text to allow accented characters and such to display properly, provided that an appropriate font is in use.
 code/missionui/fictionviewer.cpp |  18 +++++--
 code/parse/parselo.cpp           | 111 +++++++++++++++++++++++++++++----------
 code/parse/parselo.h             |   4 ++
 3 files changed, 99 insertions(+), 34 deletions(-)