Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Jul 3, 2021
1 parent 485349a commit 00c7093
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
14 changes: 11 additions & 3 deletions debian/changelog
@@ -1,13 +1,21 @@
wargus (3.1.0-1) UNRELEASED; urgency=medium
wargus (3.1.0-1) focal; urgency=medium
* Added possibility to enable walls building in the single player games. Useful for debug.
* Added ingame "debug menu". Among other things it allows to change FOV parameters on the fly. Enabled only for debug builds.
* Added "elevated" flag for towers. It allows them to look over opaque field when shadow caster field of view is enabled.
* Added enhanced fog of war preferences. Enhanced type is enabled by default.
* Added field of view settings. Standard radial is enabled by default and will be reloaded after every game. It allows to change FOV type for certain maps (need to enable required FOV type in the map lua-file).
* added "eval" cheat which allows to execute lua code from ingame console. Enabled only for debug builds.
* Add a custom startup script for single player or machine vs machine games

-- Tim Felgentreff <timfelgentreff@gmail.com> Fri, 05 Feb 2021 10:14:01 +0100
* Update the sign up option for the online server
* Improve the editor with help, separate unit sections
* Add idle worker count to top panel
* Support GOG game installer to extract from directly
* Added Spanish and Italian translations
* Fix various missions' goals and starting units
* Sync more settings that may cause desyncs before multiplayer to improve the experience
* Add a portable installer for Windows

-- Tim Felgentreff <timfelgentreff@gmail.com> Sat, 03 Jul 2021 20:23:44 +0200

wargus (3.0.0-1) focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion mac/Info.plist
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleIconFile</key>
<string>wargus</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.1.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion release.rb
Expand Up @@ -3,7 +3,7 @@
require "pp"

STRINGS = {
version: "3.0.1",
version: "3.1.0",
homepage: "https://wargus.github.io",
license: "GPL v2+",
copyright: "(c) 1998-2021 by The Stratagus Project"
Expand Down
2 changes: 1 addition & 1 deletion scripts/stratagus.lua
Expand Up @@ -62,7 +62,7 @@ wargus.Name = _("Wargus")
wargus.Homepage = "https://wargus.github.io"
wargus.Copyright = _("(c) 1998-2021 by The Stratagus Project.")

wargus.Version = "3.0.1"
wargus.Version = "3.1.0"
wargus.Licence = "GPL v2+"


Expand Down
2 changes: 1 addition & 1 deletion wargus.nsi
Expand Up @@ -45,7 +45,7 @@

; General variables
!define NAME "Wargus"
!define VERSION "3.0.1"
!define VERSION "3.1.0"
!define VIVERSION "${VERSION}.0"
!define HOMEPAGE "https://wargus.github.io"
!define LICENSE "GPL v2+"
Expand Down
4 changes: 2 additions & 2 deletions wargus.rc
Expand Up @@ -5,8 +5,8 @@
#endif

#define DESCRIPTION NAME
#define VERSION "3.0.1"
#define VIVERSION 3,0,1
#define VERSION "3.1.0"
#define VIVERSION 3,1,0
#define HOMEPAGE "https://wargus.github.io"
#define LICENSE "GPL v2+"
#define COPYRIGHT "(c) 1998-2021 by The Stratagus Project"
Expand Down
2 changes: 1 addition & 1 deletion wartool.h
Expand Up @@ -35,7 +35,7 @@
-- General
----------------------------------------------------------------------------*/

#define VERSION "3.0.1" // Version of extractor wartool
#define VERSION "3.1.0" // Version of extractor wartool

const char NameLine[] = "wartool V" VERSION " for Stratagus, (c) 1998-2021 by The Stratagus Project.\n"\
" Written by Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar and cybermind.\n"\
Expand Down

0 comments on commit 00c7093

Please sign in to comment.