Changeset 601


Ignore:
Timestamp:
Aug 11, 2024, 10:14:03 PM (6 weeks ago)
Author:
chronos
Message:
  • Added: Windows installator for version 1.3.5.
  • Modified: Version 1.3.5 related changes.
Files:
3 added
8 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.5/Global.pas

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

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

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

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

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

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

    r585 r601  
     1Version 1.3.4 (2024-08-11)
     2==========================
     3
     4* Modified: Remember last selected map between application restarts.
     5* Modified: Draw graphical preview for maps which doesn't have associated image.
     6* Fixed: Avoided more GTK2 crashes.
     7* Fixed: Build StdAI with -O1 optimization level to avoid crash.
     8* Fixed: With selected map it was not possible to start a new game due to wrong map path.
     9
    110Version 1.3.4 (2024-05-23)
    211==========================
  • trunk/Release notes.txt

    r585 r601  
     1Version 1.3.4 (2024-08-11)
     2==========================
     3
     4* Modified: Remember last selected map between application restarts.
     5* Modified: Draw graphical preview for maps which doesn't have associated image.
     6* Fixed: Avoided more GTK2 crashes.
     7* Fixed: Build StdAI with -O1 optimization level to avoid crash.
     8* Fixed: With selected map it was not possible to start a new game due to wrong map path.
     9
    110Version 1.3.4 (2024-05-23)
    211==========================
Note: See TracChangeset for help on using the changeset viewer.