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

19056 Commits

Author SHA1 Message Date
c4623aad0f Backported fix for BattleAI not casting spells that would kill entire
unit
2025-01-04 12:23:36 +00:00
c7963cf62f fix TeleporterPopup out of screen 2025-01-04 02:01:44 +01:00
0f745d5f1b fix long texts in popup 2025-01-04 01:23:26 +01:00
3de73c7a46 Change bonus icon for limited shooting range 2025-01-03 19:38:44 +01:00
4ccd860b2f Fix possible crash on loading save with invalid buildings, e.g. Mage
Guild 4 in towns without one
2025-01-03 15:41:26 +00:00
f02a61e546 optimize for touch input 2025-01-03 14:49:35 +01:00
076af53733 add scrollbar for hero overview 2025-01-03 14:34:52 +01:00
da8cca2ea5 Add 1.6.2 download counter 2025-01-02 20:46:29 +00:00
108a61933a Updated changelog 2025-01-02 20:46:06 +00:00
dc406ae906 remove json campaign override 2025-01-02 21:42:32 +01:00
e57cf147ed Updated Ukrainian translation 2025-01-02 20:31:23 +00:00
d6bea9cba4 Regenerated translations 2025-01-02 20:23:23 +00:00
4a8560c2f9 Update swedish.json (#5157)
Updated the Swedish translation with newly added strings that I found in the latest Czech translation.
2025-01-02 20:15:48 +00:00
833f122ab3 Merge pull request #5154 from kambala-decapitator/strings-improvement
[launcher] improve a few user-visible strings
2025-01-02 22:14:36 +02:00
56a30d32af Merge pull request #5179 from godric3/map-editor-fix-copying-monster
map editor: fix crash when copying monster
2025-01-02 22:12:48 +02:00
aeeb4ea533 Merge pull request #5181 from Laserlicht/android_right_mouse_fix
[1.6.2] Option to fix right mouse button on some android devices
2025-01-02 21:59:29 +02:00
dc7e5283c0 Merge pull request #5185 from vcmi/fix_blocked_paths
Fix blocked paths
2025-01-02 21:48:06 +02:00
220cb47edb Merge pull request #5183 from GeorgeK1ng/czech_update
Updated Czech translation
2025-01-02 21:38:36 +02:00
3ce1c377d2 Merge pull request #5182 from IvanSavenko/crashfixes
[1.6.2] Crashfixes for bugs discovered via Google Play
2025-01-02 21:38:25 +02:00
a3b02d1795 Merge pull request #5184 from IvanSavenko/ai_building_fix
Do not add non-existing buildings to H3 towns
2025-01-02 21:35:50 +02:00
685403c588 Cleanup 2025-01-02 18:12:59 +01:00
a88a994d75 Proper fix for the issue 2025-01-02 18:12:40 +01:00
ce003af4b9 Heavier penalty for routing roads behind monoliths 2025-01-02 17:41:01 +01:00
0e38882694 Fix blocked paths to objects at the bottom of the zone 2025-01-02 17:18:06 +01:00
bc624ab654 Do not add non-existing buildings to H3 towns
Such as Mages Guild 4-5 to Fortress, or all 4 special buildings to towns
without them
2025-01-02 13:46:49 +00:00
fe8abd61f9 Updated Czech translation 2025-01-02 09:53:54 +01:00
46442fbcca Correctly remove unsupported (e.g. era) mods from active preset 2025-01-01 21:01:46 +00:00
ea0c553148 Fix crash on attempt to update mod that depends on unknown mod 2025-01-01 21:01:23 +00:00
698d43e195 Fix crash on attempt to flip empty image 2025-01-01 21:00:43 +00:00
51ceb068a7 Try to handle crash on map selection screen 2025-01-01 21:00:25 +00:00
69ee1a9098 Fix crash on reordering towns from town interface 2025-01-01 20:59:59 +00:00
485361939a Added information on mod loading failure to inform player on broken mods 2025-01-01 20:59:32 +00:00
657b97202b Clarified ifdef magic in crash handling 2025-01-01 20:58:30 +00:00
33daf5c199 More robust checks for old saves removal 2025-01-01 20:57:43 +00:00
9aa8ac1e4f button text 2025-01-01 19:21:20 +01:00
0a42ba8f0a also hide label 2025-01-01 18:44:28 +01:00
3870ac6c21 option to fix right mouse on some android devices 2025-01-01 18:39:49 +01:00
dfa8a956cc Merge pull request #5176 from IvanSavenko/ai_upgrades
Fix potentially infinite attempts to upgrade units by AI
2024-12-31 16:07:27 +02:00
398319a512 Merge pull request #5177 from IvanSavenko/version_bump_162
Bump version to 1.6.2
2024-12-31 16:07:16 +02:00
e189d6a737 map editor: fix crash when copying monster 2024-12-31 14:46:23 +01:00
41ef86b800 Bump version to 1.6.2 2024-12-31 13:31:49 +00:00
f9ce95756f Fix potentially infinite attempts to upgrade units by AI 2024-12-31 13:27:12 +00:00
1fd2c88167 Merge pull request #5164 from Laserlicht/campaign_fix
[1.6.2] multiple fixes
2024-12-30 21:52:49 +02:00
8bf5c474d6 Merge pull request #5160 from Laserlicht/alt_town
[1.6.2] show building names with ALT
2024-12-30 21:52:32 +02:00
c5b8a4fd61 static const for globals 2024-12-30 18:31:33 +01:00
c44b91de45 Update client/windows/CCastleInterface.cpp
Co-Authored-By: Ivan Savenko <saven.ivan@gmail.com>
2024-12-30 18:13:18 +01:00
5c6ce47371 better fix 2024-12-30 18:08:49 +01:00
e24ab3e3e1 Merge pull request #5162 from Laserlicht/fix_margin
[1.6.2] fix margin (hd texture)
2024-12-30 14:54:03 +02:00
aa8183ae8f Merge pull request #5174 from MichalZr6/fix_third_upgrades
Fix upgrades in Fort and town's dwellings
2024-12-30 14:51:48 +02:00
4e9f052e98 Fix creature upgrades in Fort and town's dwellings 2024-12-30 01:14:57 +01:00