1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00
Commit Graph

20573 Commits

Author SHA1 Message Date
Laserlicht
e9c250c1f8 update docs 2025-07-07 03:32:21 +02:00
Laserlicht
3e6162a37a custom spell schools in spell book 2025-07-07 03:29:27 +02:00
Ivan Savenko
cdf7230da6 Tweaks for adaptive battle window UI
Now quick spell/actions windows have a priority over info windows (timer
/ hero / unit) if there is not enough space for both.

This means that:
- quick actions window can now be enabled if screen is at least 900px-
wide (and not 1050px)
- info windows now account for quick action window presence. If quick
actions window is active, info windows will be placed inside battle
window if screen is below 1050px wide

This makes it possible to use quick actions window in most resolutions,
for example - in 16x10 screens with maxed out resolution scaling.

No changes in actual window layout.
2025-07-06 18:20:34 +03:00
Ivan Savenko
e2aac34e5b Added COMBAT_MANA_BONUS to Skyship, updated docs 2025-07-06 17:19:41 +03:00
Ivan Savenko
200850f56f Add COMBAT_MANA_BONUS for Skyship 2025-07-06 15:36:51 +03:00
Ivan Savenko
9070db4a96 Garrisoned hero is now attached to townAndVis node, not to town itself 2025-07-06 14:39:57 +03:00
Ivan Savenko
d03d096aee Merge pull request #5877 from Laserlicht/panel_battle
remove border in battle
2025-07-06 14:37:58 +03:00
Ivan Savenko
56b071004f Fix fear immunity on Azures 2025-07-06 14:27:24 +03:00
Laserlicht
2189b8a8b6 fix timer and background 2025-07-06 01:17:33 +02:00
Laserlicht
eecc3ce632 gap-less layout 2025-07-06 00:52:57 +02:00
Ivan Savenko
ee72338c4d Add check for invalid map objects edits (e.g. dwellings) in mods 2025-07-05 19:49:16 +03:00
Ivan Savenko
a2648b5ee9 Use generic format for commander bonuses instead of old list-based one 2025-07-05 19:48:51 +03:00
Ivan Savenko
9c1b03cd8a Merge pull request #5879 from godric3/map-editor-fix-random-hero-crash
Map editor fix random hero and artifact crashes
2025-07-05 18:34:38 +03:00
Ivan Savenko
3310f8cdf1 Merge pull request #5881 from Laserlicht/help
add missing help
2025-07-05 18:27:07 +03:00
Ivan Savenko
9fd9869eee Merge pull request #5878 from Laserlicht/chat
dont show chat button in campaign list
2025-07-05 18:26:11 +03:00
Ivan Savenko
53ee7e1cb7 Merge pull request #5866 from IvanSavenko/changelog_june
Updated changelog for 1.7
2025-07-05 18:15:29 +03:00
Ivan Savenko
ee1aa5b44f Updated changelog for 1.7 2025-07-05 18:14:29 +03:00
Laserlicht
15a1373911 make configurable 2025-07-05 16:27:20 +02:00
Laserlicht
d81e035c98 format 2025-07-05 16:01:02 +02:00
Laserlicht
fc24eef7a5 fixes 2025-07-05 15:56:15 +02:00
Laserlicht
5fcb64911d limit entries 2025-07-05 15:48:00 +02:00
Laserlicht
1e79c28c1a show in highscore screen 2025-07-05 15:02:16 +02:00
Laserlicht
068aee409a add statistic json serializer 2025-07-05 13:51:27 +02:00
Laserlicht
152119c951 add missing help 2025-07-05 12:34:01 +02:00
godric3
13133ab02c map editor: fix crash on adding random artifact 2025-07-04 23:11:24 +02:00
godric3
a4767fb02a map editor: Fix crash on editing random hero portrait + isDefault checkbox fix 2025-07-04 23:11:24 +02:00
godric3
04ae449821 map editor: Fix crash on adding random hero to map 2025-07-04 23:11:24 +02:00
Laserlicht
e0a2d3278a dont show chat button in campaign list 2025-07-04 22:48:07 +02:00
Laserlicht
4aad60523c fine tuning turn timers 2025-07-04 21:42:16 +02:00
Laserlicht
e0ea7ca32b remove border in battle 2025-07-04 20:22:01 +02:00
Laserlicht
33982c49b6 Fix AssetGenerator 2025-07-04 16:42:22 +02:00
Laserlicht
547ebbd08e fix doublewide 2025-07-04 00:37:14 +02:00
Laserlicht
13a2b8781e Merge branch 'vcmi:develop' into max_range_spell 2025-07-03 23:25:06 +02:00
Ivan Savenko
c15f628761 Merge pull request #5743 from SoundSSGood/num-of-charges-per-spell
Charge cost for charge based spells
2025-07-02 17:07:56 +03:00
Ivan Savenko
4caf65a9ed Merge pull request #5865 from SoundSSGood/captured-arts-fix
Captured artifacts msg fixed
2025-07-02 16:33:42 +03:00
SoundSSGood
1c0ef3bdf4 Captured artifacts msg fix 2025-07-02 12:57:57 +02:00
Ivan Savenko
b8fa3ccde1 Merge pull request #5830 from Laserlicht/translate
credits translation
2025-07-02 11:45:19 +03:00
Ivan Savenko
9cc57b7ace Merge pull request #5850 from Laserlicht/path
fix path not updated after cheat
2025-07-02 11:38:42 +03:00
Ivan Savenko
559ea7d003 Merge pull request #5864 from IvanSavenko/crashfixes
Fixes for recently reported crashes
2025-07-02 11:38:33 +03:00
Ivan Savenko
9d2cf288fb Fix possible crash on accessing no longer existing submod 2025-07-01 17:49:43 +03:00
Ivan Savenko
24ad703f86 Fix possible crash on re-recruiting hero that transferred in campaign 2025-07-01 17:49:25 +03:00
Ivan Savenko
1daf9d3a44 Fix possible crash on hovering over inaccessible hexes on other side of
the battlefield when war machine is making turn
2025-07-01 13:35:30 +03:00
Ivan Savenko
74e697d41c Fix regression from bonus system changes 2025-07-01 13:34:30 +03:00
Ivan Savenko
8fcbc09b8e Fix crash on removing town with garrisoned hero from map 2025-07-01 13:34:15 +03:00
Ivan Savenko
2d00d8a585 Adjust creature schema to detect misconfigured adventure map amounts 2025-07-01 13:33:55 +03:00
Ivan Savenko
27f7890784 Fix possible crash on swithing to another player in hotseat while having
different visible heroes on minimap
2025-07-01 13:33:30 +03:00
Ivan Savenko
bc4a1b06fc Fix crash on moving double-wide units in some obstacle configurations 2025-07-01 13:03:25 +03:00
Ivan Savenko
835120237d Merge pull request #5861 from Laserlicht/valida
fixed mage guild validation
2025-07-01 13:02:58 +03:00
Laserlicht
e88153c839 fix german text length 2025-06-30 21:58:40 +02:00
Laserlicht
91b5a5bb3a fixed mage guild validation 2025-06-30 21:47:47 +02:00