From abd797e974a0e8bbf4186b567fc3efda32c60027 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Sat, 25 Apr 2020 10:34:33 +0200 Subject: [PATCH] Release 2.4.3 --- debian/changelog | 21 +++++++++++++++++++++ debian/copyright | 2 +- mac/Info.plist | 2 +- release.rb | 4 ++-- scripts/stratagus.lua | 4 ++-- war1gus.nsi | 4 ++-- war1gus.rc | 6 +++--- war1tool.c | 2 +- 8 files changed, 33 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff735323..f92df569 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +war1gus (2.4.3-1) eoan; urgency=medium + + * Allow actually disabling OpenGL, before we would always revert back to OpenGL + * Do not show lifebar for not owned units + * Fix knights and wolves upgrades speedup + * Build war1gus launcher on macOS + * Make sure we play the intro on Windows + * Use midi files if timidity is not available to convert them to OGG + * Various video conversion improvements on Linux and Windows to work on more platforms + * Implement missing cheat codes + * Show time to live for summoned units in the Mana bar, as in the original game + * Make unholy/holy vision spells last longer + * Update the damage formula to be closer to the original + * Add decorations for unholy armor and invisibility, similar to the original + * Make UI panels and lifebars much closer to the original game + * Fix extraction of gold mine contents + * Fix loading the correct race UI again when switching maps + * Make briefing look much more like the original game + + -- Tim Felgentreff Sat, 25 Apr 2020 10:32:50 +0200 + war1gus (2.4.2.1-1) xenial; urgency=medium * Replace ffmpeg2theora usage with plain ffmpeg usage diff --git a/debian/copyright b/debian/copyright index 06c348df..1533d65d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,7 +16,7 @@ Upstream Author(s): Copyright: - (c) 1998-2018 by The Stratagus Project + (c) 1998-2020 by The Stratagus Project License: diff --git a/mac/Info.plist b/mac/Info.plist index 1334ab67..40104192 100644 --- a/mac/Info.plist +++ b/mac/Info.plist @@ -13,7 +13,7 @@ CFBundleIconFile war1gus CFBundleShortVersionString - 2.4.2.1 + 2.4.3 CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/release.rb b/release.rb index 10ac8b51..bbfd1679 100644 --- a/release.rb +++ b/release.rb @@ -3,10 +3,10 @@ require "pp" STRINGS = { - version: "2.4.2.1", + version: "2.4.3", homepage: "https://github.com/wargus/war1gus", license: "GPL v2", - copyright: "(c) 1998-2018 by The Stratagus Project", + copyright: "(c) 1998-2020 by The Stratagus Project", authors: "Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar, and Tim Felgentreff." } diff --git a/scripts/stratagus.lua b/scripts/stratagus.lua index f152be01..a24edfbd 100644 --- a/scripts/stratagus.lua +++ b/scripts/stratagus.lua @@ -34,10 +34,10 @@ print("Stratagus default config file loading ...\n") war1gus = {} wc1 = war1gus war1gus.Name = "War1gus" -war1gus.Version = "2.4.2.1" +war1gus.Version = "2.4.3" war1gus.Homepage = "https://github.com/Wargus/war1gus" war1gus.Licence = "GPL v2" -war1gus.Copyright = "(c) 1998-2018 by The Stratagus Project" +war1gus.Copyright = "(c) 1998-2020 by The Stratagus Project" function file_exists(path, name) for i,f in ipairs(ListFilesInDirectory(path)) do diff --git a/war1gus.nsi b/war1gus.nsi index 21ad611d..5abcce11 100644 --- a/war1gus.nsi +++ b/war1gus.nsi @@ -45,11 +45,11 @@ ; General variables !define NAME "War1gus" -!define VERSION "2.4.2.1" +!define VERSION "2.4.3" !define VIVERSION "${VERSION}.0.0" !define HOMEPAGE "https://github.com/wargus/war1gus" !define LICENSE "GPL v2" -!define COPYRIGHT "(c) 1998-2018 by The Stratagus Project" +!define COPYRIGHT "(c) 1998-2020 by The Stratagus Project" !define STRATAGUS_NAME "Stratagus" !define STRATAGUS_HOMEPAGE "https://github.com/wargus/stratagus" diff --git a/war1gus.rc b/war1gus.rc index 7c3627c8..df3faaa9 100644 --- a/war1gus.rc +++ b/war1gus.rc @@ -5,11 +5,11 @@ #endif #define DESCRIPTION NAME -#define VERSION "2.4.2.1" -#define VIVERSION 2,4,2,1 +#define VERSION "2.4.3" +#define VIVERSION 2,4,3 #define HOMEPAGE "https://github.com/wargus/war1gus" #define LICENSE "GPL v2" -#define COPYRIGHT "(c) 1998-2018 by The Stratagus Project" +#define COPYRIGHT "(c) 1998-2020 by The Stratagus Project" 1 ICON "war1gus.ico" 1 VERSIONINFO diff --git a/war1tool.c b/war1tool.c index 4cd52388..ceb00635 100644 --- a/war1tool.c +++ b/war1tool.c @@ -34,7 +34,7 @@ -- Includes ----------------------------------------------------------------------------*/ -#define VERSION "2.4.2.1.20161108" // Version of extractor wartool +#define VERSION "2.4.3.20190407" // Version of extractor wartool #define AUTHORS "Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar, and Tim Felgentreff." #define COPYRIGHT "1998-2015 by The Stratagus Project"