1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-11 11:31:52 +02:00

19085 Commits

Author SHA1 Message Date
Ivan Savenko
bf82d9a79a
Merge pull request #5386 from IvanSavenko/junktions
Reduce size of junction zones on Coldshadow Fantasy template
2025-02-09 19:16:27 +02:00
Ivan Savenko
92834d7306
Merge pull request #5385 from IvanSavenko/advmap_select
[1.6.6] Clicking on blocked tile of a visitable object now builds a path to it
2025-02-09 19:16:12 +02:00
Ivan Savenko
aca51a0250
Merge pull request #5378 from MichalZr6/italian_translation
Italian translations for launcher, map editor and in-game interface
2025-02-09 19:15:54 +02:00
Ivan Savenko
f3e3bb1749 Enable new option only on mobile platforms 2025-02-07 15:54:33 +00:00
Ivan Savenko
8a09d364f5 Reduce size of junction zones on Coldshadow Fantasy template
This should reduce amount of huge blocked chunks of map without greatly
changing template gameplay.

Junction zones are used on one more template (Gimlis revenge), however
that template is limited to L-sized maps, so there are no massive chunks
of blocked terrain
2025-02-07 14:06:12 +00:00
Ivan Savenko
7803f7a972 Clicking on blocked tile of a visitable object now builds a path to it
Suggestion from Discord.

If player has hero selected, clicking on a blocked tile of a visitable,
reachable object will now build a path to its visitable position (or
move hero to it, in case of second click / tap).

Objects that have interaction on left click (allied town and shipyards)
are excluded from this change and work as before
2025-02-07 13:59:32 +00:00
Andrey Filipenkov
d8ee343800
Merge pull request #5384 from kambala-decapitator/on-release-workflow-beta
add workflow to notify other repos about new release
2025-02-07 13:09:57 +03:00
Andrey Filipenkov
d0a89a8cc8 add workflow to notify other repos about new release
only Homebrew repo for now

(cherry picked from commit 01eda54a0fc3924bb48cf81704bec275e704765a)
2025-02-07 09:36:27 +03:00
Ivan Savenko
2beb4c6aa4
Merge pull request #5379 from IvanSavenko/chronicle_install_fix
Fixes Chronicles installation on Windows with non-ascii chars in path
2025-02-04 17:38:29 +02:00
Ivan Savenko
b2c340158d Fixes Chronicles installation on Windows with non-ascii chars in path 2025-02-04 14:57:26 +00:00
Ivan Savenko
d72b743ce5
Merge pull request #5350 from MichalZr6/fix_miniHillFort
Fix creating buttons in Stack Window when upgrade is unavailable
2025-02-04 01:02:50 +02:00
Ivan Savenko
b2218398c8
Merge pull request #5376 from IvanSavenko/hero_chain_parallel_fix
[1.6.6?] Simplify multithreading code in NKAI hero chain calculation
2025-02-04 00:50:52 +02:00
Ivan Savenko
e047035221
Merge pull request #5372 from IvanSavenko/hota_golem_fix
[1.6.6] Handle flag color overlay and creature selection overlay separately
2025-02-04 00:50:36 +02:00
Ivan Savenko
a3797e4f76
Merge pull request #5369 from IvanSavenko/internal_connection
[1.6.6?] Remove network connection from local games
2025-02-04 00:50:16 +02:00
Ivan Savenko
cf2e616ca4
Merge pull request #5377 from IvanSavenko/version_bump_166
Bump version to 1.6.6
2025-02-04 00:49:51 +02:00
MichalZr6
3ad2df536f Fix hungarian translation for map editor 2025-02-03 23:44:27 +01:00
Ivan Savenko
aa59d6ac72 Bump version to 1.6.6 2025-02-03 21:06:30 +00:00
Ivan Savenko
c3af0dc469 Remove unused parameters 2025-02-03 18:02:01 +00:00
MichalZr6
e161e3dfde Italian translation 2025-02-03 18:40:56 +01:00
Ivan Savenko
048fc503c3 Do not start listening for connections in single-player games 2025-02-03 17:24:02 +00:00
Ivan Savenko
d9244cf061 Remove network connection from local games
This removes need for TCP network connection in single-player games.

