source: tags/1.3.7/Release notes.txt

Last change on this file was 656, checked in by chronos, 5 weeks ago
  • Fixed: Flatpak packaging.
File size: 6.7 KB
Line 
1Version 1.3.7 (2025-02-26)
2==========================
3
4* Added: AppImage packaging files.
5* Added: AI upscaled C-evo icon to 1024x1024 resolution.
6* Modified: Improved brains libraries enumeration.
7* Modified: Detect data files usr/share/c-evo directory on Linux as relative directory to usr/bin directory.
8* Modified: Updated french translation.
9* Modified: Used larger icon for the executable.
10* Fixed: Recalculate unit list size if the main window was resized.
11* Fixed: Do not scroll map if mouse is outside of window region.
12* Fixed: Restored background transparency in C-evo icons.
13* Fixed: Invalidated rectangle in AI tournament was not properly scaled.
14* Fixed: Log and AI tournament windows were not shown correctly.
15
16Version 1.3.6 (2024-09-16)
17==========================
18
19* Added: Allow to scroll map with Ctrl+arrows/num keys.
20* Added: New editor menu action to create filled map from selected tile.
21* Added: Allow to rename city with mouse right click on city caption in City screen.
22* Added: Spiral of death map.
23* Modified: Show windows by default on primary screen if multiple monitors present.
24* Modified: Do not use Screen Width and Height values for Offscreen bitmap size initialization to improve multi monitor support.
25* Modified: Map scrolling with mouse on window borders instead of screen borders to support mouse scrolling in windowed mode and on multiple monitors.
26* Modified: Precalculate scaling coefficients also for from native values conversions for faster speed.
27* Modified: Scroll just by single row with mouse wheel in tile units list.
28* Fixed: Do not process keyboard input during unit move on Linux.
29* Fixed: Resize main window controls on game start if map size changed.
30* Fixed: Allow full screen switching in editor and movie mode.
31* Fixed: Do not overflow city name text in City screen.
32* Fixed: Repaint main screen after city and unit rename.
33* Fixed: Rows scrolling of high number of units in single map tile.
34
35Version 1.3.5 (2024-08-11)
36==========================
37
38* Modified: Remember last selected map between application restarts.
39* Modified: Draw graphical preview for maps which doesn't have associated image.
40* Fixed: Avoided more GTK2 crashes.
41* Fixed: Build StdAI with -O1 optimization level to avoid crash.
42* Fixed: With selected map it was not possible to start a new game due to wrong map path.
43* Fixed: Error after ending turn of loaded auto saved game.
44
45Version 1.3.4 (2024-05-23)
46==========================
47
48* Added: Allow to scroll tech tree form also with keyboard arrows.
49* Added: Capital AI C beta as the latest available version of Capital AI.
50* Removed: Unsupported .NET Liberator AI.
51* Modified: Unsupported C# AI template replaced by latest Pascal AI template from original vesion 1.1.0 and adjusted it for Lazarus IDE.
52* Modified: Start form changed to use Offscreen bitmap for drawing as Qt5 doesn't support copying from form canvas.
53* Modified: Optimized BitBltBitmap scaling function.
54* Modified: ScaleToNative made inline.
55* Fixed: Task bar shouldn't be visible in full screen mode on Windows.
56* Fixed: Do not pack Liberator AI to Windows installer as it requires .NET.
57* Fixed: Draw right side of scaled frame outside of client area to not be visible.
58* Fixed: Workaround for incorrectly styling TEdit controls under Gtk2.
59* Fixed: Custom draw ListBox items to keep consistent style on Linux.
60* Fixed: Last game name index error if no saved games.
61* Fixed: Resize Term window offscreen bitmap on screen size change. Needed for tablet PC where screen can rotate.
62
63Version 1.3.3 (2024-04-24)
64==========================
65
66* Modified: Optimized high DPI scaling. Use lookup table for scaled values. Draw only terrain textures with precise scaling.
67* Modified: Optimize code with earlier break from for cycle evaluating boolean result.
68* Fixed: Bad unit drawing in battle dialog.
69* Fixed: Incorrect range checking in scaled bitmap drawing method.
70* Fixed: Correct translation of offered players AIs.
71
72Version 1.3.2 (2024-04-16)
73==========================
74
75* Added: High DPI support. It can be overriden in settings dialog.
76* Added: French localization and more german and russian localization files.
77* Modified: Build with Lazarus 3.2.
78* Modified: Use slow mouse scrolling by default.
79* Modified: Do not initialize all local player windows at the start of the game but later when they are really opened. This also fixes window initialization under Qt5 widgetset.
80* Fixed: Eliminated unwanted second map resize and redraw during displaying of the main game window.
81* Fixed: First letter in help page titles were not correctly read as UTF-8 character.
82* Fixed: Error by typing letters in list of maps.
83* Fixed: Missing unit stat dialog position initialization for enemy city.
84* Fixed: Saving maps from the editor didn't work due to wrong file names.
85* Fixed: Chinese language list selection in Settings window didn't work correctly.
86* Fixed: Corruption external help image referenced with incorrect file name case.
87* Fixed: Chinese and Russian translation converted to UTF-8.
88
89Version 1.3.1 (2022-05-18)
90==========================
91
92* Modified: Build with Lazarus 2.2.0.
93* Modified: Also automatically detect new localizations in Localization directory.
94* Modified: Sort key bindings alphabetically in the settings dialog.
95* Modified: Improved Settings dialog controls alignment to better use available space.
96* Modified: Improved Czech translation.
97* Fixed: Possible exception during cities or units rename with right mouse click if new name is too long.
98* Fixed: Show correctly buttons on task bar with localized captions in windowed mode on both Windows and Linux.
99* Fixed: Incorrectly displayed radio items in Options menu under Linux Gtk2.
100* Fixed: Use localization files with first capital letter to work correctly on Linux.
101* Fixed: Use correct text color and background in settings form key bindings edit boxes.
102* Fixed: Always use initial back background for windows so they less flicker during first draw. This was more visible on Linux systems with white system theme.
103* Fixed: Contact page link.
104* Fixed: Styling of settings edit boxes under Windows.
105
106Version 1.3.0 (2021-11-02)
107==========================
108
109* All from original game C-evo 1.2.0
110* Supported platforms: Windows and Linux
111* Supported architectures: 32-bit and 64-bit x86
112* Localizations included: Czech, German, Italian, Russian, Chinese Simplified and Traditional
113* Graphics files converted from BMP to PNG
114* Game text files .txt converted to UTF-8 encoding
115* Removed external Configurator application written in C#/.NET. Used in-game configuration interface.
116* Used latest available Delphi StdAI.
117* Added installer scripts for Windows, Ubuntu/Debian and Fedora/RHEL/Centos Linux.
118* Design time components converted to Lazarus package (cevocomponents.lpk)
119* User configurable key bindings
120* Zoom-able map in three levels by mouse wheel
Note: See TracBrowser for help on using the repository browser.