Changeset 727


Ignore:
Timestamp:
Jan 13, 2026, 5:49:33 PM (3 hours ago)
Author:
chronos
Message:
  • Modified: 1.3.9 release changes.
  • Added: 1.3.9 Windows installer.
Files:
1 added
14 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.9/Install/deb/debian/changelog

    r403 r727  
    1 c-evo (1.4.0-0) precise; urgency=low
     1c-evo (1.3.9-0) precise; urgency=low
    22
    3   * Original version 1.4.0 packaged with lazdebian
     3  * Original version 1.3.9 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 17 Dec 2016 00:51:08 +0100
  • tags/1.3.9/Install/deb/debian/control

    r682 r727  
    33Section: games
    44Priority: optional
    5 Standards-Version: 1.4.0
     5Standards-Version: 1.3.9
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • tags/1.3.9/Install/flatpak/net.zdechov.app.C-evo.metainfo.xml

    r696 r727  
    1212  <url type="contact">https://app.zdechov.net/c-evo#Support</url>
    1313  <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>
    1415
    1516  <metadata_license>CC0-1.0</metadata_license>
     
    4445    <screenshot type="default">
    4546      <caption>Game interface and world map</caption>
    46       <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Game.jpg</image>
     47      <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/Game.jpg</image>
    4748    </screenshot>
    4849    <screenshot>
    4950      <caption>Main menu</caption>
    50       <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Main%20menu.jpg</image>
     51      <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/Main%20menu.jpg</image>
    5152    </screenshot>
    5253    <screenshot>
    5354      <caption>Start of a new game</caption>
    54       <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/New%20game.jpg</image>
     55      <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/New%20game.jpg</image>
    5556    </screenshot>
    5657    <screenshot>
    5758      <caption>Multiple opened windows</caption>
    58       <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Windows.jpg</image>
     59      <image>https://svn.zdechov.net/c-evo/tags/1.3.9/Screenshots/Windows.jpg</image>
    5960    </screenshot>
    6061  </screenshots>
    6162
    6263  <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>
    6393    <release version="1.3.8" date="2025-08-01" type="stable">
    6494      <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  
    3636    sources:
    3737      - type: svn
    38         url: https://svn.zdechov.net/c-evo/trunk
    39         revision: r696
     38        url: https://svn.zdechov.net/c-evo/tags/1.3.9
     39        revision: r727
    4040    buildsystem: simple
    4141    build-options:
  • tags/1.3.9/Install/lutris/c-evo.yaml

    r696 r727  
    22game_slug: c-evo-new-horizons
    33slug: c-evo-new-horizons-gtk2-140-64-bit
    4 version: 1.4.0 Gtk2 64-bit
     4version: 1.3.9 Gtk2 64-bit
    55runner: linux
    66
    77script:
    88  files:
    9   - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1.4.0-amd64.zip
     9  - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1.3.9-amd64.zip
    1010  game:
    1111    exe: c-evo
  • tags/1.3.9/Install/rpm/c-evo.spec

    r697 r727  
    11Name:           c-evo
    2 Version:        1.4.0
     2Version:        1.3.9
    33Release:        1%{?dist}
    44Summary:        A turn-based empire building strategy game inspired by Civilization II game.
  • tags/1.3.9/Install/snap/snapcraft.yaml

    r696 r727  
    11name: c-evo
    22title: "C-evo: New Horizons"
    3 version: '1.4.0'
     3version: '1.3.9'
    44summary: A turn-based empire building strategy game inspired by Civilization II game.
    55description: |
     
    151151    - libgtk2.0-dev
    152152    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.deb
    154       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.2/fpc-laz_3.2.2-210709_amd64.deb
    155       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.2/fpc-src_3.2.2-210709_amd64.deb
    156       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.deb
     153      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
    157157    stage: [-*]
    158158    prime: [-*]
  • tags/1.3.9/Install/win/C-evo.iss

    r698 r727  
    22#define MyAppTitle "C-evo: New Horizons"
    33#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"
    66#define MyAppPublisher "Chronosoft"
    77#define MyAppPublisherShort "Chronosoft"
  • tags/1.3.9/Release notes.txt

    r697 r727  
     1Version 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
    127Version 1.3.8 (2025-08-01)
    228==========================
  • tags/1.3.9/readme.txt

    r687 r727  
    2424* Home page: https://app.zdechov.net/c-evo/
    2525* Source code: https://svn.zdechov.net/c-evo/
    26 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4.2.0
     26* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4.4.0
    2727* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
    2828
  • trunk/Install/flatpak/net.zdechov.app.C-evo.metainfo.xml

    r696 r727  
    1212  <url type="contact">https://app.zdechov.net/c-evo#Support</url>
    1313  <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>
    1415
    1516  <metadata_license>CC0-1.0</metadata_license>
     
    6162
    6263  <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>
    6393    <release version="1.3.8" date="2025-08-01" type="stable">
    6494      <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.8/Release%20notes.txt</url>
  • trunk/Install/snap/snapcraft.yaml

    r696 r727  
    151151    - libgtk2.0-dev
    152152    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.deb
    154       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.2/fpc-laz_3.2.2-210709_amd64.deb
    155       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.2/fpc-src_3.2.2-210709_amd64.deb
    156       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.deb
     153      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
    157157    stage: [-*]
    158158    prime: [-*]
  • trunk/Release notes.txt

    r697 r727  
     1Version 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
    127Version 1.3.8 (2025-08-01)
    228==========================
  • trunk/readme.txt

    r687 r727  
    2424* Home page: https://app.zdechov.net/c-evo/
    2525* Source code: https://svn.zdechov.net/c-evo/
    26 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4.2.0
     26* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 4.4.0
    2727* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
    2828
Note: See TracChangeset for help on using the changeset viewer.