1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

19266 Commits

Author SHA1 Message Date
Ivan Savenko
ddeb6c3c2d
Merge pull request #5388 from IvanSavenko/artifact_sort_icons
Separate icons for artifact sorting screen
2025-02-09 19:16:55 +02:00
Ivan Savenko
ff66e4d55a
Merge pull request #5387 from IvanSavenko/xbrz_autoselect
Enable xbrz2 by default on mobile systems
2025-02-09 19:16:42 +02:00
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
Laserlicht
75dd4a1acb fix pinch event calculation 2025-02-09 13:11:49 +01:00
Laserlicht
1f61f22122 implement overlay for touch screens 2025-02-09 13:10:27 +01:00
Laserlicht
ca5471aa55 fix incorrect health calculation 2025-02-08 23:20:09 +01:00
George King
70696aeae2
Add files via upload 2025-02-08 23:16:56 +01:00
Laserlicht
5f74044d9a reorder battle settings 2025-02-08 22:59:32 +01:00
Laserlicht
d98ce78c34 add setting for hp bar 2025-02-08 22:48:21 +01:00
Laserlicht
a8211d12de Combat Health Bar 2025-02-08 22:22:22 +01:00
Dydzio
f0944752e1 Update launcher translation 2025-02-08 20:54:51 +01:00
Laserlicht
de06de06b5 refactor backgrounds (allow resolution change) 2025-02-08 20:53:32 +01:00
Laserlicht
0424f71cb2 portrait mode for android 2025-02-08 20:02:31 +01:00
Ivan Savenko
52d72c75fc Buttons with text tooltip for artifact sorting screen 2025-02-08 16:31:37 +00:00
Laserlicht
f2c872bd4c fix name in MapOverview 2025-02-08 16:22:05 +01:00
Laserlicht
07b494632b optimize textSearchSimilar 2025-02-08 13:22:11 +01:00
Laserlicht
d9ada6c7e8 fix touch relative mode 2025-02-08 12:54:25 +01:00
Maurycy
4d5eb6c870
Update swedish.ts 2025-02-08 02:41:06 +01:00
Maurycy
35a5310bee
Update swedish translations 2025-02-08 01:22:55 +01:00
Laserlicht
4f1a91c2bd support chronicles aoi installer 2025-02-07 22:49:54 +01:00
Ivan Savenko
f3e3bb1749 Enable new option only on mobile platforms 2025-02-07 15:54:33 +00:00
Ivan Savenko
3ed599bef3 Enable xbrz2 by default on mobile systems
Since upscaling is now performed in background there should be no
noticeable lags on most systems.

To be safe - it will only be enabled on systems with over 2 Gb RAM, to
exclude oldest hardware

This only affects autoselection. If upscaling filter was selected by
player explicitly, these changes will have no effect
2025-02-07 14:27:37 +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
8bac023e82 Fix internal connection sending queued packages after closing 2025-02-06 19:22:46 +00:00
Ivan Savenko
4e6560c4c9 Fixes for issues detected by valgrind 2025-02-06 19:22:04 +00:00
Ivan Savenko
fff5ac5945 Fix transparency on hero portraits 2025-02-06 14:22:06 +00:00
Ivan Savenko
0efa39ec79 Fix pack name in logs 2025-02-06 14:21:32 +00:00
Ivan Savenko
5a02a4c07f Fix path to Chronicles campaigns background, remove old code 2025-02-06 14:21:19 +00:00
Ivan Savenko
367aa94227 Do not scroll lists in lobby if another item is hovered 2025-02-06 14:20:45 +00:00
Ivan Savenko
f4a218285f Fix display of remaining spell duration for creatures 2025-02-06 14:19:34 +00:00
Ivan Savenko
d586d4ea89 Do not highlight unavailable columns of hexes on battlefield 2025-02-06 14:18:56 +00:00
Ivan Savenko
7823dd3945 Block pathfinder from allowing to interact with heroes standing on
another visitable object
2025-02-06 14:18:18 +00:00
Ivan Savenko
436aa0a15f Add victory condition overrides for Elixir of Life
Maps can only be won by finding required artifact, defeating enemies is
not enough
2025-02-06 14:16:52 +00:00
Ivan Savenko
f210bd9cb3 Fix crash on winning map on 7-day town timer running out for enemy 2025-02-06 14:15:12 +00: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