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

Changeset 160 for tags


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.
Location:
tags/1.2.0
Files:
3 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
Note: See TracChangeset for help on using the changeset viewer.