File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 11REVISION HISTORY
22================
3+ VERSION 3.4.0 - Patch 2, February 2017
4+
5+ Script API:
6+ - Extended the list of System.OperatingSystem possible return values;
7+ now supports eOSAndroid, eOSiOS, eOSPSP
8+
9+ Editor bug fixes:
10+ - Fixed incorrect Unicode-to-ANSI string conversion during game compilation
11+ which caused text containing non-latin characters become random mess in game,
12+ even if game fonts compiled to the proper ANSI codepage.
13+
14+ Engine bug fixes:
15+ - Fixed mouse cursor stuck at the left border of the screen when using OpenGL
16+ renderer (Android & iOS ports).
17+ - Fixed InventoryScreen() script function caused game to crash if particular
18+ resources are not available.
19+ - Fixed built-in inventory screen not working with Direct3D and OpenGL
20+ renderers.
21+ - Fixed obsolete gfxfilter names are printed when using --help argument.
22+
23+ Cosmetics & convenience:
24+ - Corrected error message displayed when engine cannot get write access to the
25+ disk (e.g. no more telling to not run from CD on Android).
26+
27+ Manual:
28+ - Added information on static extenders.
29+
30+
331VERSION 3.4.0 - Patch 1, November 2016
432
533Editor:
@@ -225,8 +253,8 @@ Engine:
225253
226254WinSetup:
227255- Only let user choose actually existing folders for custom save paths.
228-
229-
256+
257+
230258VERSION 3.3.5 - Patch 3, June 2016
231259
232260Engine:
You can’t perform that action at this time.
0 commit comments