From 1768fd11fb531c60dead650d33d601b64e2f820a Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Fri, 24 Dec 2021 21:41:58 +0100 Subject: [PATCH] Release 3.2.0 --- debian/changelog | 67 +++++++++++++++++++++++++++++++++++++++---- mac/Info.plist | 2 +- release.rb | 2 +- scripts/stratagus.lua | 2 +- war1gus.nsi | 2 +- war1gus.rc | 4 +-- 6 files changed, 68 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 349e5e62..1e233f33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,65 @@ -war1gus (3.1.3-1) UNRELEASED; urgency=medium - - * - - -- Tim Felgentreff 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 Fri, 24 Dec 2021 21:40:01 +0100 war1gus (3.1.2-1) focal; urgency=medium diff --git a/mac/Info.plist b/mac/Info.plist index c537663c..5437eabb 100644 --- a/mac/Info.plist +++ b/mac/Info.plist @@ -13,7 +13,7 @@ CFBundleIconFile war1gus CFBundleShortVersionString - 3.1.3 + 3.2.0 CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/release.rb b/release.rb index 8c6b863f..b3b9414d 100644 --- a/release.rb +++ b/release.rb @@ -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", diff --git a/scripts/stratagus.lua b/scripts/stratagus.lua index 7810bd63..b743daa6 100644 --- a/scripts/stratagus.lua +++ b/scripts/stratagus.lua @@ -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" diff --git a/war1gus.nsi b/war1gus.nsi index 95e30d1f..d917dcaa 100644 --- a/war1gus.nsi +++ b/war1gus.nsi @@ -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" diff --git a/war1gus.rc b/war1gus.rc index 18317232..5f72c983 100644 --- a/war1gus.rc +++ b/war1gus.rc @@ -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"