Changeset 541


Ignore:
Timestamp:
Apr 16, 2024, 12:23:07 PM (2 weeks ago)
Author:
chronos
Message:
  • Added: Windows installer for version 1.3.2.
Files:
3 added
9 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.2/Global.pas

    r474 r541  
    1919  AITemplateFileName = 'AI Template' + DirectorySeparator + AITemplateManual + '.html';
    2020  CevoVersionMajor = 1;
    21   CevoVersionMinor = 4;
    22   CevoVersionBugFix = 0;
     21  CevoVersionMinor = 3;
     22  CevoVersionBugFix = 2;
    2323  CevoVersion = ((CevoVersionMajor and $ff) shl 16) or
    2424    ((CevoVersionMinor and $ff) shl 8) or
  • tags/1.3.2/Install/deb/debian/changelog

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

    r403 r541  
    33Section: games
    44Priority: optional
    5 Standards-Version: 1.4.0
     5Standards-Version: 1.3.2
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • tags/1.3.2/Install/rpm/c-evo.spec

    r421 r541  
    11Name:           c-evo
    2 Version:        1.4.0
     2Version:        1.3.2
    33Release:        1%{?dist}
    44Summary:        Empire building game
  • tags/1.3.2/Install/snap/snapcraft.yaml

    r494 r541  
    11name: c-evo
    22title: "C-evo: New Horizons"
    3 version: '1.4.0'
     3version: '1.3.2'
    44summary: A turn-based empire building game inspired by Civilization II game.
    55description: |
     
    112112    - libgtk2.0-dev
    113113    override-build: |
    114       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/lazarus-project_2.2.6-0_amd64.deb
    115       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/fpc-laz_3.2.2-210709_amd64.deb
    116       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/fpc-src_3.2.2-210709_amd64.deb
    117       apt install ./lazarus-project_2.2.6-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
     114      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/lazarus-project_3.2.0-0_amd64.deb
     115      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-laz_3.2.2-210709_amd64.deb
     116      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-src_3.2.2-210709_amd64.deb
     117      apt install ./lazarus-project_3.2.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
    118118    stage: [-*]
    119119    prime: [-*]
  • tags/1.3.2/Install/win/Common.iss

    r493 r541  
    55#define MyAppTitle "C-evo: New Horizons"
    66#define MyAppNameShort "C-evo-nh"
    7 #define MyAppVersion "1.4.0"
    8 #define MyAppVersionSuffix "alfa"
     7#define MyAppVersion "1.3.2"
     8;#define MyAppVersionSuffix "alfa"
    99#define MyAppPublisher "Chronosoft"
    1010#define MyAppPublisherShort "Chronosoft"
  • tags/1.3.2/Release notes.txt

    r446 r541  
     1Version 1.3.2 (2024-04-16)
     2==========================
     3
     4* Added: High DPI support. It can be overriden in settings dialog.
     5* Added: French localization and more german and russian localization files.
     6* Modified: Build with Lazarus 3.2.
     7* Modified: Use slow mouse scrolling by default.
     8* 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.
     9* Fixed: Eliminated unwanted second map resize and redraw during displaying of the main game window.
     10* Fixed: First letter in help page titles were not correctly read as UTF-8 character.
     11* Fixed: Error by typing letters in list of maps.
     12* Fixed: Missing unit stat dialog position initialization for enemy city.
     13* Fixed: Saving maps from the editor didn't work due to wrong file names.
     14* Fixed: Chinese language list selection in Settings window didn't work correctly.
     15* Fixed: Corruption external help image referenced with incorrect file name case.
     16* Fixed: Chinese and Russian translation converted to UTF-8.
     17
    118Version 1.3.1 (2022-05-18)
    219==========================
  • trunk/Install/snap/snapcraft.yaml

    r494 r541  
    112112    - libgtk2.0-dev
    113113    override-build: |
    114       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/lazarus-project_2.2.6-0_amd64.deb
    115       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/fpc-laz_3.2.2-210709_amd64.deb
    116       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/fpc-src_3.2.2-210709_amd64.deb
    117       apt install ./lazarus-project_2.2.6-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
     114      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/lazarus-project_3.2.0-0_amd64.deb
     115      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-laz_3.2.2-210709_amd64.deb
     116      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-src_3.2.2-210709_amd64.deb
     117      apt install ./lazarus-project_3.2.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
    118118    stage: [-*]
    119119    prime: [-*]
  • trunk/Release notes.txt

    r446 r541  
     1Version 1.3.2 (2024-04-16)
     2==========================
     3
     4* Added: High DPI support. It can be overriden in settings dialog.
     5* Added: French localization and more german and russian localization files.
     6* Modified: Build with Lazarus 3.2.
     7* Modified: Use slow mouse scrolling by default.
     8* 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.
     9* Fixed: Eliminated unwanted second map resize and redraw during displaying of the main game window.
     10* Fixed: First letter in help page titles were not correctly read as UTF-8 character.
     11* Fixed: Error by typing letters in list of maps.
     12* Fixed: Missing unit stat dialog position initialization for enemy city.
     13* Fixed: Saving maps from the editor didn't work due to wrong file names.
     14* Fixed: Chinese language list selection in Settings window didn't work correctly.
     15* Fixed: Corruption external help image referenced with incorrect file name case.
     16* Fixed: Chinese and Russian translation converted to UTF-8.
     17
    118Version 1.3.1 (2022-05-18)
    219==========================
Note: See TracChangeset for help on using the changeset viewer.