From c7e19d4a66612c85e60f68821045e1081013b053 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Sat, 19 Dec 2020 11:01:09 +0100 Subject: [PATCH] Release v3.0.0 --- debian/changelog | 26 ++++++++++++++++++++++++-- debian/control | 2 +- debian/source/format | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89b71ffe..286bd08b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,32 @@ -war1gus (3.0.0-1) UNRELEASED; urgency=medium +war1gus (3.0.0-1) focal; urgency=medium * Migrate to SDL2 * Fix menu button click target when stretched in higher resolutions * Fix human work complete sound + * Log extraction to a file on Windows + * Fix quality of movies on Windows + * Fix trees in swamp and forest tilesets + * Fix dungeon tileset unpassable tiles + * Add "dungeon entrance" building to collect lumber in dungeon maps + * Add decorative tiles to forest, swamp, and dungeon tilesets for the editor + * Fix directions for all spells and missiles + * Do not allow alliance with AI + * Fix catapult rock animation + * Attack faster on the second level + * Allow toggling AllowMultipleTownhalls at runtime + * Add Alt+F to toggle fullscreen + * Add F10 and other F-shortcuts for game menus + * Add preferences to show orders, damage, and select shaders + * Use default damage formula again + * Add animations to briefing and end mission screens + * Copy data files during extraction for in-place re-extraction without + needing the CD again + * Do not scale the assets to 640x400 + * Reveal players that have lost their town hall + * Fix menu button click target height + * Add online game menu - -- Tim Felgentreff Tue, 09 Jun 2020 07:31:07 +0200 + -- Tim Felgentreff Sat, 19 Dec 2020 11:00:42 +0100 war1gus (2.4.3-1) eoan; urgency=medium diff --git a/debian/control b/debian/control index fecf02f2..c492192c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: war1gus Section: games Priority: optional Maintainer: Tim Felgentreff -Build-Depends: debhelper (>= 7), cmake (>= 2.6), zlib1g-dev, libx11-dev, +Build-Depends: debhelper (>= 7), cmake (>= 2.6), zlib1g-dev, libpng12-dev (>= 1.2.5) | libpng-dev (>= 1.2.5), imagemagick, stratagus-dev Standards-Version: 3.9.2 Homepage: https://github.com/Wargus/war1gus diff --git a/debian/source/format b/debian/source/format index 163aaf8d..89ae9db8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)