Changeset 160
- Timestamp:
- Nov 19, 2017, 1:18:33 AM (7 years ago)
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.2.0/Install/win/xTactics.iss
r138 r160 3 3 4 4 #define MyAppName "xTactics" 5 #define MyAppVersion "1.2.0 -alfa"5 #define MyAppVersion "1.2.0" 6 6 #define MyAppPublisher "Chronosoft" 7 7 #define MyAppPublisherShort "Chronosoft" -
tags/1.2.0/Release notes.txt
r138 r160 1 Version 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 1 19 Version 1.1.0 (2017-07-06) 2 20 ========================== … … 16 34 * Fixed: Set correct Windows registry path for storing form size. 17 35 * Fixed: Set correct path for Config.xml file. 18 19 36 20 37 Version 1.0.0 (2016-12-10) -
tags/1.2.0/UCore.lfm
r148 r160 2047 2047 VersionMinor = 2 2048 2048 VersionBugFix = 0 2049 VersionSuffix = 'alfa'2050 2049 CompanyName = 'Chronosoft' 2051 2050 CompanyHomePage = 'http://svn.zdechov.net/trac/xtactics' … … 2053 2052 AuthorsName = 'Chronos' 2054 2053 AppName = 'xTactics' 2055 ReleaseDate = 4 29222054 ReleaseDate = 43058 2056 2055 RegistryKey = '\Software\xTactics' 2057 2056 RegistryRoot = rrKeyCurrentUser -
trunk/Install/deb/debian/changelog
r138 r160 1 xtactics (1. 2.0-1) precise; urgency=low1 xtactics (1.3.0-1) precise; urgency=low 2 2 3 * Original version 1. 2.0 packaged with lazdebian3 * Original version 1.3.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 6 Jul 2017 00:51:08 +0100 -
trunk/Install/deb/debian/control
r138 r160 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 2.05 Standards-Version: 1.3.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/rpm/xtactics.spec
r140 r160 1 1 Name: xtactics 2 Version: 1. 2.02 Version: 1.3.0 3 3 Release: 1%{?dist} 4 4 Summary: Turn-based strategic war game inspired by Risk board game. -
trunk/Install/win/xTactics.iss
r138 r160 3 3 4 4 #define MyAppName "xTactics" 5 #define MyAppVersion "1. 2.0-alfa"5 #define MyAppVersion "1.3.0-alfa" 6 6 #define MyAppPublisher "Chronosoft" 7 7 #define MyAppPublisherShort "Chronosoft" -
trunk/Release notes.txt
r138 r160 1 Version 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 1 19 Version 1.1.0 (2017-07-06) 2 20 ========================== … … 16 34 * Fixed: Set correct Windows registry path for storing form size. 17 35 * Fixed: Set correct path for Config.xml file. 18 19 36 20 37 Version 1.0.0 (2016-12-10) -
trunk/UCore.lfm
r148 r160 2045 2045 Identification = 1 2046 2046 VersionMajor = 1 2047 VersionMinor = 22047 VersionMinor = 3 2048 2048 VersionBugFix = 0 2049 2049 VersionSuffix = 'alfa' … … 2053 2053 AuthorsName = 'Chronos' 2054 2054 AppName = 'xTactics' 2055 ReleaseDate = 4 29222055 ReleaseDate = 43058 2056 2056 RegistryKey = '\Software\xTactics' 2057 2057 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.