Skip to content

Commit

Permalink
Release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Sep 29, 2018
1 parent 10aab4c commit ce233f8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
15 changes: 14 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
wargus (2.4.2-1) xenial; urgency=medium

* Fix for extraction on Arm64
* When OpenGL is unchecked, also uncheck UI scaling as it implies OpenGL
* Demolition range of goblin/gnome sappers increased by one
* The ogre mage's runes spell can no longer be placed directly on buildings as attack
* The shortcut for the Eye of Killrog is now "E"
* ToD human level 13 now decreases the health of Lothar's troops making their rescue impossible without cheating
* Enable sounds for research completed
* Change sound for human completed buildings to the peasant's "job's done"
* Copy the MIDI soundfont to the local Wargus directory to make midi music work
* ToD human level 10 now correctly makes the prisoners into Minutemen rather than Peasants
* Fixed ToD orc level 8 crash when the AI tried to research a non-existing 3rd catapult upgrade
* Fix a buffer overflow that could occur in ConvertVideo and ConvertMusic
* Switched from ffmpeg2theora to vanilla ffmpeg due to file import/conversion issues
* Add support for advertising and joining games on a metaserver
* Allow selecting the number of AI players in multiplayer games
* Support new launcher-based extraction from Stratagus 2.4.2
Expand All @@ -9,7 +22,7 @@ wargus (2.4.2-1) xenial; urgency=medium
* Add a preference to store the active shader, if the user selected one
* Add shader shortcut to help

-- Tim Felgentreff <[email protected]> Sun, 11 Jun 2017 12:33:12 +0200
-- Tim Felgentreff <[email protected]> Sat, 29 Sep 2018 19:08:00 +0000

wargus (2.4.1-1) unstable; urgency=low

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-2017 by The Stratagus Project
(c) 1998-2018 by The Stratagus Project
(c) 2002-2007 Jimmy Salmon <[email protected]>
(c) 2003-2004 Russel Smith <[email protected]>
(c) 2002-2007 Nehal Mistry <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions doc/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- Change sound for human completed buildings to the peasant's "job's done"
- Copy the MIDI soundfont to the local Wargus directory to make midi music work
- ToD human level 10 now correctly makes the prisoners into Minutemen rather than Peasants
- Fixed ToD orc level 8 crash when AI tried to research a non-existing 3rd catapult upgrade
- Fix a buffer overflow that could occur
- Switched from ffmpeg2theora to vanilla ffmpeg due to file import/conversion issues
- Fixed ToD orc level 8 crash when AI tried to research a non-existing 3rd catapult upgrade
- Fix a buffer overflow that could occur
- Switched from ffmpeg2theora to vanilla ffmpeg due to file import/conversion issues
- Add support for advertising and joining games on a metaserver
- Allow selecting the number of AI players in multiplayer games
- Support new launcher-based extraction from Stratagus 2.4.2
Expand Down
2 changes: 1 addition & 1 deletion release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: "2.4.2",
homepage: "https://wargus.github.io",
license: "GPL v2+",
copyright: "(c) 1998-2017 by The Stratagus Project"
copyright: "(c) 1998-2018 by The Stratagus Project"
}

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

wargus.Version = "2.4.2"
wargus.Licence = "GPL v2+"
Expand Down
2 changes: 1 addition & 1 deletion wargus.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
!define VIVERSION "${VERSION}.0"
!define HOMEPAGE "https://wargus.github.io"
!define LICENSE "GPL v2+"
!define COPYRIGHT "Copyright (c) 1998-2017 by The Stratagus Project"
!define COPYRIGHT "Copyright (c) 1998-2018 by The Stratagus Project"
!define STRATAGUS_NAME "Stratagus"
!define STRATAGUS_HOMEPAGE "https://github.com/Wargus/stratagus"

Expand Down
2 changes: 1 addition & 1 deletion wargus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define VIVERSION 2,4,2
#define HOMEPAGE "https://wargus.github.io"
#define LICENSE "GPL v2+"
#define COPYRIGHT "(c) 1998-2017 by The Stratagus Project"
#define COPYRIGHT "(c) 1998-2018 by The Stratagus Project"

1 ICON "wargus.ico"
1 VERSIONINFO
Expand Down
2 changes: 1 addition & 1 deletion wartool.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

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

const char NameLine[] = "wartool V" VERSION " for Stratagus, (c) 1998-2017 by The Stratagus Project.\n"\
const char NameLine[] = "wartool V" VERSION " for Stratagus, (c) 1998-2018 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 ce233f8

Please sign in to comment.