Changeset 556 for tags


Ignore:
Timestamp:
Apr 24, 2024, 11:50:02 AM (11 days ago)
Author:
chronos
Message:
  • Added: Windows installer for version 1.3.3.
  • Modified: Version 1.3.3 related updates.
Location:
tags/1.3.3
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.3/Global.pas

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

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

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

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

    r553 r556  
    11name: c-evo
    22title: "C-evo: New Horizons"
    3 version: '1.4.0'
     3version: '1.3.3'
    44summary: A turn-based empire building game inspired by Civilization II game.
    55description: |
  • tags/1.3.3/Install/win/Common.iss

    r493 r556  
    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.3"
     8;#define MyAppVersionSuffix "alfa"
    99#define MyAppPublisher "Chronosoft"
    1010#define MyAppPublisherShort "Chronosoft"
  • tags/1.3.3/Release notes.txt

    r541 r556  
     1Version 1.3.3 (2024-04-24)
     2==========================
     3
     4* Modified: Optimized high DPI scaling. Use lookup table for scaled values. Draw only terrain textures with precise scaling.
     5* Modified: Optimize code with earlier break from for cycle evaluating boolean result.
     6* Fixed: Bad unit drawing in battle dialog.
     7* Fixed: Incorrect range checking in scaled bitmap drawing method.
     8* Fixed: Correct translation of offered players AIs.
     9
    110Version 1.3.2 (2024-04-16)
    211==========================
Note: See TracChangeset for help on using the changeset viewer.