[Jrisk-cvs] SF.net SVN: domination-code:[2533] Domination
Brought to you by:
yuranet
|
From: <yu...@us...> - 2024-05-08 11:20:40
|
Revision: 2533
http://sourceforge.net/p/domination/code/2533
Author: yuranet
Date: 2024-05-08 11:20:37 +0000 (Wed, 08 May 2024)
Log Message:
-----------
allow downgrade
Modified Paths:
--------------
Domination/ChangeLog.txt
Domination/swingUI/installer/izpack/install.xml
Modified: Domination/ChangeLog.txt
===================================================================
--- Domination/ChangeLog.txt 2024-05-08 10:59:27 UTC (rev 2532)
+++ Domination/ChangeLog.txt 2024-05-08 11:20:37 UTC (rev 2533)
@@ -2,7 +2,7 @@
CURRENT VERSION:
- Risk Game: 1.3.0
+ Risk Game: 1.3.1
* Network: 14
* Save: 8
@@ -14,9 +14,9 @@
Increment1GUI: 2
CommandLine: 2
-1.3.0 (07.05.2024) (svn rev 2530)
+1.3.1
- Sounds effects and music!
+ Sounds effects and music! (memory leak fixed this time)
Can change game speed in Option dialog
Can view continents values for maps that do not display this information
MapChooser: can right click and select Map info
Modified: Domination/swingUI/installer/izpack/install.xml
===================================================================
--- Domination/swingUI/installer/izpack/install.xml 2024-05-08 10:59:27 UTC (rev 2532)
+++ Domination/swingUI/installer/izpack/install.xml 2024-05-08 11:20:37 UTC (rev 2533)
@@ -114,7 +114,8 @@
<pack name="Game base files" required="yes" id="package.base">
<description>Contains all the files and maps required to run the game</description>
- <fileset dir="." targetdir="$INSTALL_PATH" excludes="help/**,src.zip,*.cmd,*.exe,*.sh,*.command,*.app/**,game.ini"/>
+ <!-- override default is "update", but this prevents downgrades from working -->
+ <fileset dir="." targetdir="$INSTALL_PATH" excludes="help/**,src.zip,*.cmd,*.exe,*.sh,*.command,*.app/**,game.ini" override="true"/>
<fileset dir="." targetdir="$INSTALL_PATH" includes="game.ini" override="false"/>
<fileset dir="." targetdir="$INSTALL_PATH" os="windows" includes="*.cmd,*.exe"/>
|