Changeset 727 for trunk


Ignore:
Timestamp:
Jan 13, 2026, 5:49:33 PM (8 days ago)
Author:
chronos
Message:
  • Modified: 1.3.9 release changes.
  • Added: 1.3.9 Windows installer.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • 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.