Author Topic: Nightly (Linux): 24 Sep 2015 - Revision 69ab8c1  (Read 573 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 24 Sep 2015 - Revision 69ab8c1
Here is the nightly for Linux on 24 Sep 2015 - Revision 69ab8c1

Open non-feature issues in Mantis: 122

Group: Standard
fso_Standard_20150924_69ab8c1.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 37657fc
Author: Goober5000 <Wed Sep 23 18:39:51 2015 -0400>
Commit: Goober5000 <Wed Sep 23 18:39:51 2015 -0400>

    oh rubbish
 code/missionui/fictionviewer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1a5a0d6
Author: Goober5000 <Wed Sep 23 18:38:34 2015 -0400>
Commit: Goober5000 <Wed Sep 23 18:38:34 2015 -0400>

    change an Error to an Assertion, and made Fiction_viewer_text use nullptr instead of NULL
 code/missionui/fictionviewer.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 89a6d69
Author: MageKing17 <Tue Sep 22 17:14:52 2015 -0700>
Commit: MageKing17 <Wed Sep 23 14:10:02 2015 -0700>

    Voice recognition cleanup based on Mantis #2373 patch.
 code/hud/hudsquadmsg.cpp |  91 +++++++++++++++++++++++-----------------
 code/sound/phrases.xml   | 105 ++++++++++++++++++++++++++---------------------
 code/sound/voicerec.cpp  |  66 ++++++++++++-----------------
 3 files changed, 137 insertions(+), 125 deletions(-)

------------------------------------------------------------------------
commit b59c015
Author: Goober5000 <Tue Sep 22 21:32:19 2015 -0400>
Commit: Goober5000 <Tue Sep 22 21:32:19 2015 -0400>

    fix a subtle bug caught by Travis
 code/missionui/fictionviewer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit cc79554
Author: Goober5000 <Tue Sep 22 20:39:37 2015 -0400>
Commit: Goober5000 <Tue Sep 22 20:39:37 2015 -0400>

    keep track of the active stage via index rather than via pointer because the vector may be resized
 code/mission/missionparse.cpp    |  2 +-
 code/missionui/fictionviewer.cpp | 19 +++++++++++--------
 code/missionui/fictionviewer.h   |  2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 3df6bb8
Author: Goober5000 <Tue Sep 22 20:17:31 2015 -0400>
Commit: Goober5000 <Tue Sep 22 20:17:31 2015 -0400>

    add basic conditional support to fiction viewer stages
 code/fred2/FictionViewerDlg.cpp  |  46 ++++++++++----
 code/fred2/missionsave.cpp       |  92 +++++++++++++++++-----------
 code/mission/missionparse.cpp    |  68 ++++++++++-----------
 code/missionui/fictionviewer.cpp | 126 +++++++++++++--------------------------
 code/missionui/fictionviewer.h   |  32 +++++++---
 5 files changed, 186 insertions(+), 178 deletions(-)

------------------------------------------------------------------------
commit 56a9391
Author: Goober5000 <Tue Sep 22 19:02:10 2015 -0400>
Commit: Goober5000 <Tue Sep 22 19:02:10 2015 -0400>

    some const-correctness
 code/graphics/font.cpp  | 2 +-
 code/graphics/font.h    | 2 +-
 code/sound/audiostr.cpp | 2 +-
 code/sound/audiostr.h   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)