Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.5 #9391

Merged
merged 4 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
version 1.1.5 (30 December 2024)
- add 3 new variants of the Observation Tower object
- show Monster and Artifact names in the popup dialog of the Editor
- show the minus sign for the numeric keypad only if a range allows to use of negative values
ihhub marked this conversation as resolved.
Show resolved Hide resolved
- fix Spell Scroll artifact horizontal position on the Adventure Map
- update the Portuguese translation
- update the Swedish translation
- fix the spell cost displayed in the quick info window when a hero has an artifact that reduces this cost
- add the ability to set Secondary Skills in Witch's Hut inside the Editor
- fix the mouse interaction in the Editor's spell selection and castle properties windows
- fix cursor positioning with non-English characters and improve positioning at the end of the line
- display a description of the mechanics of right-clicking on devices with touch input
- fix assertion while loading different maps in the Editor
- add the ability to edit spells in Pyramid inside the Editor
- add the ability to set the amount in the Resource object in the Editor
- add the ability to set spells in Shrine in the Editor
- add a new variant of Stone Liths object
- update the Russian translation
- show a warning dialog upon a map file loading failure
ihhub marked this conversation as resolved.
Show resolved Hide resolved
- fix spell randomization logic for Artifacts and the Adventure Map objects
- fix text input cursor setting for multi-line text input with many spaces at the line end
- fix scrollbars being shifted while changing a resolution on the Adventure Map
ihhub marked this conversation as resolved.
Show resolved Hide resolved
- reset the damage info popup when spellcast has been cancelled
ihhub marked this conversation as resolved.
Show resolved Hide resolved
- fix a bug when picking up an object whose type does not match its sprite on the map
- update the Hungarian translation
- add range values for default experience within the Editor
- add missing CP1254 button letters
- fix French and German ultimate staff sprite with PoL assets
- updated the Czech translation
- update the Turkish translation
- improve the castle reinforcement logic for AI
- synchronize the maximum allowed number of characters for input and the Virtual Keyboard
- fix PS Vita touchpad usage
- add file support for non-quite-POSIX-compliant filesystems (such as Amiga FS)
- put several dialog box headers in order
- enable the number input dialog for the recruitment window
- use the platform-dependent byte order for the SDL audio format

version 1.1.4 (27 November 2024)
- add Virtual Numpad support for integer inputs
- add new Lean-To object variant
Expand Down
44 changes: 44 additions & 0 deletions script/packaging/common/fheroes2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,50 @@
<control>touch</control>
</recommends>
<releases>
<release date="2024-12-30" version="v1.1.5">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.5</url>
<description>
<p>Changes in v1.1.5 (30 December 2024):</p>
<ul>
<li>add 3 new variants of the Observation Tower object</li>
<li>show Monster and Artifact names in the popup dialog of the Editor</li>
<li>show the minus sign for the numeric keypad only if a range allows to use of negative values</li>
<li>fix Spell Scroll artifact horizontal position on the Adventure Map</li>
<li>update the Portuguese translation</li>
<li>update the Swedish translation</li>
<li>fix the spell cost displayed in the quick info window when a hero has an artifact that reduces this cost</li>
<li>add the ability to set Secondary Skills in Witch's Hut inside the Editor</li>
<li>fix the mouse interaction in the Editor's spell selection and castle properties windows</li>
<li>fix cursor positioning with non-English characters and improve positioning at the end of the line</li>
<li>display a description of the mechanics of right-clicking on devices with touch input</li>
<li>fix assertion while loading different maps in the Editor</li>
<li>add the ability to edit spells in Pyramid inside the Editor</li>
<li>add the ability to set the amount in the Resource object in the Editor</li>
<li>add the ability to set spells in Shrine in the Editor</li>
<li>add a new variant of Stone Liths object</li>
<li>update the Russian translation</li>
<li>show a warning dialog upon a map file loading failure</li>
<li>fix spell randomization logic for Artifacts and the Adventure Map objects</li>
<li>fix text input cursor setting for multi-line text input with many spaces at the line end</li>
<li>fix scrollbars being shifted while changing a resolution on the Adventure Map</li>
<li>reset the damage info popup when spellcast has been cancelled</li>
<li>fix a bug when picking up an object whose type does not match its sprite on the map</li>
<li>update the Hungarian translation</li>
<li>add range values for default experience within the Editor</li>
<li>add missing CP1254 button letters</li>
<li>fix French and German ultimate staff sprite with PoL assets</li>
<li>updated the Czech translation</li>
<li>update the Turkish translation</li>
<li>improve the castle reinforcement logic for AI</li>
<li>synchronize the maximum allowed number of characters for input and the Virtual Keyboard</li>
<li>fix PS Vita touchpad usage</li>
<li>add file support for non-quite-POSIX-compliant filesystems (such as Amiga FS)</li>
<li>put several dialog box headers in order</li>
<li>enable the number input dialog for the recruitment window</li>
<li>use the platform-dependent byte order for the SDL audio format</li>
</ul>
</description>
</release>
<release date="2024-11-27" version="v1.1.4">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.4</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/fheroes2/game/game_credits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ namespace
offsetY = textInitialOffsetY;
offsetX += textInitialOffsetX;

offsetY += renderText( output, offsetX, offsetY, textWidth - 10, _( "Need help with the game?" ), "https://discord.gg/xF85vbZ" );
offsetY += renderText( output, offsetX, offsetY, textWidth - 10, _( "Need help with the game?" ), "https://discord.com/servers/fheroes2-733093692860137523" );
offsetY += 10;

fheroes2::Sprite labyrinth = fheroes2::AGG::GetICN( ICN::TWNWUP_3, 0 );
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,7 +22,7 @@

#define MAJOR_VERSION 1
#define MINOR_VERSION 1
#define INTERMEDIATE_VERSION 4
#define INTERMEDIATE_VERSION 5
ihhub marked this conversation as resolved.
Show resolved Hide resolved
ihhub marked this conversation as resolved.
Show resolved Hide resolved

#ifndef BUILD_VERSION
#define BUILD_VERSION 0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5
2 changes: 1 addition & 1 deletion version_code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
22
Loading