close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 160


Ignore:
Timestamp:
Nov 19, 2017, 1:18:33 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Trunk updated to version 1.3.0 alfa.
  • Added: Ubuntu amd64 1.2.0 deb package.
Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • tags/1.2.0/Install/win/xTactics.iss

    r138 r160  
    33
    44#define MyAppName "xTactics"
    5 #define MyAppVersion "1.2.0-alfa"
     5#define MyAppVersion "1.2.0"
    66#define MyAppPublisher "Chronosoft"
    77#define MyAppPublisherShort "Chronosoft"
  • tags/1.2.0/Release notes.txt

    r138 r160  
     1Version 1.2.0 (2017-11-19)
     2==========================
     3
     4* Added: Remember players configuration for new game.
     5* Added: Map can have rounded shape.
     6* Added: New Unit moves window available from Tools menu.
     7* Modified: Improved code for symetric map generation.
     8* Modified: Store player settings for new game separately to current game players.
     9* Modified: Implemented better algorithm for initialization of players start cell to maintain minimal distance between players.
     10* Modified: Do not create settings form on application start but just if form is opened.
     11* Modified: Improved attack to neutral units if computer have more units available when necessary.
     12* Fixed: Show error message if not all players were placed to the map.
     13* Fixed: Build cell bridges correctly if symetric map is selected.
     14* Fixed: Avoid possible negative cell power if player unit was previously unsucessfully attacked and weaken by enemy.
     15* Fixed: Same game structures were not correctly initialized during load from file.
     16* Fixed: Show other players cells with normal power and cells of current player with power lowered by unit moves.
     17* Fixed: Problems with freeing memory of unit moves.
     18
    119Version 1.1.0 (2017-07-06)
    220==========================
     
    1634* Fixed: Set correct Windows registry path for storing form size.
    1735* Fixed: Set correct path for Config.xml file.
    18 
    1936
    2037Version 1.0.0 (2016-12-10)
  • tags/1.2.0/UCore.lfm

    r148 r160  
    20472047    VersionMinor = 2
    20482048    VersionBugFix = 0
    2049     VersionSuffix = 'alfa'
    20502049    CompanyName = 'Chronosoft'
    20512050    CompanyHomePage = 'http://svn.zdechov.net/trac/xtactics'
     
    20532052    AuthorsName = 'Chronos'
    20542053    AppName = 'xTactics'
    2055     ReleaseDate = 42922
     2054    ReleaseDate = 43058
    20562055    RegistryKey = '\Software\xTactics'
    20572056    RegistryRoot = rrKeyCurrentUser
  • trunk/Install/deb/debian/changelog

    r138 r160  
    1 xtactics (1.2.0-1) precise; urgency=low
     1xtactics (1.3.0-1) precise; urgency=low
    22
    3   * Original version 1.2.0 packaged with lazdebian
     3  * Original version 1.3.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 6 Jul 2017 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r138 r160  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.2.0
     5Standards-Version: 1.3.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/rpm/xtactics.spec

    r140 r160  
    11Name:           xtactics
    2 Version:        1.2.0
     2Version:        1.3.0
    33Release:        1%{?dist}
    44Summary:        Turn-based strategic war game inspired by Risk board game.
  • trunk/Install/win/xTactics.iss

    r138 r160  
    33
    44#define MyAppName "xTactics"
    5 #define MyAppVersion "1.2.0-alfa"
     5#define MyAppVersion "1.3.0-alfa"
    66#define MyAppPublisher "Chronosoft"
    77#define MyAppPublisherShort "Chronosoft"
  • trunk/Release notes.txt

    r138 r160  
     1Version 1.2.0 (2017-11-19)
     2==========================
     3
     4* Added: Remember players configuration for new game.
     5* Added: Map can have rounded shape.
     6* Added: New Unit moves window available from Tools menu.
     7* Modified: Improved code for symetric map generation.
     8* Modified: Store player settings for new game separately to current game players.
     9* Modified: Implemented better algorithm for initialization of players start cell to maintain minimal distance between players.
     10* Modified: Do not create settings form on application start but just if form is opened.
     11* Modified: Improved attack to neutral units if computer have more units available when necessary.
     12* Fixed: Show error message if not all players were placed to the map.
     13* Fixed: Build cell bridges correctly if symetric map is selected.
     14* Fixed: Avoid possible negative cell power if player unit was previously unsucessfully attacked and weaken by enemy.
     15* Fixed: Same game structures were not correctly initialized during load from file.
     16* Fixed: Show other players cells with normal power and cells of current player with power lowered by unit moves.
     17* Fixed: Problems with freeing memory of unit moves.
     18
    119Version 1.1.0 (2017-07-06)
    220==========================
     
    1634* Fixed: Set correct Windows registry path for storing form size.
    1735* Fixed: Set correct path for Config.xml file.
    18 
    1936
    2037Version 1.0.0 (2016-12-10)
  • trunk/UCore.lfm

    r148 r160  
    20452045    Identification = 1
    20462046    VersionMajor = 1
    2047     VersionMinor = 2
     2047    VersionMinor = 3
    20482048    VersionBugFix = 0
    20492049    VersionSuffix = 'alfa'
     
    20532053    AuthorsName = 'Chronos'
    20542054    AppName = 'xTactics'
    2055     ReleaseDate = 42922
     2055    ReleaseDate = 43058
    20562056    RegistryKey = '\Software\xTactics'
    20572057    RegistryRoot = rrKeyCurrentUser
Note: See TracChangeset for help on using the changeset viewer.