Skip to content

Commit

Permalink
Release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Apr 25, 2020
1 parent 0d3fff7 commit 1c76a1a
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 13 deletions.
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
wargus (2.4.3-1) eoan; urgency=medium

* Inline StormLib for easier builds
* Fix "Job's done" sound path for peasants in Battle.NET edition
* Fix bug showing "Supply 4, Demand 0" under some circumstances
* Fix aspect ratio of extracted videos
* Use auto-cast and auto-explore
* Run demo 1-4 when main menu is idle
* Fix missile origins and cannon tower animations
* Fix issue with "Attack Ground" button for ballistas, catapults, large ships
* Fix item order in resources drop-down list
* Fix extraction for some more variants of Battle.NET editions
* Fix multiplayer startup when the metaserver is not used and
optional AI player number was not passed

-- Tim Felgentreff <timfelgentreff@gmail.com> Sat, 25 Apr 2020 10:23:37 +0200

wargus (2.4.2-1) xenial; urgency=medium

* Fix for extraction on Arm64
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Source: https://github.com/Wargus/wargus

Files: *
Copyright:
(c) 1998-2018 by The Stratagus Project
(c) 1998-2020 by The Stratagus Project
(c) 2002-2007 Jimmy Salmon <jsalmon3@users.sourceforge.net>
(c) 2003-2004 Russel Smith <mr-russ@users.sourceforge.net>
(c) 2002-2007 Nehal Mistry <nehalmistry@users.sourceforge.net>
Expand Down
2 changes: 1 addition & 1 deletion mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleIconFile</key>
<string>wargus</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.4.3</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
4 changes: 2 additions & 2 deletions release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
require "pp"

STRINGS = {
version: "2.4.2",
version: "2.4.3",
homepage: "https://wargus.github.io",
license: "GPL v2+",
copyright: "(c) 1998-2018 by The Stratagus Project"
copyright: "(c) 1998-2020 by The Stratagus Project"
}

FILES = %w[wargus.rc wargus.nsi wartool.h mac/Info.plist scripts/stratagus.lua debian/copyright]
Expand Down
4 changes: 2 additions & 2 deletions scripts/stratagus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ else
wargus.Name = _("Wargus")
end
wargus.Homepage = "https://wargus.github.io"
wargus.Copyright = _("(c) 1998-2018 by The Stratagus Project.")
wargus.Copyright = _("(c) 1998-2020 by The Stratagus Project.")

wargus.Version = "2.4.2"
wargus.Version = "2.4.3"
wargus.Licence = "GPL v2+"


Expand Down
4 changes: 2 additions & 2 deletions wargus.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
; General variables
!define NAME "Wargus"
!define TALES_NAME "Wargus - Aleonas Tales"
!define VERSION "2.4.2"
!define VERSION "2.4.3"
!define VIVERSION "${VERSION}.0"
!define HOMEPAGE "https://wargus.github.io"
!define LICENSE "GPL v2+"
!define COPYRIGHT "Copyright (c) 1998-2018 by The Stratagus Project"
!define COPYRIGHT "Copyright (c) 1998-2020 by The Stratagus Project"
!define STRATAGUS_NAME "Stratagus"
!define STRATAGUS_HOMEPAGE "https://github.com/Wargus/stratagus"

Expand Down
6 changes: 3 additions & 3 deletions wargus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#endif

#define DESCRIPTION NAME
#define VERSION "2.4.2"
#define VIVERSION 2,4,2
#define VERSION "2.4.3"
#define VIVERSION 2,4,3
#define HOMEPAGE "https://wargus.github.io"
#define LICENSE "GPL v2+"
#define COPYRIGHT "(c) 1998-2018 by The Stratagus Project"
#define COPYRIGHT "(c) 1998-2020 by The Stratagus Project"

1 ICON "wargus.ico"
1 VERSIONINFO
Expand Down
4 changes: 2 additions & 2 deletions wartool.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
-- General
----------------------------------------------------------------------------*/

#define VERSION "2.4.2" // Version of extractor wartool
#define VERSION "2.4.3" // Version of extractor wartool

const char NameLine[] = "wartool V" VERSION " for Stratagus, (c) 1998-2018 by The Stratagus Project.\n"\
const char NameLine[] = "wartool V" VERSION " for Stratagus, (c) 1998-2020 by The Stratagus Project.\n"\
" Written by Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar and cybermind.\n"\
" https://wargus.github.io";

Expand Down

0 comments on commit 1c76a1a

Please sign in to comment.