11REVISION HISTORY
22================
3- VERSION 3.5.0 - Beta
3+ VERSION 3.5.0 - RC
44
55Common features:
66 - Now using Allegro v4.4.3 library (previously v4.4.2).
@@ -65,6 +65,7 @@ Editor:
6565 - Added shortcut key combination (Shift + F5) for stopping a game's debug run.
6666 - Don't display missing games in the "recent games" list.
6767 - Build autocomplete table a little faster.
68+ - Disabled sending crash reports and anonymous statistics, because of the AGS server issues.
6869 - Corrected .NET version query for the anonymous statistics report.
6970 - Fixed crash and corruption of project data when writing to full disk.
7071 - Fixed saving sprite file to not cancel completely if only an optional step has failed
@@ -124,6 +125,8 @@ Script API:
124125 - Added SkipCutscene() and eSkipScriptOnly cutscene mode.
125126 - Allowed to change Mouse.ControlEnabled property value at runtime.
126127 - Added Game.SimulateKeyPress().
128+ - Added optional "frame" parameter to Character.Animate and Object.Animate, letting you begin
129+ animation from any frame in the loop.
127130 - Deprecated Character.IgnoreWalkbehinds and Object.IgnoreWalkbehinds.
128131 - Deprecated DrawingSurface.UseHighResCoordinates. Also, assigning it will be ignored if game's
129132 "Allow relative asset resolutions" option is disabled.
@@ -163,9 +166,10 @@ Engine:
163166 for a certain barely related reason.
164167 - Fixed BlackBox-in transition done by software renderer could have wrong aspect ratio.
165168 - Fixed Direct3D and OpenGL displayed pink (255, 0, 255) fade as transparent.
169+ - Fixed potential crash that could happen when switching between fullscreen and windowed mode,
170+ or switching back into game window (only observed on Linux for some reason).
166171 - Fixed a bug in mp3/ogg decoder where it assumed creating an audiostream succeeded without
167172 actually testing one.
168- - Fixed increased CPU load when displaying built-in dialogs (save, restore etc).
169173
170174Linux:
171175 - Use same FreeType library sources as Windows version, which suppose to fix TTF font glitches.
@@ -178,6 +182,12 @@ Windows:
178182 - Engine is marked as a DPI-aware application that supposed to prevent window scaling by system.
179183
180184
185+ VERSION 3.4.4 - Patch 1, September 2019
186+
187+ Engine:
188+ - Fixed increased CPU load when displaying built-in dialogs (save, restore etc).
189+
190+
181191VERSION 3.4.4, July 2019
182192
183193Editor:
0 commit comments