Instead, game will now create internal pseudo-connection that performs
client<->server communication by posting sent messages to client/server
asio::io_service'a.

This should fix gameplay aborting on switching to another app on iOS (and
apparently, on Android in some cases)
2025-02-03 17:24:02 +00:00
Ivan Savenko
70cc9f7bb7 Replace locking mutex with per-thread storage 2025-02-03 17:13:48 +00:00
Ivan Savenko
e113622dc3
Merge pull request #5374 from vcmi/master
Merge master->beta
2025-02-03 18:20:15 +02:00
Ivan Savenko
7e1ce095a1
Merge pull request #5366 from IvanSavenko/release_165
Release 1.6.5
1.6.5
2025-02-03 15:49:31 +02:00
Ivan Savenko
5f6a8d2a0b Adjusted changelog 2025-02-03 13:49:02 +00:00
Ivan Savenko
d2fbb64b79 Revert previous commit - seems to be causing more crashes than it fixes 2025-02-03 13:49:02 +00:00
Ivan Savenko
1421db13ea Do not attempt to load screenshot list from local mod.json 2025-02-03 13:49:02 +00:00
Ivan Savenko
d5feedae60 Fix broken icons in commander window 2025-02-03 13:49:02 +00:00
Ivan Savenko
9b5dade8b2 Changelog for 1.6.5 2025-02-03 13:49:02 +00:00
Ivan Savenko
d72911dd1d Version bump to 1.6.5 2025-02-03 13:49:02 +00:00
Ivan Savenko
36befda750
Merge pull request #5373 from vcmi/beta
Merge beta -> master
2025-02-03 14:56:13 +02:00
Ivan Savenko
6ce7b6bd2a
Merge pull request #5370 from GeorgeK1ng/map_edit_update
Czech translation update for map editor
2025-02-03 13:47:33 +02:00
Ivan Savenko
869fe5e606
Merge pull request #5368 from godric3/map-editor-fix-resources-from-event
map editor: fix resource reward in events
2025-02-03 13:47:23 +02:00
Ivan Savenko
38bb5a76e6 Handle flag color overlay and creature selection overlay separately
Fixes handling of Iron Golem animation from HotA
2025-02-03 11:44:21 +00:00
George King
b44259647c
Removed vanished elements 2025-02-02 18:53:31 +01:00
George King
fb4451df74
Updated Czech translation for Map Editor 2025-02-02 18:51:19 +01:00
godric3
61e5dbde20 map editor: fix resource reward in events 2025-02-02 17:03:58 +01:00
Ivan Savenko
ec5d4dbe5d
Merge pull request #5361 from GeorgeK1ng/menu_campaign_fix
Fix VCMP campaign detection for buttons
2025-02-02 14:10:12 +02:00
Ivan Savenko
29d0078a89
Merge pull request #5363 from IvanSavenko/crashfixes
[1.6.5] Crashfixes for reported crashes from 1.6.4
2025-02-02 13:52:51 +02:00
Ivan Savenko
9f76cc5dd0
Merge pull request #5365 from GeorgeK1ng/czech_update
Czech translation update
2025-02-02 13:52:42 +02:00
Ivan Savenko
a95ab5a7ce Add better debugging for text conversion failure 2025-02-01 18:10:42 +00:00
Ivan Savenko
4b20128144 Close hero overview before recreating advanced options dialog 2025-02-01 18:10:22 +00:00
Ivan Savenko
977e15d15c Erase any active windows before deleting guihandler 2025-02-01 18:09:53 +00:00
Ivan Savenko
82f963bc12 Fix crash on double-clicking lobby login button 2025-02-01 18:09:34 +00:00
George King
18c21cd0ae
Update czech.json 2025-02-01 16:26:55 +01:00
George King
93024102f4
Improved Ground / Undergound menu text 2025-02-01 16:25:25 +01:00
George King
7f09e22242
Improved Ground / Undergound menu text 2025-02-01 16:23:59 +01:00
George King
5810ff2b41
Updated Czech translation 2025-02-01 15:42:38 +01:00
Ivan Savenko
3d6c58c366 Fix crash on scaling empty surface 2025-02-01 13:55:09 +00:00
Ivan Savenko
cf44186a11 Fix crash on accepting turn in MP with settings window open 2025-02-01 12:23:22 +00:00