- Timestamp:
- Jul 6, 2017, 12:24:14 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r112 r138 1 xtactics (1. 0.0-1) precise; urgency=low1 xtactics (1.2.0-1) precise; urgency=low 2 2 3 * Original version 1. 0.0 packaged with lazdebian3 * Original version 1.2.0 packaged with lazdebian 4 4 5 -- Chronos <robie@centrum.cz> Sun, 27 Nov 201600:51:08 +01005 -- Chronos <robie@centrum.cz> Sun, 6 Jul 2017 00:51:08 +0100 -
trunk/Install/deb/debian/control
r112 r138 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 0.05 Standards-Version: 1.2.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/win/build.bat
r136 r138 1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode= Release --cpu=i386../../xtactics.lpr2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode= Release --cpu=x86_64../../xtactics.lpr1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ../../xtactics.lpr 2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ../../xtactics.lpr 3 3 4 4 "C:\Program Files (x86)\Inno Setup 5\iscc.exe" xTactics.iss -
trunk/Install/win/xTactics.iss
r136 r138 3 3 4 4 #define MyAppName "xTactics" 5 #define MyAppVersion "1. 0"5 #define MyAppVersion "1.2.0-alfa" 6 6 #define MyAppPublisher "Chronosoft" 7 7 #define MyAppPublisherShort "Chronosoft" -
trunk/Release notes.txt
r118 r138 1 Version 1.1.0 (2017-07-06) 2 ========================== 3 4 * Added: Player starts units can be configured in player dialog. 5 * Added: Graph window can be shown from menu which presents development of various statistic values during game turns. 6 * Added: Load recent menu action to load recently opened/saved files. 7 * Modified: Allow cells to have more then 99 units. Additional units over 99 will die according twice of root square of units over 99. This allows to quick resolution even in case of narrow connections where two players send maximum units against each other. 8 * Fixed: Map black background under Windows OS was not correct. Used dark gray color so bridges between cells are visible. 9 * Fixed: Some application states were not stored/restored correctly after application restart. 10 * Fixed: Default maximized form state for PersistentForm. * Fixed: Do not scale up maximized forms according DPI settings. 11 * Fixed: Require at least 2 players for a game. 12 * Fixed: If only computer players are present in game then starts computer move immediatelly. 13 * Fixed: Center map to player main city at start. 14 * Fixed: Exception if no human player was selected. 15 * Fixed: Do not allow to move from single cell more units when available. 16 * Fixed: Set correct Windows registry path for storing form size. 17 * Fixed: Set correct path for Config.xml file. 18 19 1 20 Version 1.0.0 (2016-12-10) 2 21 ========================== -
trunk/UCore.lfm
r133 r138 2041 2041 Identification = 1 2042 2042 VersionMajor = 1 2043 VersionMinor = 02043 VersionMinor = 2 2044 2044 VersionBugFix = 0 2045 2045 VersionSuffix = 'alfa' … … 2049 2049 AuthorsName = 'Chronos' 2050 2050 AppName = 'xTactics' 2051 ReleaseDate = 429 132051 ReleaseDate = 42922 2052 2052 RegistryKey = '\Software\xTactics' 2053 2053 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.