[Jrisk-cvs] SF.net SVN: domination-code:[2716] Domination
Brought to you by:
yuranet
|
From: <yu...@us...> - 2025-12-24 14:53:21
|
Revision: 2716
http://sourceforge.net/p/domination/code/2716
Author: yuranet
Date: 2025-12-24 14:53:19 +0000 (Wed, 24 Dec 2025)
Log Message:
-----------
swingme update to add edge-to-edge support
Modified Paths:
--------------
Domination/ChangeLog.txt
Domination/swingUI/build.xml
Domination/swingUI/lib/SwingME.jar
Domination/swingUI/nbproject/project.properties
Modified: Domination/ChangeLog.txt
===================================================================
--- Domination/ChangeLog.txt 2025-12-23 19:22:05 UTC (rev 2715)
+++ Domination/ChangeLog.txt 2025-12-24 14:53:19 UTC (rev 2716)
@@ -2,7 +2,7 @@
CURRENT VERSION:
- Risk Game: 1.3.4
+ Risk Game: 1.3.5
* Network: 14
* Save: 8
@@ -13,6 +13,10 @@
Simple GUI: 2
Increment1GUI: 2
CommandLine: 2
+
+1.3.5
+
+ Stats screen can be resized
1.3.4 (13.03.2025) (svn rev 2664)
Modified: Domination/swingUI/build.xml
===================================================================
--- Domination/swingUI/build.xml 2025-12-23 19:22:05 UTC (rev 2715)
+++ Domination/swingUI/build.xml 2025-12-24 14:53:19 UTC (rev 2716)
@@ -16,7 +16,7 @@
<property file="local.properties" />
- <property name="game.version" value="1.3.4"/>
+ <property name="game.version" value="1.3.5"/>
<!--
For releasing we want to be compatible wth as many versions of java as possible
Modified: Domination/swingUI/lib/SwingME.jar
===================================================================
(Binary files differ)
Modified: Domination/swingUI/nbproject/project.properties
===================================================================
--- Domination/swingUI/nbproject/project.properties 2025-12-23 19:22:05 UTC (rev 2715)
+++ Domination/swingUI/nbproject/project.properties 2025-12-24 14:53:19 UTC (rev 2716)
@@ -16,6 +16,7 @@
file.reference.LobbyServer.jar=lib/LobbyServer.jar
file.reference.m3gbasic.jar=lib/m3gbasic.jar
file.reference.midletrunner.jar=lib/midletrunner.jar
+file.reference.MiniLobbyClient.jar=../sharedUI/lib/MiniLobbyClient.jar
file.reference.mp3spi-1.9.5.4.jar=lib/mp3spi-1.9.5.4.jar
file.reference.sharedUI-src_mapstore_lobby=../sharedUI/src_mapstore_lobby
file.reference.sharedUI-src_mini_game_ui=../sharedUI/src_mini_game_ui
@@ -101,7 +102,8 @@
${file.reference.m3gbasic.jar}:\
${file.reference.jlayer-1.0.1.4.jar}:\
${file.reference.mp3spi-1.9.5.4.jar}:\
- ${file.reference.tritonus-share-0.3.7.4.jar}
+ ${file.reference.tritonus-share-0.3.7.4.jar}:\
+ ${file.reference.MiniLobbyClient.jar}
javadoc.noindex=false
annotation.processing.enabled.in.editor=false
javadoc.private=false
@@ -113,7 +115,7 @@
jnlp.signing.keystore=
meta.inf.dir=${src.dir}/META-INF
annotation.processing.run.all.processors=true
-excludes=
+excludes=net/yura/domination/lobby/server/**
application.title=Domination
jnlp.codebase.type=no.codebase
javac.processorpath=\
|