[Jrisk-cvs] SF.net SVN: domination-code:[2606] Domination
Brought to you by:
yuranet
|
From: <yu...@us...> - 2024-12-31 04:14:22
|
Revision: 2606
http://sourceforge.net/p/domination/code/2606
Author: yuranet
Date: 2024-12-31 04:14:19 +0000 (Tue, 31 Dec 2024)
Log Message:
-----------
changelog update
Modified Paths:
--------------
Domination/ChangeLog.txt
Domination/android/build.gradle
Domination/ios/build.gradle
Modified: Domination/ChangeLog.txt
===================================================================
--- Domination/ChangeLog.txt 2024-12-31 03:13:54 UTC (rev 2605)
+++ Domination/ChangeLog.txt 2024-12-31 04:14:19 UTC (rev 2606)
@@ -16,7 +16,14 @@
1.3.2
+ music update for menu and winning
+ better loading screens when loading online games and downloading maps
+ GameGUI: in-game can use standard keyboard shortcut to save game
+ fix out of memory error, Better memory management in audio system, close audio after playing.
+ fix for handling unexpected errors in audio system to not overload and bring down the maps server
RiskGame.getMissions() now returns ALL game missions, to make AI development easier
+ SwingGUI: can replay debug game log without having to save it to file first
+ SwingGUI: little memory graph on debug screen
1.3.1 (08.05.2024) (svn rev 2540)
Modified: Domination/android/build.gradle
===================================================================
--- Domination/android/build.gradle 2024-12-31 03:13:54 UTC (rev 2605)
+++ Domination/android/build.gradle 2024-12-31 04:14:19 UTC (rev 2606)
@@ -32,6 +32,7 @@
android {
compileOptions.encoding = 'cp1252'
+ // updating to 35 may require a update of the gradle plugin!!
compileSdkVersion 34
buildToolsVersion '34.0.0'
// this to to avoid error from httpcore-4.1.2.jar and httpcore-4.1.2.jar having the same file
Modified: Domination/ios/build.gradle
===================================================================
--- Domination/ios/build.gradle 2024-12-31 03:13:54 UTC (rev 2605)
+++ Domination/ios/build.gradle 2024-12-31 04:14:19 UTC (rev 2606)
@@ -11,6 +11,7 @@
}
dependencies {
// MOE plugin
+ // when this is updated you need to run: "./gradlew moeUpdateXcodeSettings"
classpath group: 'org.multi-os-engine', name: 'moe-gradle', version: '1.9.0'
}
// this is here to tell gradle to refresh the moe dependency in the event i am trying a snapshot
|