Skip to content

Commit

Permalink
Version 0.9.3 (#3333)
Browse files Browse the repository at this point in the history
a new upgrade!
  • Loading branch information
ihhub authored May 4, 2021
1 parent 79f499a commit 13e11bb
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For file(GLOB_RECOURSE CONFIGURE_DEPENDS ...)
cmake_minimum_required(VERSION 3.12)

project(fheroes2 VERSION 0.9.2 LANGUAGES C CXX)
project(fheroes2 VERSION 0.9.3 LANGUAGES C CXX)
set (CMAKE_CXX_STANDARD 11)

include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip_commits:
skip_tags: true

# version format
version: 0.9.2.{build}
version: 0.9.3.{build}

# Build worker image (VM template)
image: Visual Studio 2015
Expand Down
66 changes: 66 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
version 0.9.3 (04 May 2021)
- add additional info to oracle dialog
- check that unit is (im)movable after each unit action
- save completed Campaign scenario to file
- drop support of saves older than 0.9 version
- remove incorrect battle background for Graveyard
- fix catapult miss animation: show this animation near the actual target object
- fix magic book behavior in inventory
- fix spell indicator for hero's icon
- add special Victory conditions for campaign scenarios
- add initial support for Campaign Awards
- allow switching heroes in hero dialog if it was opened from meeting dialog
- fix issues with battles logs and sounds while Dwarves resist spell
- fix inability ot Teleport monster in battle for certain cases
- add missing "Not enough gold (xxxx)" text in joining window with Diplomacy
- do not generate Puzzle image on map loading
- do not take Mage Guild level into account when calculating count of archers in castle towers
- fix shadows for all monster mini sprites
- allow the hero to retreat if, while in the castle, he attacks the hero outside the castle
- show Mage Guild building always in center
- add titles to Arena, Alchemist Tower and Stables dialogs
- add World animation during Dimension door spell
- show correct message for hero's option dialog buttons
- fix bridge operation for flying units in instant battle
- add letters for World View and View spells
- properly handle filenames with dots
- fix Main Menu UI redraw
- do not run animation of lowering the bridge on bridge destruction if bridge is already lowered
- fix the display of the army in the castle quick info window
- display correct message when capturing abandoned mine
- align columns and flags at oracle dialog
- fix cursor during video playback
- do not allow the player to scroll world map while hero is moving
- add initial support of other languages: German, Polish, French and Russian
- fix information displayed in castle quick info window
- fix sphinx riddle dialogs
- add swap buttons in hero meeting dialog
- correct spells order in Magic Book
- enable triggering of positive morale event after soft wait
- fix saving scroll speed in the game config file
- fix Artesian Springs logic
- fix inability to use Stone Liths
- fix incorrect heroes for surrender conditions
- fix gold and experience dialog for the demon cave
- remove exclamation mark in Hero info window for "Blood" morale
- fix double shadow from heroes
- preserve the order of catapult shots
- highlight Lich's shot area
- implement correct post-battle necromancy window
- rename Coast to Beach
- fix large object coverage in battles
- add message when visiting Oracle
- update hero's path while selecting next hero by an option button
- fix Dragon City guardians
- load correct video files to be played
- implement the "faster monster of opposite army goes first" logic in the battle mode
- fix excessive FPS issue in dialog of joining the army
- fix game score calculation
- reset the spell on tile when AI-controlled hero has successfully captured an object
- immediately hide hero's path before executing the animation of the Dimension Door spell
- fix Necromancy incorrect percentage output
- fix ultimate artifact digging logic
- speed up images loading from resource files
- fix fading animation synchronization
- fix a case of inability to confirm end turn while cursor is over options buttons

version 0.9.2 (04 April 2021)
- fix full artifact bag message
- add missing dot to sentences in few windows
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=ihhub

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=fheroes2
sonar.projectVersion=0.9.2
sonar.projectVersion=0.9.3

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
Expand Down
2 changes: 1 addition & 1 deletion src/fheroes2/system/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

#define MAJOR_VERSION 0
#define MINOR_VERSION 9
#define INTERMEDIATE_VERSION 2
#define INTERMEDIATE_VERSION 3

0 comments on commit 13e11bb

Please sign in to comment.