Ana Guerrero 2025-03-06 13:48:38 +00:00 committed by Git OBS Bridge
commit 0f0f138337
4 changed files with 47 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2de264f75fc819ff21653ead53d2be58314ec1a8b550a21aeeadba7a60a4275a
size 8677924

3
Domination_1.3.3.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fb911aa102f7138a60243ef2c3b099197d1f5770b425f7d5868a544d95c8b23
size 35410364

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Feb 23 06:53:15 UTC 2025 - Carsten Ziepke <kieltux@gmail.com>
- Update to 1.3.3
* Linux audio fix
- Changes in 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
* GameGUI: main manu - can right click to get to options screen
on windows
* 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
- Changes in 1.3.1
* 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
* MapChooser: no repaint macos JDK-19 bug workaround: MapChooser
loading animation added
* SwingGUI: can change who owns a country
* SwingGUI: fixed: unable to start game when all options
are present
* MapEditor: smart fill Mnemonic 'F'
* MapEditor: force user to save map if changed before publish
-------------------------------------------------------------------
Sun Sep 10 16:19:10 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package domination
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: domination
Version: 1.2.9
Version: 1.3.3
Release: 0
Summary: Board game that is a bit like the well known game Risk
License: GPL-3.0-only
Group: Amusements/Games/Strategy/Turn Based
URL: http://domination.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/Domination/%{version}/Domination_%{version}.zip
URL: https://domination.sourceforge.net/
Source0: https://downloads.sourceforge.net/%{name}/Domination/%{version}/Domination_%{version}.zip
Source1: %{name}-FlashGUI.sh
Source2: %{name}-Increment1GUI.sh
Source3: %{name}-SimpleGUI.sh
@ -66,12 +66,15 @@ install -Dm 0755 %{SOURCE3} %{buildroot}%{_bindir}/%{name}-SimpleGUI
install -Dm 0755 %{SOURCE4} %{buildroot}%{_bindir}/%{name}-SwingGUI
# install directories
mkdir -p %{buildroot}%{_datadir}/%{name}/{help,lib,maps,maps/preview,resources}
mkdir -p %{buildroot}%{_datadir}/%{name}/{help,lib,maps,maps/preview,resources,sound,sound/medival}
for d in help lib resources ; do
install -Dm 0644 $d/* %{buildroot}%{_datadir}/%{name}/$d
done
# maps
cp -a maps %{buildroot}%{_datadir}/%{name}/
# sound
cp -a sound %{buildroot}%{_datadir}/%{name}/
# install files
for f in *.jar *.txt *.ini ; do