1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +02:00

Changelog for 1.6.5

This commit is contained in:
Ivan Savenko
2025-02-02 12:03:24 +00:00
parent d72911dd1d
commit 9b5dade8b2

View File

@ -1,5 +1,22 @@
# VCMI Project Changelog
## 1.6.4 -> 1.6.5
### General
* Fixed corrupted graphics of generated assets like water tiles on mobile systems
* All generated assets are now used directly from memory without saving them to disk
### Stability
* Fixed regression causing crashes in combat when touchscreen input is in use
* Fixed regression causing crash on attempt to upscale empty image
* Fixed crash on some creature abilities from mods that cast targeted spells on unit with battle propagator
* Fixed crash on accepting next turn in multiplayer when local player has game settings window open
* Fixed crash in multiplayer when one player changes his starting options while another player has hero overview window open
* Fixed crash on double-clicking login to global lobby button
* Fixed possible crash on game shutdown
## 1.6.3 -> 1.6.4
### General