Changeset 727
- Timestamp:
- Jan 13, 2026, 5:49:33 PM (3 hours ago)
- Files:
-
- 1 added
- 14 edited
-
bin/win/Install-C-evo-nh-1.3.9.exe (added)
-
tags/1.3.9/Install/deb/debian/changelog (modified) (1 diff)
-
tags/1.3.9/Install/deb/debian/control (modified) (1 diff)
-
tags/1.3.9/Install/flatpak/net.zdechov.app.C-evo.metainfo.xml (modified) (2 diffs)
-
tags/1.3.9/Install/flatpak/net.zdechov.app.C-evo.yml (modified) (1 diff)
-
tags/1.3.9/Install/lutris/c-evo.yaml (modified) (1 diff)
-
tags/1.3.9/Install/rpm/c-evo.spec (modified) (1 diff)
-
tags/1.3.9/Install/snap/snapcraft.yaml (modified) (2 diffs)
-
tags/1.3.9/Install/win/C-evo.iss (modified) (1 diff)
-
tags/1.3.9/Release notes.txt (modified) (1 diff)
-
tags/1.3.9/readme.txt (modified) (1 diff)
-
trunk/Install/flatpak/net.zdechov.app.C-evo.metainfo.xml (modified) (2 diffs)
-
trunk/Install/snap/snapcraft.yaml (modified) (1 diff)
-
trunk/Release notes.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.9/Install/deb/debian/changelog
r403 r727 1 c-evo (1. 4.0-0) precise; urgency=low1 c-evo (1.3.9-0) precise; urgency=low 2 2 3 * Original version 1. 4.0packaged with lazdebian3 * Original version 1.3.9 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
tags/1.3.9/Install/deb/debian/control
r682 r727 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 4.05 Standards-Version: 1.3.9 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
tags/1.3.9/Install/flatpak/net.zdechov.app.C-evo.metainfo.xml
r696 r727 12 12 <url type="contact">https://app.zdechov.net/c-evo#Support</url> 13 13 <url type="vcs-browser">https://app.zdechov.net/c-evo/browser</url> 14 <url type="donation">https://app.zdechov.net/c-evo/wiki/Donate</url> 14 15 15 16 <metadata_license>CC0-1.0</metadata_license> … … 44 45 <screenshot type="default"> 45 46 <caption>Game interface and world map</caption> 46 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Game.jpg</image>47 <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/Game.jpg</image> 47 48 </screenshot> 48 49 <screenshot> 49 50 <caption>Main menu</caption> 50 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Main%20menu.jpg</image>51 <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/Main%20menu.jpg</image> 51 52 </screenshot> 52 53 <screenshot> 53 54 <caption>Start of a new game</caption> 54 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/New%20game.jpg</image>55 <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/New%20game.jpg</image> 55 56 </screenshot> 56 57 <screenshot> 57 58 <caption>Multiple opened windows</caption> 58 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Windows.jpg</image>59 <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/Windows.jpg</image> 59 60 </screenshot> 60 61 </screenshots> 61 62 62 63 <releases> 64 <release version="1.3.9" date="2026-01-13" type="stable"> 65 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.9/Release%20notes.txt</url> 66 <description> 67 <ul> 68 <li>Added: Enter key confirms battle dialog window.</li> 69 <li>Added: Cartwheel map.</li> 70 <li>Modified: Initialize InputDlg, MessgDlg and SettingsDlg dialogs dynamically on demand.</li> 71 <li>Modified: Automatically set focus to the list of maps and saved books in the start screen.</li> 72 <li>Modified: Do not store .png file extension in graphics names in book files. This is for compatibility with older C-evo versions.</li> 73 <li>Fixed: Flashing of windows and task bar buttons during new modal windows displaying under Windows.</li> 74 <li>Fixed: Do not show background image in windowed mode.</li> 75 <li>Fixed: Limit maximum width of negative growth progress bar.</li> 76 <li>Fixed: Lazarus 4.x wrong app icon drawing on Linux for sizes 256x256 and higher. Used lower 128x128 instead.</li> 77 <li>Fixed: Map objects not drawn beyond city radius in city dialog if fractional scaling active.</li> 78 <li>Fixed: Diplayed wrong completed city production if opened from city events and product switched from unit to building.</li> 79 <li>Fixed: Wrong unit models opened after click on Military report foreign units.</li> 80 <li>Fixed: Automatically create Saved and Maps user data directories if they don't exist yet.</li> 81 <li>Fixed: Edit boxes to have black background and blue selection.</li> 82 <li>Fixed: Disable auto selection of input text in message dialog.</li> 83 <li>Fixed: Potential battle dialog drawing issue.</li> 84 <li>Fixed: Better start screen location calculation for lower than 800x600 resolutions to make visible entire window.</li> 85 <li>Fixed: Memory overflow in minimap drawing with some higher DPI settings.</li> 86 <li>Fixed: Enable map move keys also in editor mode.</li> 87 <li>Fixed: Potential mini map loading memory issue if saved map is too big.</li> 88 <li>Fixed: Drawing map preview last line.</li> 89 <li>Fixed: Do not allow scroll bar to have focus to make function keys working in selection dialog on Windows.</li> 90 </ul> 91 </description> 92 </release> 63 93 <release version="1.3.8" date="2025-08-01" type="stable"> 64 94 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.8/Release%20notes.txt</url> -
tags/1.3.9/Install/flatpak/net.zdechov.app.C-evo.yml
r697 r727 36 36 sources: 37 37 - type: svn 38 url: https://svn.zdechov.net/c-evo/t runk39 revision: r 69638 url: https://svn.zdechov.net/c-evo/tags/1.3.9 39 revision: r727 40 40 buildsystem: simple 41 41 build-options: -
tags/1.3.9/Install/lutris/c-evo.yaml
r696 r727 2 2 game_slug: c-evo-new-horizons 3 3 slug: c-evo-new-horizons-gtk2-140-64-bit 4 version: 1. 4.0Gtk2 64-bit4 version: 1.3.9 Gtk2 64-bit 5 5 runner: linux 6 6 7 7 script: 8 8 files: 9 - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1. 4.0-amd64.zip9 - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1.3.9-amd64.zip 10 10 game: 11 11 exe: c-evo -
tags/1.3.9/Install/rpm/c-evo.spec
r697 r727 1 1 Name: c-evo 2 Version: 1. 4.02 Version: 1.3.9 3 3 Release: 1%{?dist} 4 4 Summary: A turn-based empire building strategy game inspired by Civilization II game. -
tags/1.3.9/Install/snap/snapcraft.yaml
r696 r727 1 1 name: c-evo 2 2 title: "C-evo: New Horizons" 3 version: '1. 4.0'3 version: '1.3.9' 4 4 summary: A turn-based empire building strategy game inspired by Civilization II game. 5 5 description: | … … 151 151 - libgtk2.0-dev 152 152 override-build: | 153 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204. 2/lazarus-project_4.2.0-0_amd64.deb154 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204. 2/fpc-laz_3.2.2-210709_amd64.deb155 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204. 2/fpc-src_3.2.2-210709_amd64.deb156 apt install ./lazarus-project_4. 2.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb153 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.4/lazarus-project_4.4.0-0_amd64.deb 154 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.4/fpc-laz_3.2.2-210709_amd64.deb 155 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.4/fpc-src_3.2.2-210709_amd64.deb 156 apt install ./lazarus-project_4.4.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb 157 157 stage: [-*] 158 158 prime: [-*] -
tags/1.3.9/Install/win/C-evo.iss
r698 r727 2 2 #define MyAppTitle "C-evo: New Horizons" 3 3 #define MyAppNameShort "C-evo-nh" 4 #define MyAppVersion "1. 4.0"5 #define MyAppVersionSuffix "alfa"4 #define MyAppVersion "1.3.9" 5 ;#define MyAppVersionSuffix "alfa" 6 6 #define MyAppPublisher "Chronosoft" 7 7 #define MyAppPublisherShort "Chronosoft" -
tags/1.3.9/Release notes.txt
r697 r727 1 Version 1.3.9 (2026-01-13) 2 ========================== 3 4 * Added: Enter key confirms battle dialog window. 5 * Added: Cartwheel map. 6 * Modified: Initialize InputDlg, MessgDlg and SettingsDlg dialogs dynamically on demand. 7 * Modified: Automatically set focus to the list of maps and saved books in the start screen. 8 * Modified: Do not store .png file extension in graphics names in book files. This is for compatibility with older C-evo versions. 9 * Fixed: Flashing of windows and task bar buttons during new modal windows displaying under Windows. 10 * Fixed: Do not show background image in windowed mode. 11 * Fixed: Limit maximum width of negative growth progress bar. 12 * Fixed: Lazarus 4.x wrong app icon drawing on Linux for sizes 256x256 and higher. Used lower 128x128 instead. 13 * Fixed: Map objects not drawn beyond city radius in city dialog if fractional scaling active. 14 * Fixed: Diplayed wrong completed city production if opened from city events and product switched from unit to building. 15 * Fixed: Wrong unit models opened after click on Military report foreign units. 16 * Fixed: Automatically create Saved and Maps user data directories if they don't exist yet. 17 * Fixed: Edit boxes to have black background and blue selection. 18 * Fixed: Disable auto selection of input text in message dialog. 19 * Fixed: Potential battle dialog drawing issue. 20 * Fixed: Better start screen location calculation for lower than 800x600 resolutions to make visible entire window. 21 * Fixed: Memory overflow in minimap drawing with some higher DPI settings. 22 * Fixed: Enable map move keys also in editor mode. 23 * Fixed: Potential mini map loading memory issue if saved map is too big. 24 * Fixed: Drawing map preview last line. 25 * Fixed: Do not allow scroll bar to have focus to make function keys working in selection dialog on Windows. 26 1 27 Version 1.3.8 (2025-08-01) 2 28 ========================== -
tags/1.3.9/readme.txt
r687 r727 24 24 * Home page: https://app.zdechov.net/c-evo/ 25 25 * Source code: https://svn.zdechov.net/c-evo/ 26 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4. 2.026 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4.4.0 27 27 * To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed). 28 28 -
trunk/Install/flatpak/net.zdechov.app.C-evo.metainfo.xml
r696 r727 12 12 <url type="contact">https://app.zdechov.net/c-evo#Support</url> 13 13 <url type="vcs-browser">https://app.zdechov.net/c-evo/browser</url> 14 <url type="donation">https://app.zdechov.net/c-evo/wiki/Donate</url> 14 15 15 16 <metadata_license>CC0-1.0</metadata_license> … … 61 62 62 63 <releases> 64 <release version="1.3.9" date="2026-01-13" type="stable"> 65 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.9/Release%20notes.txt</url> 66 <description> 67 <ul> 68 <li>Added: Enter key confirms battle dialog window.</li> 69 <li>Added: Cartwheel map.</li> 70 <li>Modified: Initialize InputDlg, MessgDlg and SettingsDlg dialogs dynamically on demand.</li> 71 <li>Modified: Automatically set focus to the list of maps and saved books in the start screen.</li> 72 <li>Modified: Do not store .png file extension in graphics names in book files. This is for compatibility with older C-evo versions.</li> 73 <li>Fixed: Flashing of windows and task bar buttons during new modal windows displaying under Windows.</li> 74 <li>Fixed: Do not show background image in windowed mode.</li> 75 <li>Fixed: Limit maximum width of negative growth progress bar.</li> 76 <li>Fixed: Lazarus 4.x wrong app icon drawing on Linux for sizes 256x256 and higher. Used lower 128x128 instead.</li> 77 <li>Fixed: Map objects not drawn beyond city radius in city dialog if fractional scaling active.</li> 78 <li>Fixed: Diplayed wrong completed city production if opened from city events and product switched from unit to building.</li> 79 <li>Fixed: Wrong unit models opened after click on Military report foreign units.</li> 80 <li>Fixed: Automatically create Saved and Maps user data directories if they don't exist yet.</li> 81 <li>Fixed: Edit boxes to have black background and blue selection.</li> 82 <li>Fixed: Disable auto selection of input text in message dialog.</li> 83 <li>Fixed: Potential battle dialog drawing issue.</li> 84 <li>Fixed: Better start screen location calculation for lower than 800x600 resolutions to make visible entire window.</li> 85 <li>Fixed: Memory overflow in minimap drawing with some higher DPI settings.</li> 86 <li>Fixed: Enable map move keys also in editor mode.</li> 87 <li>Fixed: Potential mini map loading memory issue if saved map is too big.</li> 88 <li>Fixed: Drawing map preview last line.</li> 89 <li>Fixed: Do not allow scroll bar to have focus to make function keys working in selection dialog on Windows.</li> 90 </ul> 91 </description> 92 </release> 63 93 <release version="1.3.8" date="2025-08-01" type="stable"> 64 94 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.8/Release%20notes.txt</url> -
trunk/Install/snap/snapcraft.yaml
r696 r727 151 151 - libgtk2.0-dev 152 152 override-build: | 153 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204. 2/lazarus-project_4.2.0-0_amd64.deb154 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204. 2/fpc-laz_3.2.2-210709_amd64.deb155 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204. 2/fpc-src_3.2.2-210709_amd64.deb156 apt install ./lazarus-project_4. 2.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb153 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.4/lazarus-project_4.4.0-0_amd64.deb 154 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.4/fpc-laz_3.2.2-210709_amd64.deb 155 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.4/fpc-src_3.2.2-210709_amd64.deb 156 apt install ./lazarus-project_4.4.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb 157 157 stage: [-*] 158 158 prime: [-*] -
trunk/Release notes.txt
r697 r727 1 Version 1.3.9 (2026-01-13) 2 ========================== 3 4 * Added: Enter key confirms battle dialog window. 5 * Added: Cartwheel map. 6 * Modified: Initialize InputDlg, MessgDlg and SettingsDlg dialogs dynamically on demand. 7 * Modified: Automatically set focus to the list of maps and saved books in the start screen. 8 * Modified: Do not store .png file extension in graphics names in book files. This is for compatibility with older C-evo versions. 9 * Fixed: Flashing of windows and task bar buttons during new modal windows displaying under Windows. 10 * Fixed: Do not show background image in windowed mode. 11 * Fixed: Limit maximum width of negative growth progress bar. 12 * Fixed: Lazarus 4.x wrong app icon drawing on Linux for sizes 256x256 and higher. Used lower 128x128 instead. 13 * Fixed: Map objects not drawn beyond city radius in city dialog if fractional scaling active. 14 * Fixed: Diplayed wrong completed city production if opened from city events and product switched from unit to building. 15 * Fixed: Wrong unit models opened after click on Military report foreign units. 16 * Fixed: Automatically create Saved and Maps user data directories if they don't exist yet. 17 * Fixed: Edit boxes to have black background and blue selection. 18 * Fixed: Disable auto selection of input text in message dialog. 19 * Fixed: Potential battle dialog drawing issue. 20 * Fixed: Better start screen location calculation for lower than 800x600 resolutions to make visible entire window. 21 * Fixed: Memory overflow in minimap drawing with some higher DPI settings. 22 * Fixed: Enable map move keys also in editor mode. 23 * Fixed: Potential mini map loading memory issue if saved map is too big. 24 * Fixed: Drawing map preview last line. 25 * Fixed: Do not allow scroll bar to have focus to make function keys working in selection dialog on Windows. 26 1 27 Version 1.3.8 (2025-08-01) 2 28 ========================== -
trunk/readme.txt
r687 r727 24 24 * Home page: https://app.zdechov.net/c-evo/ 25 25 * Source code: https://svn.zdechov.net/c-evo/ 26 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4. 2.026 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4.4.0 27 27 * To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed). 28 28
Note:
See TracChangeset
for help on using the changeset viewer.
