Changeset 382
- Timestamp:
- Jan 4, 2025, 11:31:50 AM (3 days ago)
- Files:
-
- 1 added
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.4.0/Core.lfm
r364 r382 1545 1545 VersionMinor = 4 1546 1546 VersionBugFix = 0 1547 VersionSuffix = 'alfa'1548 1547 CompanyName = 'Chronosoft' 1549 1548 CompanyHomePage = 'https://app.zdechov.net/xtactics' … … 1553 1552 AppName = 'xTactics' 1554 1553 Description = 'A turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules.' 1555 ReleaseDate = 45 4681554 ReleaseDate = 45661 1556 1555 RegistryKey = '\Software\Chronosoft\xTactics' 1557 1556 RegistryRoot = rrKeyCurrentUser -
tags/1.4.0/Install/flatpak/net.zdechov.app.xTactics.metainfo.xml
r379 r382 60 60 <screenshot type="default"> 61 61 <caption>Main window</caption> 62 <image>https://svn.zdechov.net/xtactics/t runk/Images/Screenshots/xTactics.png</image>62 <image>https://svn.zdechov.net/xtactics/tags/1.4.0/Images/Screenshots/xTactics.png</image> 63 63 </screenshot> 64 64 <screenshot> 65 65 <caption>World map</caption> 66 <image>https://svn.zdechov.net/xtactics/t runk/Images/Screenshots/xTactics%20world.png</image>66 <image>https://svn.zdechov.net/xtactics/tags/1.4.0/Images/Screenshots/xTactics%20world.png</image> 67 67 </screenshot> 68 68 <screenshot> 69 69 <caption>Dark theme</caption> 70 <image>https://svn.zdechov.net/xtactics/t runk/Images/Screenshots/xTactics%20dark.png</image>70 <image>https://svn.zdechov.net/xtactics/tags/1.4.0/Images/Screenshots/xTactics%20dark.png</image> 71 71 </screenshot> 72 72 </screenshots> 73 73 74 74 <releases> 75 <release version="1.4.0" date="2025-01-0 2">75 <release version="1.4.0" date="2025-01-04"> 76 76 <url type="details">https://svn.zdechov.net/xtactics/tags/1.4.0/Release%20Notes.txt</url> 77 77 <description> 78 78 <ul> 79 <li>Added: Application icon with 128x128 resolution.</li> 80 <li>Added: Close button on more forms for better touch screen devices support.</li> 81 <li>Added: Game systems action in Tools menu.</li> 82 <li>Added: Allow to add building kinds to game system.</li> 83 <li>Added: Allow to manage nations for each game system.</li> 84 <li>Added: New map type hexagonal horizontal.</li> 85 <li>Added: Limit allowed map type according selected game system.</li> 86 <li>Added: Allow to load/save game system from/to file system as .xts file.</li> 87 <li>Added: Allow to move units instantly during turn.</li> 88 <li>Added: Game system parameter to play without possibility to merge/split units.</li> 89 <li>Added: Show units shape to see in which cell units are placed.</li> 90 <li>Added: Delete button to unit move dialog.</li> 91 <li>Added: Map random preview in New game form.</li> 92 <li>Added: New menu action show/hide map grid lines.</li> 93 <li>Added: New win objective None to just play freely without any win objective.</li> 94 <li>Added: New win objective to capture entire map.</li> 95 <li>Added: New game systems to represent various game play systems of other existing games.</li> 96 <li>Added: New game option to set cells without player units as neutral.</li> 97 <li>Modified: Improved data directories detection.</li> 98 <li>Modified: OK button moved to be on the left side of buttons.</li> 99 <li>Modified: Added more action icons to main toolbar and main menu.</li> 100 <li>Modified: Do not paint new game preview bellow form height.</li> 101 <li>Modified: Automatically save running game on application exit and reopen it on next start.</li> 102 <li>Modified: Automatic map zoom on new game.</li> 103 <li>Modified: Show icons in shortcuts window.</li> 104 <li>Modified: Improved dark theme support on Windows.</li> 105 <li>Modified: End turn with space key.</li> 106 <li>Modified: Allow to set nation in player settings.</li> 107 <li>Modified: Allow to have only one player in the game.</li> 108 <li>Fixed: Initialization of preset World image map.</li> 109 <li>Fixed: Map image was not always loaded and applied.</li> 110 <li>Fixed: Symetric map generation.</li> 111 <li>Fixed: Store current player information to game save to be able to continue with different player.</li> 112 <li>Fixed: Item list form minimal item count limit on items removal.</li> 113 <li>Fixed: Store client form settings on close.</li> 114 <li>Fixed: Workaround for incorrect client form drawing area size on Windows.</li> 115 <li>Fixed: New game symetric map units calcualtion.</li> 116 <li>Fixed: Map preview with cell and unit borders.</li> 117 <li>Fixed: Allow to set preferred game system grid type.</li> 118 <li>Fixed: Remember maximized main form state on Linux.</li> 119 <li>Fixed: Main form was not visible on Windows task bar.</li> 120 <li>Fixed: Size of buttons was too small in some cases.</li> 121 <li>Fixed: Show toolbars hints.</li> 122 <li>Fixed: Fully terminate the application on main form closure.</li> 123 <li>Fixed: Error if players stats opened.</li> 124 <li>Fixed: Clear correctly defender player from unit moves if his cell is captured.</li> 125 <li>Fixed: Do not allow to remove too many players to have at least minimum players.</li> 126 <li>Fixed: Bad cell links in Random map type causing problems on openning saved file.</li> 127 <li>Fixed: Selection of unit moves.</li> 128 <li>Fixed: Full screen mode under Windows and Linux.</li> 79 129 </ul> 80 130 </description> -
tags/1.4.0/Install/flatpak/net.zdechov.app.xTactics.yml
r379 r382 26 26 sources: 27 27 - type: svn 28 url: https://svn.zdechov.net/xtactics/t runk29 revision: r3 7928 url: https://svn.zdechov.net/xtactics/tags/1.4.0 29 revision: r382 30 30 buildsystem: simple 31 31 build-commands: -
tags/1.4.0/Install/win/xTactics.iss
r372 r382 5 5 #define MyAppNameShort "xTactics" 6 6 #define MyAppVersion "1.4.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" -
tags/1.4.0/Read me.txt
r316 r382 1 Developed using Lazarus 3. 4.0 (http://www.lazarus-ide.org/)1 Developed using Lazarus 3.6.0 (http://www.lazarus-ide.org/) -
tags/1.4.0/Release notes.txt
r313 r382 1 Version 1.4.0 (2025-01-04) 2 ========================== 3 4 * Added: Application icon with 128x128 resolution. 5 * Added: Close button on more forms for better touch screen devices support. 6 * Added: Game systems action in Tools menu. 7 * Added: Allow to add building kinds to game system. 8 * Added: Allow to manage nations for each game system. 9 * Added: New map type hexagonal horizontal. 10 * Added: Limit allowed map type according selected game system. 11 * Added: Allow to load/save game system from/to file system as .xts file. 12 * Added: Allow to move units instantly during turn. 13 * Added: Game system parameter to play without possibility to merge/split units. 14 * Added: Show units shape to see in which cell units are placed. 15 * Added: Delete button to unit move dialog. 16 * Added: Map random preview in New game form. 17 * Added: New menu action show/hide map grid lines. 18 * Added: New win objective None to just play freely without any win objective. 19 * Added: New win objective to capture entire map. 20 * Added: New game systems to represent various game play systems of other existing games. 21 * Added: New game option to set cells without player units as neutral. 22 * Modified: Improved data directories detection. 23 * Modified: OK button moved to be on the left side of buttons. 24 * Modified: Added more action icons to main toolbar and main menu. 25 * Modified: Do not paint new game preview bellow form height. 26 * Modified: Automatically save running game on application exit and reopen it on next start. 27 * Modified: Automatic map zoom on new game. 28 * Modified: Show icons in shortcuts window. 29 * Modified: Improved dark theme support on Windows. 30 * Modified: End turn with space key. 31 * Modified: Allow to set nation in player settings. 32 * Modified: Allow to have only one player in the game. 33 * Fixed: Initialization of preset World image map. 34 * Fixed: Map image was not always loaded and applied. 35 * Fixed: Symetric map generation. 36 * Fixed: Store current player information to game save to be able to continue with different player. 37 * Fixed: Item list form minimal item count limit on items removal. 38 * Fixed: Store client form settings on close. 39 * Fixed: Workaround for incorrect client form drawing area size on Windows. 40 * Fixed: New game symetric map units calcualtion. 41 * Fixed: Map preview with cell and unit borders. 42 * Fixed: Allow to set preferred game system grid type. 43 * Fixed: Remember maximized main form state on Linux. 44 * Fixed: Main form was not visible on Windows task bar. 45 * Fixed: Size of buttons was too small in some cases. 46 * Fixed: Show toolbars hints. 47 * Fixed: Fully terminate the application on main form closure. 48 * Fixed: Error if players stats opened. 49 * Fixed: Clear correctly defender player from unit moves if his cell is captured. 50 * Fixed: Do not allow to remove too many players to have at least minimum players. 51 * Fixed: Bad cell links in Random map type causing problems on openning saved file. 52 * Fixed: Selection of unit moves. 53 * Fixed: Full screen mode under Windows and Linux. 54 1 55 Version 1.3.0 (2018-09-22) 2 56 ========================== -
trunk/Core.lfm
r364 r382 1543 1543 Identification = 1 1544 1544 VersionMajor = 1 1545 VersionMinor = 41545 VersionMinor = 5 1546 1546 VersionBugFix = 0 1547 1547 VersionSuffix = 'alfa' … … 1553 1553 AppName = 'xTactics' 1554 1554 Description = 'A turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules.' 1555 ReleaseDate = 45 4681555 ReleaseDate = 45661 1556 1556 RegistryKey = '\Software\Chronosoft\xTactics' 1557 1557 RegistryRoot = rrKeyCurrentUser -
trunk/Install/deb/debian/changelog
r253 r382 1 xtactics (1. 4.0-1) precise; urgency=low1 xtactics (1.5.0-1) precise; urgency=low 2 2 3 * Original version 1. 4.0 packaged with lazdebian3 * Original version 1.5.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
r264 r382 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 4.05 Standards-Version: 1.5.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/flatpak/net.zdechov.app.xTactics.metainfo.xml
r379 r382 73 73 74 74 <releases> 75 <release version="1.4.0" date="2025-01-0 2">75 <release version="1.4.0" date="2025-01-04"> 76 76 <url type="details">https://svn.zdechov.net/xtactics/tags/1.4.0/Release%20Notes.txt</url> 77 77 <description> 78 78 <ul> 79 <li>Added: Application icon with 128x128 resolution.</li> 80 <li>Added: Close button on more forms for better touch screen devices support.</li> 81 <li>Added: Game systems action in Tools menu.</li> 82 <li>Added: Allow to add building kinds to game system.</li> 83 <li>Added: Allow to manage nations for each game system.</li> 84 <li>Added: New map type hexagonal horizontal.</li> 85 <li>Added: Limit allowed map type according selected game system.</li> 86 <li>Added: Allow to load/save game system from/to file system as .xts file.</li> 87 <li>Added: Allow to move units instantly during turn.</li> 88 <li>Added: Game system parameter to play without possibility to merge/split units.</li> 89 <li>Added: Show units shape to see in which cell units are placed.</li> 90 <li>Added: Delete button to unit move dialog.</li> 91 <li>Added: Map random preview in New game form.</li> 92 <li>Added: New menu action show/hide map grid lines.</li> 93 <li>Added: New win objective None to just play freely without any win objective.</li> 94 <li>Added: New win objective to capture entire map.</li> 95 <li>Added: New game systems to represent various game play systems of other existing games.</li> 96 <li>Added: New game option to set cells without player units as neutral.</li> 97 <li>Modified: Improved data directories detection.</li> 98 <li>Modified: OK button moved to be on the left side of buttons.</li> 99 <li>Modified: Added more action icons to main toolbar and main menu.</li> 100 <li>Modified: Do not paint new game preview bellow form height.</li> 101 <li>Modified: Automatically save running game on application exit and reopen it on next start.</li> 102 <li>Modified: Automatic map zoom on new game.</li> 103 <li>Modified: Show icons in shortcuts window.</li> 104 <li>Modified: Improved dark theme support on Windows.</li> 105 <li>Modified: End turn with space key.</li> 106 <li>Modified: Allow to set nation in player settings.</li> 107 <li>Modified: Allow to have only one player in the game.</li> 108 <li>Fixed: Initialization of preset World image map.</li> 109 <li>Fixed: Map image was not always loaded and applied.</li> 110 <li>Fixed: Symetric map generation.</li> 111 <li>Fixed: Store current player information to game save to be able to continue with different player.</li> 112 <li>Fixed: Item list form minimal item count limit on items removal.</li> 113 <li>Fixed: Store client form settings on close.</li> 114 <li>Fixed: Workaround for incorrect client form drawing area size on Windows.</li> 115 <li>Fixed: New game symetric map units calcualtion.</li> 116 <li>Fixed: Map preview with cell and unit borders.</li> 117 <li>Fixed: Allow to set preferred game system grid type.</li> 118 <li>Fixed: Remember maximized main form state on Linux.</li> 119 <li>Fixed: Main form was not visible on Windows task bar.</li> 120 <li>Fixed: Size of buttons was too small in some cases.</li> 121 <li>Fixed: Show toolbars hints.</li> 122 <li>Fixed: Fully terminate the application on main form closure.</li> 123 <li>Fixed: Error if players stats opened.</li> 124 <li>Fixed: Clear correctly defender player from unit moves if his cell is captured.</li> 125 <li>Fixed: Do not allow to remove too many players to have at least minimum players.</li> 126 <li>Fixed: Bad cell links in Random map type causing problems on openning saved file.</li> 127 <li>Fixed: Selection of unit moves.</li> 128 <li>Fixed: Full screen mode under Windows and Linux.</li> 79 129 </ul> 80 130 </description> -
trunk/Install/flatpak/net.zdechov.app.xTactics.yml
r379 r382 27 27 - type: svn 28 28 url: https://svn.zdechov.net/xtactics/trunk 29 revision: r3 7929 revision: r382 30 30 buildsystem: simple 31 31 build-commands: -
trunk/Install/rpm/xtactics.spec
r375 r382 1 1 Name: xtactics 2 Version: 1. 4.02 Version: 1.5.0 3 3 Release: 1%{?dist} 4 4 Summary: Turn-based strategic war game inspired by Risk board game. -
trunk/Install/snap/snapcraft.yaml
r375 r382 1 1 name: xtactics 2 2 title: xTactics 3 version: '1. 4.0'3 version: '1.5.0' 4 4 summary: A turn-based strategy game inspired by Risk board game. 5 5 description: | -
trunk/Install/win/xTactics.iss
r372 r382 4 4 #define MyAppName "xTactics" 5 5 #define MyAppNameShort "xTactics" 6 #define MyAppVersion "1. 4.0"6 #define MyAppVersion "1.5.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" -
trunk/Read me.txt
r316 r382 1 Developed using Lazarus 3. 4.0 (http://www.lazarus-ide.org/)1 Developed using Lazarus 3.6.0 (http://www.lazarus-ide.org/) -
trunk/Release notes.txt
r313 r382 1 Version 1.4.0 (2025-01-04) 2 ========================== 3 4 * Added: Application icon with 128x128 resolution. 5 * Added: Close button on more forms for better touch screen devices support. 6 * Added: Game systems action in Tools menu. 7 * Added: Allow to add building kinds to game system. 8 * Added: Allow to manage nations for each game system. 9 * Added: New map type hexagonal horizontal. 10 * Added: Limit allowed map type according selected game system. 11 * Added: Allow to load/save game system from/to file system as .xts file. 12 * Added: Allow to move units instantly during turn. 13 * Added: Game system parameter to play without possibility to merge/split units. 14 * Added: Show units shape to see in which cell units are placed. 15 * Added: Delete button to unit move dialog. 16 * Added: Map random preview in New game form. 17 * Added: New menu action show/hide map grid lines. 18 * Added: New win objective None to just play freely without any win objective. 19 * Added: New win objective to capture entire map. 20 * Added: New game systems to represent various game play systems of other existing games. 21 * Added: New game option to set cells without player units as neutral. 22 * Modified: Improved data directories detection. 23 * Modified: OK button moved to be on the left side of buttons. 24 * Modified: Added more action icons to main toolbar and main menu. 25 * Modified: Do not paint new game preview bellow form height. 26 * Modified: Automatically save running game on application exit and reopen it on next start. 27 * Modified: Automatic map zoom on new game. 28 * Modified: Show icons in shortcuts window. 29 * Modified: Improved dark theme support on Windows. 30 * Modified: End turn with space key. 31 * Modified: Allow to set nation in player settings. 32 * Modified: Allow to have only one player in the game. 33 * Fixed: Initialization of preset World image map. 34 * Fixed: Map image was not always loaded and applied. 35 * Fixed: Symetric map generation. 36 * Fixed: Store current player information to game save to be able to continue with different player. 37 * Fixed: Item list form minimal item count limit on items removal. 38 * Fixed: Store client form settings on close. 39 * Fixed: Workaround for incorrect client form drawing area size on Windows. 40 * Fixed: New game symetric map units calcualtion. 41 * Fixed: Map preview with cell and unit borders. 42 * Fixed: Allow to set preferred game system grid type. 43 * Fixed: Remember maximized main form state on Linux. 44 * Fixed: Main form was not visible on Windows task bar. 45 * Fixed: Size of buttons was too small in some cases. 46 * Fixed: Show toolbars hints. 47 * Fixed: Fully terminate the application on main form closure. 48 * Fixed: Error if players stats opened. 49 * Fixed: Clear correctly defender player from unit moves if his cell is captured. 50 * Fixed: Do not allow to remove too many players to have at least minimum players. 51 * Fixed: Bad cell links in Random map type causing problems on openning saved file. 52 * Fixed: Selection of unit moves. 53 * Fixed: Full screen mode under Windows and Linux. 54 1 55 Version 1.3.0 (2018-09-22) 2 56 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.