Skip to content

Commit 2105644

Browse files
committed
Merge branch 'vcmi-1.7' of https://github.com/GeorgeK1ng/vcmi-extras into vcmi-1.7
2 parents 9d29bf6 + 54dcd0f commit 2105644

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Mods/adventureMap/Content/config/widgets/adventureMap.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,13 +572,13 @@
572572
}
573573
]
574574
},
575-
575+
576576
// Add later
577577
// world view
578578
// replay / market place
579579
// puzzle
580580
// dig
581-
581+
582582
{
583583
"type" : "adventureMapButton",
584584
"name" : "buttonQuestLog",

mod.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name" : "VCMI extras",
33
"description" : "Collection of enhancements and fixes for VCMI interface and gameplay:<br><br>• <b>Extended lobby options</b><br> Adds template selection, map size buttons (H/XH/G), chess timer, and support for simultaneous turns<br><br>• <b>Revisit & Search buttons</b><br> Adds buttons to revisit the current object and perform contextual searches on the adventure map<br><br>• <b>Quick Exchange</b><br> Improves the hero exchange screen with one-click swap buttons for all creatures and artifacts<br><br>• <b>Vertical layout (portrait mode)</b><br> Optimizes the adventure map interface for vertical screen orientation (portrait mode)<br><br>• <b>Bonus icons</b><br> Adds visual indicators for unit bonuses and special abilities<br><br>• <b>Spell immunity icons</b><br> Displays spell immunity icons for creatures during combat<br><br>• <b>Emoji support</b><br> Enables emoji font rendering in the in-game chat",
4-
"version" : "3.7.9",
4+
"version" : "3.8.0",
55
"author" : "VCMI Team",
66
"contact" : "http://forum.vcmi.eu/index.php",
77
"modType" : "Graphical",
88
"changelog" : {
9+
"3.8.0" : [
10+
"Fixed issue with Bonus icons submod on Android and Linux",
11+
"Improved all adventure button icons"
12+
],
913
"3.7.9" : [
1014
"More creatures' abilities icon (by Kurek, Andruids and Ben Yan)"
1115
],

0 commit comments

Comments
 (0)