Skip to content

Commit a0d666d

Browse files
committed
Updated build version (3.4.1.7)
1 parent 7b19ffb commit a0d666d

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

Changes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,16 @@ Engine:
9494
enabled/present.
9595
- Fixed AdjustVolumeWithScaling character's property not working with the new
9696
audio system.
97+
- Fixed volume drop was not applied to audio clips which begin playing during
98+
speech voice-over.
99+
- Fixed Game.SetAudioTypeSpeechVolumeDrop did not affect currently playing
100+
clips until next voice-over begins.
97101
- Fixed Game.TranslationFilename returning "default" instead of empty string
98102
if no translation is set.
103+
- Fixed engine was trying to locate "My Documents" folder on Windows Vista and
104+
higher even though it did not need it, and reporting internal error if such
105+
folder was not found, even though "Saved Games" folder is used instead.
106+
- Added missing stubs for agsjoy plugin.
99107

100108
WinSetup:
101109
- Fixed display mode selection was missing certain items.

Common/core/def_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef __AGS_CN_CORE__DEFVERSION_H
22
#define __AGS_CN_CORE__DEFVERSION_H
33

4-
#define ACI_VERSION_STR "3.4.1.6"
4+
#define ACI_VERSION_STR "3.4.1.7"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 3,4,1,6
6+
#define ACI_VERSION_MSRC_DEF 3,4,1,7
77
#endif
88

99
#ifdef NO_MP3_PLAYER

Copyright.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Paul Wilkinson
3131
Per Olav Flaten
3232
Piotr Wieczorek
3333
rofl0r
34+
Ryan O'Connor
3435
Scott Baker
3536
Shane Stevens
3637
Shawn R. Walker

Editor/AGS.Editor/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="3.4.1.6" name="AGSEditor"/>
3+
<assemblyIdentity version="3.4.1.7" name="AGSEditor"/>
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

Editor/AGS.Types/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ namespace AGS.Types
2222
public class Version
2323
{
2424
public static readonly bool IS_BETA_VERSION = true;
25-
public const string AGS_EDITOR_DATE = "June 2017";
25+
public const string AGS_EDITOR_DATE = "August 2017";
2626
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.4.1";
27-
public const string AGS_EDITOR_VERSION = "3.4.1.6";
27+
public const string AGS_EDITOR_VERSION = "3.4.1.7";
2828
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2017 others.";
2929
}
3030
}

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "3.4.1.6",
2+
"version": "3.4.1.7",
33
"versionFriendly": "3.4.1",
4-
"versionSp": "beta-6",
4+
"versionSp": "beta-7",
55
"appID": "80db0980-33f3-49e1-ad8a-7d27068cdd1d"
66
}

0 commit comments

Comments
 (0)