Skip to content

Commit eeb96c4

Browse files
author
Ivan Mogilko
committed
Updated build version (3.3.4.2)
1 parent 6c2ad6b commit eeb96c4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ Features:
66
- Removed 10,000 symbols limit in scripts.
77
- Added Character.Thinking and Character.ThinkingFrame script properties.
88
- Added Papagayo voice lip sync support.
9+
- Find/Replace dialog now remembers the state of "Case sensitive" checkbox.
910
- Engine now scans all available files in search of game data, only giving standard names
1011
a priority.
1112

1213
Bug Fixes:
14+
- Fixed Editor crash in case of lip sync data parsing error.
15+
- Fixed Find/Replace dialog skipped the first word in the script being searched through.
16+
- Fixed an order of cycling through fields on Find/Replace dialog.
1317
- Restored letterboxed game's viewport behavior for larger (and scrolling) rooms.
1418
- Fixed Hq2x and Hq3x filter rendering when the display resolution requires side borders.
1519
- Fixed Hq2X and Hq3x filters leaving graphic artifacts on letterbox borders.

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.3.4.1"
4+
#define ACI_VERSION_STR "3.3.4.2"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 3,3,4,1
6+
#define ACI_VERSION_MSRC_DEF 3,3,4,2
77
#endif
88

99
#ifdef NO_MP3_PLAYER

Editor/AGS.Types/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Version
2424
public static readonly bool IS_BETA_VERSION = false;
2525
public const string AGS_EDITOR_DATE = "July 2015";
2626
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.3.4";
27-
public const string AGS_EDITOR_VERSION = "3.3.4.1";
27+
public const string AGS_EDITOR_VERSION = "3.3.4.2";
2828
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2015 others.";
2929
}
3030
}

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ags (3.3.4.1) UNRELEASED; urgency=low
1+
ags (3.3.4.2) UNRELEASED; urgency=low
22

33
* some release
44

0 commit comments

Comments
 (0)