mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
Updated changelog
This commit is contained in:
parent
9da60a2738
commit
8d43343c94
@ -23,6 +23,7 @@
|
|||||||
* Fixed positioning of prologue and epilogue text during campaign scenario intros
|
* Fixed positioning of prologue and epilogue text during campaign scenario intros
|
||||||
|
|
||||||
### Interface
|
### Interface
|
||||||
|
* Added an option to hide adventure map window when town or battle window are open
|
||||||
* Fixed switching between pages on small version of spellbook
|
* Fixed switching between pages on small version of spellbook
|
||||||
* Saves with long filenames are now truncated in the UI to prevent overflow.
|
* Saves with long filenames are now truncated in the UI to prevent overflow.
|
||||||
* Added option to sort saved games by change date
|
* Added option to sort saved games by change date
|
||||||
@ -32,7 +33,6 @@
|
|||||||
* Fixed incorrect cursor display when hovering over water objects accessible from shore
|
* Fixed incorrect cursor display when hovering over water objects accessible from shore
|
||||||
|
|
||||||
### Stability
|
### Stability
|
||||||
* Fixed possible creation of a duplicate hero in a random map when the player has chosen the starting hero.
|
|
||||||
* Fixed a crash when using the 'vcmiobelisk' cheat more than once.
|
* Fixed a crash when using the 'vcmiobelisk' cheat more than once.
|
||||||
* Fixed crash when reaching level 201. The maximum level is now limited to 197.
|
* Fixed crash when reaching level 201. The maximum level is now limited to 197.
|
||||||
* Fixed crash when accessing a spell with an invalid SPELLCASTER bonus
|
* Fixed crash when accessing a spell with an invalid SPELLCASTER bonus
|
||||||
@ -43,6 +43,11 @@
|
|||||||
* Fixed crash on invalid creature in hero army due to outdated or broken mods
|
* Fixed crash on invalid creature in hero army due to outdated or broken mods
|
||||||
* Failure to initialise video subsystem now displays error message instead of silent crash
|
* Failure to initialise video subsystem now displays error message instead of silent crash
|
||||||
|
|
||||||
|
### Random Maps Generator
|
||||||
|
* Fixed possible creation of a duplicate hero in a random map when the player has chosen the starting hero.
|
||||||
|
* Fixed banning of quest artifacts on random maps
|
||||||
|
* Fixed banning of heroes in prison on random maps
|
||||||
|
|
||||||
### Battles
|
### Battles
|
||||||
* Battle turn queue now displays current turn
|
* Battle turn queue now displays current turn
|
||||||
* Added option to show unit statistics sidebar in battle
|
* Added option to show unit statistics sidebar in battle
|
||||||
|
Loading…
Reference in New Issue
Block a user