Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Dec 24, 2021
1 parent 57bcc7f commit 1768fd1
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 11 deletions.
67 changes: 62 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,65 @@
war1gus (3.1.3-1) UNRELEASED; urgency=medium

*

-- Tim Felgentreff <timfelgentreff@gmail.com> Sat, 17 Jul 2021 07:33:23 +0200
war1gus (3.2.0-1) focal; urgency=medium

[ Tim Felgentreff ]
* add a cooldown to healing and raise dead, so AI doesn't cast it like crazy

[ Northfear ]
* Disable healing autocast on enemy units

[ alyokhin ]
* Adaptation of war1gus script to new map reveal modes

[ Lagi7 ]
* Update anim.lua
* shortcuts update for orcs
* key shortcuts update for humans
* change church to temple
* more accurate damage calulation for the unit stat
* fix speed upgrade knights, fix wizards CTD summon
* working esc
* position of yellow key shortcut on icons
* last esc update for humans

[ Tim Felgentreff ]
* Fix harvest chopping animation. Fixes #208
* Fix colors of building icons. Fixes #132
* redefine icons based on tileset on start. fixes #218

[ Lagi7 ]
* show enemy stats
* give orc skeleton a command button

[ Tim Felgentreff ]
* fix catapult missile with rebalancing active

[ Lagi7 ]
* change hint highlight color from red to yellow
* orc top resource bar ui
* smooth animations
* slower mana reg, longer unholy armor
* balancing units costs/times proposition

[ alyokhin ]
* added "fast" fog of war type

[ Tim Felgentreff ]
* disable stats, fixes #234
* simplify summoning rebalancing and hopefully fix #238
* draw a simple border for enemy life bar.
* fix menu button width. fixes #197
* refactor options menu to use layouts
* expose pixel ratio as setting. fixes #196
* fix a crash in war1gus scenario custom resource selection
* play map video as part of the briefing
* tweak elementals and daemons.
* fix pixel error in build bar
* orcs can heal at their temple
* consume resources for multiple builders
* don't heal catapults, draw a healing missile at temple
* Fix temple healing effect offset
* allow repairing of catapults by workers

-- Tim Felgentreff <timfelgentreff@gmail.com> Fri, 24 Dec 2021 21:40:01 +0100

war1gus (3.1.2-1) focal; urgency=medium

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>war1gus</string>
<key>CFBundleShortVersionString</key>
<string>3.1.3</string>
<string>3.2.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "pp"

STRINGS = {
version: "3.1.3",
version: "3.2.0",
homepage: "https://github.com/wargus/war1gus",
license: "GPL v2",
copyright: "(c) 1998-2021 by The Stratagus Project",
Expand Down
2 changes: 1 addition & 1 deletion scripts/stratagus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ print("Stratagus default config file loading ...\n")
war1gus = {}
wc1 = war1gus
war1gus.Name = "War1gus"
war1gus.Version = "3.1.3"
war1gus.Version = "3.2.0"
war1gus.Homepage = "https://github.com/Wargus/war1gus"
war1gus.Licence = "GPL v2"
war1gus.Copyright = "(c) 1998-2021 by The Stratagus Project"
Expand Down
2 changes: 1 addition & 1 deletion war1gus.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

; General variables
!define NAME "War1gus"
!define VERSION "3.1.3"
!define VERSION "3.2.0"
!define VIVERSION "${VERSION}.0.0"
!define HOMEPAGE "https://github.com/wargus/war1gus"
!define LICENSE "GPL v2"
Expand Down
4 changes: 2 additions & 2 deletions war1gus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#endif

#define DESCRIPTION NAME
#define VERSION "3.1.3"
#define VIVERSION 3,1,3
#define VERSION "3.2.0"
#define VIVERSION 3,2,0
#define HOMEPAGE "https://github.com/wargus/war1gus"
#define LICENSE "GPL v2"
#define COPYRIGHT "(c) 1998-2021 by The Stratagus Project"
Expand Down

0 comments on commit 1768fd1

Please sign in to comment.