35fc7f7f03
Use new URL for 1.7 mods
2025-02-28 14:51:33 +00:00
07a46ed03b
Configurable icons for bonuses
...
It is now possible for mods (e.g. vcmi extras) to provide custom icons
for bonuses subtypes or for custom bonuses values without requiring
hardcoded check in vcmi.
All existing hardcoded checks have been removed.
Bonuses config json from mods is now actually loaded.
2025-02-28 14:51:32 +00:00
8f074490a7
Merge branch 'master' into 'develop'
2025-02-27 21:15:42 +00:00
dfda6d2626
Merge pull request #5484 from vcmi/beta
...
Merge beta -> master
1.6.7
2025-02-27 16:08:20 +02:00
a8d8b64882
Merge pull request #5483 from IvanSavenko/release_167
...
Preparation for release 1.6.7
2025-02-27 15:11:14 +02:00
da0943db99
Download counter for 1.6.7
2025-02-27 10:15:23 +00:00
cad6ea5402
Update Ukrainian translation
2025-02-27 10:15:23 +00:00
f04cac4101
Fix format string
2025-02-27 10:15:23 +00:00
c60954932d
Fix build on newest MSVC
2025-02-27 10:15:23 +00:00
0e4a4ae5aa
Merge pull request #5482 from IvanSavenko/changelog_167
...
Changelog for 1.6.7
2025-02-27 12:14:34 +02:00
5a59789371
Changelog for 1.6.7
2025-02-27 09:50:40 +00:00
398c0e318c
Merge pull request #5480 from GeorgeK1ng/czech-update
...
[1.6.7] Czech update + English formatting
2025-02-27 11:39:12 +02:00
5a5ec55dac
Merge pull request #5481 from IvanSavenko/ai_crash_fix
...
[1.6.7] Invalidate pathfinder cache on dismissing a hero
2025-02-27 11:36:53 +02:00
a075ac1ad1
Merge pull request #5468 from Laserlicht/lobby_aspect_ratio
...
[1.6.7] make lobby 4:3 aspect ratio & fixes
2025-02-26 17:20:53 +02:00
f4f89d1536
Invalidate pathfinder cache on dismissing a hero
2025-02-26 14:47:00 +00:00
6e1e944fa2
Encoding fix
2025-02-26 11:50:50 +01:00
5efebd1e7d
Updated Czech + fixed formatting in English
2025-02-26 11:48:56 +01:00
ac5988a643
Lobby: 4:3 and wide layout
2025-02-25 21:25:01 +01:00
1e020a3b56
Merge pull request #5476 from IvanSavenko/hotfix
...
[1.6.7] Fixes for reported issues
2025-02-25 19:38:16 +02:00
5a813feaa6
Merge pull request #5475 from IvanSavenko/lobby_fix_2
...
[1.6.7] Better fix for lobby room crash
2025-02-25 18:56:50 +02:00
b67096db82
Merge pull request #5477 from IvanSavenko/version_bump_167
...
Bump version to 1.6.7
2025-02-25 18:56:15 +02:00
e7fbe2d387
Fix build
2025-02-25 16:55:58 +00:00
d1b13a0fe4
Add check for mod compatibilty
2025-02-25 16:19:15 +00:00
3d69a35dcb
Bump version to 1.6.7
2025-02-25 15:34:22 +00:00
420f358599
Avoid crash on having unsupported campaigns in map list
2025-02-25 15:29:09 +00:00
e4a719fb7e
Fix corrupted pixels on town building animations in mods
2025-02-25 15:28:45 +00:00
e720d06e79
Add logging for failure to extract file from .zip, with check for Windows
...
260 path length limit
2025-02-25 15:28:07 +00:00
b372cc84e9
Avoid crash if object has same name as on provided in compatiblity
...
identifiers field
2025-02-25 15:26:16 +00:00
e2e83b392b
Merge pull request #5467 from IvanSavenko/brotherhood_fix
...
[1.6.7] Fix Brotherhood displaying Thieves Guild UI on click instead of Tavern
2025-02-25 16:50:18 +02:00
b304788722
Merge pull request #5464 from Laserlicht/statistic_fixes
...
[1.6.7?] Statistic window fixes
2025-02-25 16:50:09 +02:00
d772521d59
Merge pull request #5460 from Laserlicht/setting
...
[1.6.7?] Add settings
2025-02-25 16:49:48 +02:00
2a9cd0c0d6
Merge pull request #5470 from kambala-decapitator/fix-android-conan
...
[conan] fix building libiconv for Android
2025-02-25 16:49:39 +02:00
42878af3a6
Better fix for lobby room crash
...
Always use TCP connection when connecting to self-hosted lobby room.
Effectively reverts 1.6.6 change for lobby connections. Single-player
connections still use intra-process pseudo connection
Main problem is various side effects caused by changing order of
operations. For example, client may inform lobby about joining the room
before server finishes startup, which was not possible before.
2025-02-25 14:05:56 +00:00
a6a929eb95
Revert "Fix crash on attempting to connect newly created lobby room"
...
This reverts commit f42d4dc758
.
2025-02-25 14:01:49 +00:00
056d1f62a6
[conan][android] force linker to be ld
...
fixes shared libiconv build
2025-02-24 13:53:52 +03:00
eeef7efac5
fix stuck (press) slider w. clicking on empty area
2025-02-23 20:54:31 +01:00
bf77dd8a7f
fix incorrect help for lobby send message button
2025-02-23 20:15:23 +01:00
d04365c79b
fix create room help
2025-02-23 19:22:40 +01:00
d9e8aa1ec3
fix long text
2025-02-23 19:05:56 +01:00
a334b7f3a6
fix graphical glitch when scrolling
2025-02-23 18:58:37 +01:00
ecd5bc1598
make lobby 4:3 aspect ratio
2025-02-23 15:50:07 +01:00
b6dd4460de
Fix Brotherhood displaying Thieves Guild UI on click instead of Tavern
2025-02-23 14:46:04 +00:00
52f7caa0e4
use settings instead of persistentStorage
2025-02-22 20:34:13 +01:00
bc90f4f4aa
Merge pull request #5461 from Laserlicht/touch_improve
...
[1.6.7?] Improve touch motion
2025-02-22 20:58:28 +02:00
0d6f6a20f0
Merge pull request #5466 from IvanSavenko/sdl_crash_fix
...
[1.6.7] Possible fix for crash on attempt to free sdl surface in worked thread
2025-02-22 20:57:30 +02:00
ebb294e9dd
Merge pull request #5465 from IvanSavenko/lobby_connect_fix
...
[1.6.7] Fix crash on attempting to connect newly created lobby room
2025-02-22 20:51:15 +02:00
10871308cb
Merge pull request #5459 from XCOM-HUB/patch-2
...
Update swedish.ts (beta)
2025-02-22 20:49:56 +02:00
1bc7c13204
Possible fix for crash on attempt to free sdl surface in worked thread
2025-02-22 17:16:18 +00:00
a6a6b8c69c
save only adventure map zoom
2025-02-22 16:08:54 +01:00
f42d4dc758
Fix crash on attempting to connect newly created lobby room
2025-02-22 14:20:45 +00:00