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

Merge pull request #5236 from IvanSavenko/release_163

Preparation for release 1.6.3
This commit is contained in:
Ivan Savenko
2025-01-09 14:57:46 +02:00
committed by GitHub
4 changed files with 34 additions and 3 deletions

View File

@ -1,5 +1,36 @@
# VCMI Project Changelog # VCMI Project Changelog
## 1.6.2 -> 1.6.3
### Stability
* Fixed possible crash on attempt to play corrupted video file
* Fixed possible crash on invalid or corrupted game data
* Fixed possible crash on invalid upscaling filter
### Interface
* Added right-click popup to Keymasters, Border Guards, and Border Gates that show all discovered objects of the same color
* Added right-click popup to Obelisks that shows all discovered objects and their visitation status
* Added support for randomly selected main menu backgrounds
* Fixed display of long text in text-only right-click popups
* Hero overview screen on map setup will now have scrollbars for hero desription when necessary
* Fixed teleporter right-click popup appearing out of screen when interacting with teleporter near screen edge
* Scenario Information window will now correctly replace random hero with actual starting hero
### AI
* Improved performance of Battle AI
* Improved performance of pathfinding calculations
* Reduced calculation of threat range, especially on low difficulties to improve performance
* Fixed Nullkiller AI not considering nearby objects for visiting in some cases, breaking its exploration logic
* Fixed Nullkiller AI not building town dwellings
### Map Editor
* Added option to convert .h3c files into .vcmp
* It is now possible to configure town to have same faction as player
## 1.6.1 -> 1.6.2 ## 1.6.1 -> 1.6.2
### General ### General

2
debian/changelog vendored
View File

@ -2,7 +2,7 @@ vcmi (1.6.3) jammy; urgency=medium
* New upstream release * New upstream release
-- Ivan Savenko <saven.ivan@gmail.com> Fri, 17 Jan 2025 12:00:00 +0200 -- Ivan Savenko <saven.ivan@gmail.com> Fri, 10 Jan 2025 12:00:00 +0200
vcmi (1.6.2) jammy; urgency=medium vcmi (1.6.2) jammy; urgency=medium

View File

@ -1,9 +1,9 @@
# VCMI Project # VCMI Project
[![VCMI](https://github.com/vcmi/vcmi/actions/workflows/github.yml/badge.svg?branch=develop&event=push)](https://github.com/vcmi/vcmi/actions/workflows/github.yml?query=branch%3Adevelop+event%3Apush) [![VCMI](https://github.com/vcmi/vcmi/actions/workflows/github.yml/badge.svg?branch=develop&event=push)](https://github.com/vcmi/vcmi/actions/workflows/github.yml?query=branch%3Adevelop+event%3Apush)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.0/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.0)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.1/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.1) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.1/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.1)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.2/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.2) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.2/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.2)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.3/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.3)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/total)](https://github.com/vcmi/vcmi/releases) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/total)](https://github.com/vcmi/vcmi/releases)
VCMI is an open-source recreation of Heroes of Might & Magic III engine, giving it new and extended possibilities. VCMI is an open-source recreation of Heroes of Might & Magic III engine, giving it new and extended possibilities.

View File

@ -90,7 +90,7 @@
</screenshots> </screenshots>
<launchable type="desktop-id">vcmilauncher.desktop</launchable> <launchable type="desktop-id">vcmilauncher.desktop</launchable>
<releases> <releases>
<release version="1.6.3" date="2025-01-17" type="stable"/> <release version="1.6.3" date="2025-01-10" type="stable"/>
<release version="1.6.2" date="2025-01-03" type="stable"/> <release version="1.6.2" date="2025-01-03" type="stable"/>
<release version="1.6.1" date="2024-12-27" type="stable"/> <release version="1.6.1" date="2024-12-27" type="stable"/>
<release version="1.6.0" date="2024-12-20" type="stable"/> <release version="1.6.0" date="2024-12-20" type="stable"/>